stable-baselines3-contrib-sacd/docs
Antonin RAFFIN 926e488196 Update wording and links 2020-10-17 17:04:00 +02:00
..
_static Add base doc 2020-10-12 20:21:52 +02:00
guide Add base doc 2020-10-12 20:21:52 +02:00
misc Review docs and update changelog 2020-10-15 02:17:36 +03: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 Add base doc 2020-10-12 20:21:52 +02:00
conf.py Add base doc 2020-10-12 20:21:52 +02:00
index.rst Update wording and links 2020-10-17 17:04:00 +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