stable-baselines3-contrib-sacd/docs
Antonin RAFFIN 7dd6c39fba Fix MaskablePPO type annotations (#233)
* Fix `sb3_contrib/common/maskable/callbacks.py` type annotations

* Fix `sb3_contrib/common/vec_env/async_eval.py` type annotations

* Fix `sb3_contrib/common/maskable/buffers.py` type hints

* Fix `sb3_contrib/common/maskable/distributions.py` type hints

* Fix `sb3_contrib/common/maskable/policies.py` type hints

* Fix `sb3_contrib/ppo_mask/ppo_mask.py` type hints

* Update changelog and fix type hints
2024-05-06 14:20:28 +01: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 Add notes about MaskablePPO (#227) 2024-05-06 14:20:28 +01:00
images PPO variant with invalid action masking (#25) 2021-09-23 14:50:10 +02:00
misc Fix MaskablePPO type annotations (#233) 2024-05-06 14:20:28 +01:00
modules Add notes about MaskablePPO (#227) 2024-05-06 14:20:28 +01: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 Sync SB3 Contrib with SB3 (#213) 2024-05-06 14:20:28 +01:00
conf.py Sync SB3 Contrib with SB3 (#213) 2024-05-06 14:20:28 +01:00
index.rst Added doc page for SACD 2023-08-07 14:03:12 +02:00
make.bat Add base doc 2020-10-12 20:21:52 +02:00
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