stable-baselines3/docs/modules
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
..
a2c.rst Doc fix: A2C - fix guidance on RMSpropTFLike (#708) 2021-12-30 11:28:12 +01:00
base.rst Review of code (A2C, PPO and refactoring) (#35) 2020-06-09 13:54:18 +02:00
ddpg.rst Gym fixes - Follow up from #705 (#734) 2022-02-04 15:13:57 -08:00
dqn.rst Multiprocessing support for off policy algorithms (#439) 2021-12-01 22:30:09 +01:00
her.rst Docs examples warning - issue #526 (#530) 2021-08-09 16:23:25 +03:00
ppo.rst Doc fix environment mixup (#588) 2021-09-29 10:16:59 +02:00
sac.rst Gym fixes - Follow up from #705 (#734) 2022-02-04 15:13:57 -08:00
td3.rst Gym fixes - Follow up from #705 (#734) 2022-02-04 15:13:57 -08:00