stable-baselines3-contrib-sacd/tests
Antonin RAFFIN a1b5ea67ae
Multiprocessing support for off policy algorithms (#50)
* TQC support for multienv

* Add optional layer norm for TQC

* Add layer nprm for all policies

* Revert "Add layer nprm for all policies"

This reverts commit 1306c3c64eb12613464982c66cb416a3bbc66285.

* Revert "Add optional layer norm for TQC"

This reverts commit 200222e3a8878007aa6032d540ae74274a4d0788.

* Add experimental support to train off-policy algorithms with multiple envs

* Bump version

* Update version
2021-12-02 10:40:21 +01:00
..
wrappers PPO variant with invalid action masking (#25) 2021-09-23 14:50:10 +02:00
test_cnn.py Dictionary Observations (#29) 2021-05-11 13:24:31 +02:00
test_dict_env.py Update citation (#54) 2021-12-01 19:09:32 +01:00
test_distributions.py PPO variant with invalid action masking (#25) 2021-09-23 14:50:10 +02:00
test_invalid_actions.py MaskablePPO dictionary observation support (#47) 2021-10-23 17:05:37 +02:00
test_run.py Multiprocessing support for off policy algorithms (#50) 2021-12-02 10:40:21 +01:00
test_save_load.py Add test for pytorch variables 2021-05-12 11:39:56 +02:00
test_train_eval_mode.py PPO variant with invalid action masking (#25) 2021-09-23 14:50:10 +02:00
test_utils.py Add QR-DQN (#13) 2020-12-21 11:17:48 +01:00