mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-06-05 00:00:04 +00:00
* Added Image and Figure classes to logger. For now, these objects can only be logged by TensorBoardOutputFormat * Added documentation for figure and image logging into tensorboard * Updated changelog * Minor changes to documentation. Reviewed supported types for logging images and figures * Fix type for np arrays * Added more explicit example for logging figures in the documentation. Added docstrings for parameters in logging auxiliary classes * Added tests for image and figure logging * Applied autoformatting * Update doc * Fix documentation example * Bump version Co-authored-by: Carlos Casas <ccasascuadrado@guidewire.com> Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org> |
||
|---|---|---|
| .. | ||
| _static | ||
| common | ||
| guide | ||
| misc | ||
| 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
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