stable-baselines3/docs
Antonin RAFFIN 085bdd5a68
Remove deprecated usage of feature extractor (#1296)
* Remove deprecated usage of feature extractor

* Update changelog and version

* Update changelog.rst
2023-02-19 12:53:10 +01:00
..
_static Adds info on split tensorboard graphs (#989) 2022-07-30 12:44:25 +02:00
common Fix support of image like normalized inputs (#1214) 2022-12-20 13:18:28 +01:00
guide Remove Note from examples - Code works (#1330) 2023-02-15 13:14:02 +01:00
misc Remove deprecated usage of feature extractor (#1296) 2023-02-19 12:53:10 +01:00
modules Add scaling section to A2C documentation (#1250) 2023-02-02 12:34:38 +01:00
conda_env.yml
conf.py Mypy type checking (#1143) 2022-11-16 13:22:57 +01:00
index.rst
make.bat
Makefile
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