stable-baselines3/docs
2021-05-17 16:32:18 +02:00
..
_static
common Dictionary Observations (#243) 2021-05-11 12:29:30 +02:00
guide Doc update (custom policy + fix her example) (#436) 2021-05-16 18:21:07 +02:00
misc Add multi-env training support for SAC 2021-05-17 16:32:18 +02:00
modules Doc update (custom policy + fix her example) (#436) 2021-05-16 18:21:07 +02:00
conda_env.yml
conf.py
index.rst Dictionary Observations (#243) 2021-05-11 12:29:30 +02:00
make.bat
Makefile Dictionary Observations (#243) 2021-05-11 12:29:30 +02:00
README.md
spelling_wordlist.txt

Stable Baselines3 Documentation

This folder contains documentation for the RL baselines.

Build the Documentation

Install Sphinx and Theme

Execute this command in the project root:

pip install -e .[docs]

Building the Docs

In the docs/ folder:

make html

if you want to building each time a file is changed:

sphinx-autobuild . _build/html