* 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> |
||
|---|---|---|
| .. | ||
| _static | ||
| common | ||
| guide | ||
| images | ||
| misc | ||
| modules | ||
| Makefile | ||
| README.md | ||
| conda_env.yml | ||
| conf.py | ||
| index.rst | ||
| make.bat | ||
| spelling_wordlist.txt | ||
README.md
Stable Baselines3 Contrib Documentation
This folder contains documentation for the RL baselines contribution repository.
Build the Documentation
Install Sphinx and Theme
pip install sphinx sphinx-autobuild sphinx-rtd-theme
Building the Docs
In the docs/ folder:
make html
if you want to building each time a file is changed:
sphinx-autobuild . _build/html