stable-baselines3-contrib-sacd/docs
Scott Brownlie b2e7126840
Train/Eval Mode Support (#39)
* switch models between train and eval mode

* update changelog

* update release in change log

* Update dependency

Co-authored-by: Antonin Raffin <antonin.raffin@ensta.org>
2021-09-08 12:54:50 +02:00
..
_static Add TQC (#4) 2020-10-22 13:43:46 +02:00
common Add TimeFeatureWrapper (#7) 2020-11-13 13:00:56 +02:00
guide Add QR-DQN (#13) 2020-12-21 11:17:48 +01:00
misc Train/Eval Mode Support (#39) 2021-09-08 12:54:50 +02:00
modules Update small QR-DQN docs typo (#33) 2021-06-23 14:34:22 +02: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 Update dependencies 2020-10-22 16:35:28 +02:00
conf.py Add base doc 2020-10-12 20:21:52 +02:00
index.rst Add QR-DQN (#13) 2020-12-21 11:17:48 +01: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