RL algorithm implementations, a fork of OpenAI Baselines (maintenance mode)
Top 89.3% on sourcepulse
This repository provides a fork of OpenAI Baselines, offering refactored and improved implementations of reinforcement learning algorithms. It targets researchers and practitioners seeking to easily replicate, refine, and benchmark RL algorithms, with a focus on usability and clear documentation.
How It Works
Stable-Baselines features a unified structure for all algorithms, adhering to PEP8 standards and offering extensive documentation and testing. It introduces additional algorithms like SAC and TD3, along with HER support for several algorithms, enhancing its capabilities beyond the original OpenAI Baselines.
Quick Start & Requirements
pip install stable-baselines[mpi]
(or pip install stable-baselines
without MPI).Highlighted Details
Maintenance & Community
This package is in maintenance mode, with a recommendation to use Stable-Baselines3 (SB3). Key maintainers include Ashley Hill, Antonin Raffin, and others.
Licensing & Compatibility
The repository is available under the MIT license, permitting commercial use and linking with closed-source projects.
Limitations & Caveats
The package is in maintenance mode and does not support TensorFlow 2. Users are directed to Stable-Baselines3 for up-to-date implementations and support.
2 years ago
Inactive