stable-baselines3/stable_baselines3/common/vec_env
Matthias K 977a615c82
Fixed SubprocVecEnv close. (#68)
Updated changelog.

Co-authored-by: Matthias K <wirspielen@web.de>
2020-06-20 18:01:37 +02:00
..
__init__.py Cleanup + reformat code 2020-05-08 15:10:46 +02:00
base_vec_env.py Fix several VecEnv issues, add fork start method to tests (#43) 2020-06-04 11:22:12 +02:00
dummy_vec_env.py Fix several VecEnv issues, add fork start method to tests (#43) 2020-06-04 11:22:12 +02:00
subproc_vec_env.py Fixed SubprocVecEnv close. (#68) 2020-06-20 18:01:37 +02:00
util.py Rename to stable-baselines3 2020-05-05 15:02:35 +02:00
vec_check_nan.py Sync with Stable-Baselines 2020-05-05 16:28:38 +02:00
vec_frame_stack.py Rename to stable-baselines3 2020-05-05 15:02:35 +02:00
vec_normalize.py Add some missing tests, update VecNormalize and RolloutBuffer (#50) 2020-06-10 12:09:04 +02:00
vec_transpose.py Review of code (A2C, PPO and refactoring) (#35) 2020-06-09 13:54:18 +02:00
vec_video_recorder.py Documentation update and style fixes (#21) 2020-05-15 13:54:06 +02:00