stable-baselines3-contrib-sacd/docs
rnederstigt bfa86ce4fe
Fix masked quantities in RecurrentPPO (#78)
* Ignore masked indexes when calculating the loss functions
2022-06-13 16:00:40 +02:00
..
_static Add TQC (#4) 2020-10-22 13:43:46 +02:00
common Add Trust Region Policy Optimization (TRPO) (#40) 2021-12-29 11:58:03 +01:00
guide Recurrent PPO (#53) 2022-05-30 04:31:12 +02:00
images PPO variant with invalid action masking (#25) 2021-09-23 14:50:10 +02:00
misc Fix masked quantities in RecurrentPPO (#78) 2022-06-13 16:00:40 +02:00
modules Recurrent PPO (#53) 2022-05-30 04:31:12 +02:00
Makefile
README.md Review docs and update changelog 2020-10-15 02:17:36 +03:00
conda_env.yml Drop python 3.6 support (#55) 2021-12-06 12:59:53 +01:00
conf.py Upgrade min SB3 version (#70) 2022-05-29 21:54:23 +02:00
index.rst Recurrent PPO (#53) 2022-05-30 04:31:12 +02:00
make.bat
spelling_wordlist.txt Augmented Random Search (ARS) (#42) 2022-01-18 13:57:27 +01: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