* TQC support for multienv * Add optional layer norm for TQC * Add layer nprm for all policies * Revert "Add layer nprm for all policies" This reverts commit 1306c3c64eb12613464982c66cb416a3bbc66285. * Revert "Add optional layer norm for TQC" This reverts commit 200222e3a8878007aa6032d540ae74274a4d0788. * Add experimental support to train off-policy algorithms with multiple envs * Bump version * Update version |
||
|---|---|---|
| .. | ||
| _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