stable-baselines3/stable_baselines3
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
..
a2c Review of code (A2C, PPO and refactoring) (#35) 2020-06-09 13:54:18 +02:00
common Add some missing tests, update VecNormalize and RolloutBuffer (#50) 2020-06-10 12:09:04 +02:00
ppo Review of code (A2C, PPO and refactoring) (#35) 2020-06-09 13:54:18 +02:00
sac Review of code (A2C, PPO and refactoring) (#35) 2020-06-09 13:54:18 +02:00
td3 Review of code (A2C, PPO and refactoring) (#35) 2020-06-09 13:54:18 +02:00
__init__.py More doc + sync VecEnvs + atari 2020-05-07 16:08:23 +02:00
py.typed Rename to stable-baselines3 2020-05-05 15:02:35 +02:00
version.txt Fix gSDE loading issue in test mode (#45) 2020-06-08 11:15:10 +02:00