stable-baselines3/tests
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 Init: TD3 2019-09-05 17:29:41 +02:00
test_callbacks.py Documentation update and style fixes (#21) 2020-05-15 13:54:06 +02:00
test_cnn.py Rename to stable-baselines3 2020-05-05 15:02:35 +02:00
test_custom_policy.py Rename to stable-baselines3 2020-05-05 15:02:35 +02:00
test_deterministic.py Sync identity envs 2020-05-05 16:52:22 +02:00
test_distributions.py Support for MultiBinary / MultiDiscrete spaces (#13) 2020-05-18 14:42:13 +02:00
test_envs.py Documentation update and style fixes (#21) 2020-05-15 13:54:06 +02:00
test_identity.py Support for MultiBinary / MultiDiscrete spaces (#13) 2020-05-18 14:42:13 +02:00
test_logger.py Tensorboard integration (#30) 2020-06-01 11:55:44 +02:00
test_monitor.py Rename to stable-baselines3 2020-05-05 15:02:35 +02:00
test_predict.py Rename to stable-baselines3 2020-05-05 15:02:35 +02:00
test_run.py Add some missing tests, update VecNormalize and RolloutBuffer (#50) 2020-06-10 12:09:04 +02:00
test_save_load.py Review of code (A2C, PPO and refactoring) (#35) 2020-06-09 13:54:18 +02:00
test_sde.py Remove SDE support for TD3 2020-05-08 15:00:34 +02:00
test_spaces.py Support for MultiBinary / MultiDiscrete spaces (#13) 2020-05-18 14:42:13 +02:00
test_tensorboard.py Tensorboard integration (#30) 2020-06-01 11:55:44 +02:00
test_utils.py Implemented Vectorized Action Noise (#34) 2020-05-27 09:53:01 +02:00
test_vec_check_nan.py Add some missing tests, update VecNormalize and RolloutBuffer (#50) 2020-06-10 12:09:04 +02:00
test_vec_envs.py Fix several VecEnv issues, add fork start method to tests (#43) 2020-06-04 11:22:12 +02:00
test_vec_normalize.py Add some missing tests, update VecNormalize and RolloutBuffer (#50) 2020-06-10 12:09:04 +02:00