stable-baselines3-contrib-sacd/tests
CppMaster eb48fec638
Maskable eval callback call callback fix (#93)
* call correctly both self.callback_on_new_best and self.callback - similar as in EvalCallback

* MaskableEvalCallback - updated sync_envs_normalization handling

* MaskableEvalCallback - updated sync_envs_normalization handling - test
MaskablePPO - register policies (tests fails otherwise)

* MaskableEvalCallback - updated docstring

* updated changelog.rst

* changes for stable-baselines3==1.6.0

* version range

* suggested changes

* Reformat and update version

Co-authored-by: Antonin Raffin <antonin.raffin@ensta.org>
2022-07-27 19:52:07 +02:00
..
wrappers Upgrade Gym to 0.21 (#59) 2022-02-22 16:25:43 +01:00
test_cnn.py Add Trust Region Policy Optimization (TRPO) (#40) 2021-12-29 11:58:03 +01:00
test_deterministic.py Recurrent PPO (#53) 2022-05-30 04:31:12 +02:00
test_dict_env.py Add Trust Region Policy Optimization (TRPO) (#40) 2021-12-29 11:58:03 +01:00
test_distributions.py Upgrade Gym to 0.21 (#59) 2022-02-22 16:25:43 +01:00
test_identity.py Release v1.6.0 and bug fix for TRPO (#84) 2022-07-12 23:12:24 +02:00
test_invalid_actions.py Maskable eval callback call callback fix (#93) 2022-07-27 19:52:07 +02:00
test_lstm.py Fixed shared_lstm argument in CNN and MultiInput Policies for RecurrentPPO (#90) 2022-07-26 00:27:17 +02:00
test_run.py Allow PPO to turn off advantage normalization (#61) 2022-02-23 10:11:16 +01:00
test_save_load.py Upgrade to python 3.7+ syntax (#69) 2022-04-25 13:02:07 +02:00
test_train_eval_mode.py Upgrade to python 3.7+ syntax (#69) 2022-04-25 13:02:07 +02:00
test_utils.py Upgrade Gym to 0.21 (#59) 2022-02-22 16:25:43 +01:00