stable-baselines3/docs
2020-04-21 20:41:58 +02:00
..
_static Add doc 2019-09-26 11:46:40 +02:00
guide Build doc 2020-01-20 16:19:35 +01:00
misc Add VecTransposeImage and fix for SAC 2020-04-21 20:41:58 +02:00
modules Remove CEMRL 2020-03-23 14:48:38 +01:00
conf.py Code cleanup: rename lr to lr_schedule + typing 2020-03-16 14:01:32 +01:00
index.rst Remove CEMRL 2020-03-23 14:48:38 +01:00
make.bat Add doc 2019-09-26 11:46:40 +02:00
Makefile Add doc 2019-09-26 11:46:40 +02:00
README.md Add doc 2019-09-26 11:46:40 +02:00
spelling_wordlist.txt Fix typing errors and typos 2020-01-22 17:17:12 +01:00

Stable Baselines Documentation

This folder contains documentation for the RL baselines.

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