stable-baselines3-contrib-sacd/docs
Antonin RAFFIN a1b5ea67ae
Multiprocessing support for off policy algorithms (#50)
* 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
2021-12-02 10:40:21 +01:00
..
_static Add TQC (#4) 2020-10-22 13:43:46 +02:00
common Add TimeFeatureWrapper (#7) 2020-11-13 13:00:56 +02:00
guide Multiprocessing support for off policy algorithms (#50) 2021-12-02 10:40:21 +01:00
images PPO variant with invalid action masking (#25) 2021-09-23 14:50:10 +02:00
misc Multiprocessing support for off policy algorithms (#50) 2021-12-02 10:40:21 +01:00
modules Multiprocessing support for off policy algorithms (#50) 2021-12-02 10:40:21 +01:00
Makefile Add base doc 2020-10-12 20:21:52 +02:00
README.md Review docs and update changelog 2020-10-15 02:17:36 +03:00
conda_env.yml Upgrade min sphinx version 2021-09-23 15:26:37 +02:00
conf.py Add base doc 2020-10-12 20:21:52 +02:00
index.rst PPO variant with invalid action masking (#25) 2021-09-23 14:50:10 +02:00
make.bat Add base doc 2020-10-12 20:21:52 +02:00
spelling_wordlist.txt Add base doc 2020-10-12 20:21:52 +02:00

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