stable-baselines3-contrib-sacd/docs
Quentin Gallouédec 6b23c6cfe3
Add `with_bias` parameter to `ARSPolicy` and fix `sb3_contrib/ars/policies.py` type hint (#122)
* Update contribution.md

* New loop struct to make mypy happy

* Update setup.cfg

* Update changelog

* fix squash_output = False in ARS policy

* Add with_bias parameter to ARSPolicy

* Make ARSLinearPolicy a special case of ARSPolicy

* Remove ars_policy from mypy exclude

* Update changelog

* Update SB3 version

* Fix to save ARS linear policy saved with sb3-contrib < 1.7.0

* Fix test

* Turn docstring into comment

Co-authored-by: Antonin Raffin <antonin.raffin@ensta.org>
Co-authored-by: Antonin Raffin <antonin.raffin@dlr.de>
2022-12-12 13:22:09 +01:00
..
_static Add TQC (#4) 2020-10-22 13:43:46 +02:00
common Add Trust Region Policy Optimization (TRPO) (#40) 2021-12-29 11:58:03 +01:00
guide Recurrent PPO (#53) 2022-05-30 04:31:12 +02:00
images PPO variant with invalid action masking (#25) 2021-09-23 14:50:10 +02:00
misc Add `with_bias` parameter to `ARSPolicy` and fix `sb3_contrib/ars/policies.py` type hint (#122) 2022-12-12 13:22:09 +01:00
modules Use ICRL url for PPO blog post 2022-07-12 23:49:26 +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 Maskable eval callback call callback fix (#93) 2022-07-27 19:52:07 +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 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