mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-07-04 04:07:27 +00:00
* Add warning about total_env_steps not dividing neatly into batch size * Stylistic cleanup * Black reformatting * Add clearer documentation and update changelog * Update changelog.rst * Use specific RolloutBuffer terminology Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org> * Change to minibatch language Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org> * Cleaning up language describing rollout buffer requirements Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org> * Switch to using env.num_envs * Working tests * Black and isort still fighting each other * codestyle finally happy * Basic test exists, possibly in the wrong file * Update phrasing 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