stable-baselines3/docs
Corentin 071226d3e8
Log success rate for on policy algorithms (#1870)
* Add success rate in monitor for on policy algorithms

* Update changelog

* make commit-checks refactoring

* Assert buffers are not none in _dump_logs

* Automatic refactoring of the type hinting

* Add success_rate logging test for on policy algorithms

* Update changelog

* Reformat

* Fix tests and update changelog

---------

Co-authored-by: Antonin Raffin <antonin.raffin@ensta.org>
2024-03-22 12:13:48 +01:00
..
_static
common Documentation update (#1732) 2023-11-03 17:17:46 +01:00
guide Update ruff and documentation for hf sb3 (#1866) 2024-03-11 13:53:06 +01:00
misc Log success rate for on policy algorithms (#1870) 2024-03-22 12:13:48 +01:00
modules
conda_env.yml
conf.py
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