stable-baselines3-contrib-sacd/docs
Antonin RAFFIN 35f06254ba
Drop python 3.7, add 3.11 and update github templates (#194)
* Update issue templates

* Update supported python versions

* Update min PyTorch version

* Skip pytype for py311

* Update conda env for doc
2023-07-03 12:45:20 +02:00
..
_static Add TQC (#4) 2020-10-22 13:43:46 +02:00
common Update doc: switch from Gym to Gymnasium (#182) 2023-05-10 11:40:40 +02:00
guide Update doc: switch from Gym to Gymnasium (#182) 2023-05-10 11:40:40 +02:00
images PPO variant with invalid action masking (#25) 2021-09-23 14:50:10 +02:00
misc Drop python 3.7, add 3.11 and update github templates (#194) 2023-07-03 12:45:20 +02:00
modules Update doc: switch from Gym to Gymnasium (#182) 2023-05-10 11:40:40 +02:00
Makefile
README.md
conda_env.yml Drop python 3.7, add 3.11 and update github templates (#194) 2023-07-03 12:45:20 +02:00
conf.py Release v1.6.0 and bug fix for TRPO (#84) 2022-07-12 23:12:24 +02:00
index.rst Recurrent PPO (#53) 2022-05-30 04:31:12 +02:00
make.bat
spelling_wordlist.txt Augmented Random Search (ARS) (#42) 2022-01-18 13:57:27 +01: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