Add note about experimental tag in sb3 issues

This commit is contained in:
Anssi "Miffyli" Kanervisto 2020-10-11 22:09:48 +03:00
parent 383ce59c85
commit fbe8e6536f
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ otherwise the implementation can do more harm than good (wrong results). Parts t
are taken into account during review but being a repository for more experimental code, these are taken into account during review but being a repository for more experimental code, these
are not very strict. are not very strict.
See [issues with "experimental" tag](https://github.com/DLR-RM/stable-baselines3/issues?q=is%3Aissue+is%3Aopen+label%3Aexperimental)
for suggestions of the community for new possible features to include in contrib.
## How to implement your suggestion ## How to implement your suggestion
Implement your feature/suggestion/algorithm in following ways, using the first one that applies: Implement your feature/suggestion/algorithm in following ways, using the first one that applies: