Stable Baselines 2 (SB2)
Stable Baselines is a set of improved implementations of reinforcement learning algorithms based on OpenAI Baselines.
These algorithms will make it easier for the research community and industry to replicate, refine, and identify new ideas, and will create good baselines to build projects on top of. We expect these tools will be used as a base around which new ideas can be added, and as a tool for comparing a new approach against existing ones. We also hope that the simplicity of these tools will allow beginners to experiment with a more advanced toolset, without being buried in implementation details.
Install & Run: All instructions of use are in the Read Me section on GitHub.
Additional information: This resource is being used for case studies in the VeriDream project. This package is in maintenance mode, please use Stable-Baselines3 for an up-to-date version. You can find a migration guide in SB3 documentation.