https://github.com/openai/baselines
Revision ff8d36a7a77c7035eea376b86472a8afe4825f6e authored by Jinho Lee on 31 May 2019, 21:31:35 UTC, committed by pzhokhov on 31 May 2019, 21:31:35 UTC
"self.waiting_step" is initialized in __init__ function but it is not reassigned anywhere.
Because it is used in reset function and close_extras function, it should be fixed.
So i fixed it to be similar with subproc_vec_env's one.
1 parent 7614b02
History
Tip revision: ff8d36a7a77c7035eea376b86472a8afe4825f6e authored by Jinho Lee on 31 May 2019, 21:31:35 UTC
Starting to reassign waiting_step in shmem_vecenv (#915)
Tip revision: ff8d36a
File Mode Size
baselines
data
docs
.benchmark_pattern -rw-r--r-- 1 byte
.gitignore -rw-r--r-- 283 bytes
.travis.yml -rw-r--r-- 243 bytes
Dockerfile -rw-r--r-- 459 bytes
LICENSE -rw-r--r-- 1.1 KB
README.md -rw-r--r-- 7.4 KB
benchmarks_atari10M.htm -rw-r--r-- 425.7 KB
benchmarks_mujoco1M.htm -rw-r--r-- 153.0 KB
setup.cfg -rw-r--r-- 114 bytes
setup.py -rw-r--r-- 1.6 KB

README.md

back to top