From fbe8e6536fc4384a3792d3a2cecd0e64120d42cd Mon Sep 17 00:00:00 2001 From: "Anssi \"Miffyli\" Kanervisto" Date: Sun, 11 Oct 2020 22:09:48 +0300 Subject: [PATCH] Add note about experimental tag in sb3 issues --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 49f3394..9cdd9f2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 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 Implement your feature/suggestion/algorithm in following ways, using the first one that applies: