stable-baselines3/stable_baselines3/common/vec_env
Anssi b833207142
Add some missing tests, update VecNormalize and RolloutBuffer (#50)
* Change saving/loading normalization parameters to use single pickle file

* Remove 'use_gae' from RolloutBuffer compute_returns function

* Add some missing tests for normalizer, nan-checker and PPO clip_value_fn argument

* Update changelog

* Fix typo

* Use proper pytest.raises for catching errors in tests

* Add comment on GAE and how to obtain non-GAE behaviour

* Remove save/load_running_average from VecNormalize in favor of load/save

* Update changelog

* Update docstring

* Add accidentally removed tests for VecNormalize

Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
2020-06-10 12:09:04 +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 Fix several VecEnv issues, add fork start method to tests (#43) 2020-06-04 11:22:12 +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