stable-baselines3-contrib-sacd/sb3_contrib/common/maskable
Antonin RAFFIN 21cc96cafd
Add Gymnasium support (#152)
* Add support for Gym 0.24

* Fixes for gym 0.24

* Fix for new reset signature

* Add tmp SB3 branch

* Fixes for gym 0.26

* Remove unused import

* Fix dependency

* Type annotations fixes

* Reformat

* Reformat with black 23

* Move to gymnasium

* Patch env if needed

* Fix types

* Fix CI

* Fixes for gymnasium

* Fix wrapper annotations

* Update version

* Fix type check

* Update QRDQN type hints and bug fix with multi envs

* Fix TQC type hints

* Fix TRPO type hints

* Additional fixes

* Update SB3 version

* Update issue templates and CI

---------

Co-authored-by: Quentin Gallouédec <45557362+qgallouedec@users.noreply.github.com>
2023-04-14 13:52:07 +02:00
..
__init__.py PPO variant with invalid action masking (#25) 2021-09-23 14:50:10 +02:00
buffers.py Add Gymnasium support (#152) 2023-04-14 13:52:07 +02:00
callbacks.py Update MaskablePPO docs (#150) 2023-02-13 14:31:49 +01:00
distributions.py Add Gymnasium support (#152) 2023-04-14 13:52:07 +02:00
evaluation.py Add Gymnasium support (#152) 2023-04-14 13:52:07 +02:00
policies.py Add Gymnasium support (#152) 2023-04-14 13:52:07 +02:00
utils.py PPO variant with invalid action masking (#25) 2021-09-23 14:50:10 +02:00