Review docs and update changelog

This commit is contained in:
Anssi "Miffyli" Kanervisto 2020-10-15 02:17:36 +03:00
parent 8d3570ae5f
commit 79fcf54e1e
3 changed files with 4 additions and 6 deletions

View File

@ -1,6 +1,6 @@
## Stable Baselines3 Documentation
## Stable Baselines3 Contrib Documentation
This folder contains documentation for the RL baselines.
This folder contains documentation for the RL baselines contribution repository.
### Build the Documentation

View File

@ -64,10 +64,6 @@ To cite this project in publications:
Contributing
------------
To any interested in making the rl baselines better, there are still some improvements
that need to be done.
You can check issues in the `repo <https://github.com/DLR-RM/stable-baselines3/issues>`_.
If you want to contribute, please read `CONTRIBUTING.md <https://github.com/DLR-RM/stable-baselines3/blob/master/CONTRIBUTING.md>`_ first.
Indices and tables

View File

@ -24,6 +24,8 @@ Others:
Documentation:
^^^^^^^^^^^^^^
- Added initial documentation
- Added contribution guide and related PR templates
Maintainers