stable-baselines3-contrib-sacd/tests
Alex Pasquali ab8684f469
[Feature] Non-shared features extractor in on-policy algorithms (#130)
* Modified sb3_contrib/common/maskable/policies.py

- Added support for non-shared features extractor in file sb3_contrib/common/maskable/policies.py
- updated changelog

* Modified sb3_contrib/common/recurrent/policies.py

* Modified sb3_contrib/qrdqn/policies.py and sb3_contrib/tqc/policies.py

* Updated test_cnn.py

* Upgrade SB3 version

* Revert changes in formatting

* Remove duplicate normalize_images

* Add test for image-like inputs

* Fixes and add more tests

* Update SB3 version

* Fix ARS warnings

Co-authored-by: Antonin Raffin <antonin.raffin@ensta.org>
2022-12-23 00:23:45 +01:00
..
wrappers Upgrade Gym to 0.21 (#59) 2022-02-22 16:25:43 +01:00
test_cnn.py [Feature] Non-shared features extractor in on-policy algorithms (#130) 2022-12-23 00:23:45 +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 [Feature] Non-shared features extractor in on-policy algorithms (#130) 2022-12-23 00:23:45 +01:00
test_lstm.py [Feature] Non-shared features extractor in on-policy algorithms (#130) 2022-12-23 00:23:45 +01:00
test_run.py Remove deprecated features (#108) 2022-10-11 13:04:18 +02: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 Handle batch norm in target update (#99) 2022-08-27 12:31:00 +02:00
test_utils.py Upgrade Gym to 0.21 (#59) 2022-02-22 16:25:43 +01:00