Closed araffin closed 1 year ago
Same as https://github.com/Stable-Baselines-Team/stable-baselines3-contrib/pull/71 but with gymnasium support by default as for https://github.com/DLR-RM/stable-baselines3/pull/1327
Install instructions:
pip install git+https://github.com/Stable-Baselines-Team/stable-baselines3-contrib@feat/gymnasium-support
make format
make check-codestyle
make lint
make pytest
make type
Note: we are using a maximum length of 127 characters per line
Description
Same as https://github.com/Stable-Baselines-Team/stable-baselines3-contrib/pull/71 but with gymnasium support by default as for https://github.com/DLR-RM/stable-baselines3/pull/1327
Install instructions:
Context
Types of changes
Checklist:
make format
(required)make check-codestyle
andmake lint
(required)make pytest
andmake type
both pass. (required)Note: we are using a maximum length of 127 characters per line