stable-baselines3/tests
Carlos Luis 5143cd19f7
Gym fixes - Follow up from #705 (#734)
* fix Atari in CI

* fix dtype and atari extra

* Update setup.py

* remove 3.6

* note about how to install Atari

* pendulum-v1

* atari v5

* black

* fix pendulum capitalization

* add minimum version

* moved things in changelog to breaking changes

* partial v5 fix

* env update to pass tests

* mismatch env version fixed

* Fix tests after merge

* Include autorom in setup.py

* Blacken code

* Fix dtype issue in more robust way

* Fix GitLab CI: switch to Docker container with new black version

* Remove workaround from GitLab. (May need to rebuild Docker for this though.)

* Revert to v4

* Update setup.py

* Apply suggestions from code review

* Remove unnecessary autorom

* Consistent gym versions

Co-authored-by: J K Terry <justinkterry@gmail.com>
Co-authored-by: Anssi <kaneran21@hotmail.com>
Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
Co-authored-by: modanesh <mohamad4danesh@gmail.com>
Co-authored-by: Adam Gleave <adam@gleave.me>
2022-02-04 15:13:57 -08:00
..
__init__.py Init: TD3 2019-09-05 17:29:41 +02:00
test_callbacks.py Gym fixes - Follow up from #705 (#734) 2022-02-04 15:13:57 -08:00
test_cnn.py Add skip option for VecTransposeImage and bug fix in frame stack (#700) 2021-12-23 17:12:49 +02:00
test_custom_policy.py Gym fixes - Follow up from #705 (#734) 2022-02-04 15:13:57 -08:00
test_deterministic.py Gym fixes - Follow up from #705 (#734) 2022-02-04 15:13:57 -08:00
test_dict_env.py Multiprocessing support for off policy algorithms (#439) 2021-12-01 22:30:09 +01:00
test_distributions.py Gym fixes - Follow up from #705 (#734) 2022-02-04 15:13:57 -08:00
test_env_checker.py Gym fixes - Follow up from #705 (#734) 2022-02-04 15:13:57 -08:00
test_envs.py Gym fixes - Follow up from #705 (#734) 2022-02-04 15:13:57 -08:00
test_gae.py Add timeout handling for on-policy algorithms (#658) 2021-11-16 17:19:16 +01:00
test_her.py Dictionary Observations (#243) 2021-05-11 12:29:30 +02:00
test_identity.py Add timeout handling for on-policy algorithms (#658) 2021-11-16 17:19:16 +01:00
test_logger.py Relax test 2021-10-31 19:03:28 +01:00
test_monitor.py Auto-formatting with black and isort (#97) 2020-07-16 16:12:16 +02:00
test_predict.py Gym fixes - Follow up from #705 (#734) 2022-02-04 15:13:57 -08:00
test_run.py Gym fixes - Follow up from #705 (#734) 2022-02-04 15:13:57 -08:00
test_save_load.py Gym fixes - Follow up from #705 (#734) 2022-02-04 15:13:57 -08:00
test_sde.py Gym fixes - Follow up from #705 (#734) 2022-02-04 15:13:57 -08:00
test_spaces.py Gym fixes - Follow up from #705 (#734) 2022-02-04 15:13:57 -08:00
test_tensorboard.py Gym fixes - Follow up from #705 (#734) 2022-02-04 15:13:57 -08:00
test_train_eval_mode.py Gym fixes - Follow up from #705 (#734) 2022-02-04 15:13:57 -08:00
test_utils.py Gym fixes - Follow up from #705 (#734) 2022-02-04 15:13:57 -08:00
test_vec_check_nan.py Auto-formatting with black and isort (#97) 2020-07-16 16:12:16 +02:00
test_vec_envs.py Use Monitor episode reward/length for evaluate_policy (#220) 2020-11-16 11:52:28 +01:00
test_vec_extract_dict_obs.py Support for VecMonitor for gym3-style environments (#311) 2021-04-13 18:09:31 +02:00
test_vec_monitor.py Fixed logging info_keywords in the VecMonitor class. (#730) 2022-01-19 17:17:22 +01:00
test_vec_normalize.py Gym fixes - Follow up from #705 (#734) 2022-02-04 15:13:57 -08:00