DLR-RM/stable-baselines3
PyTorch version of Stable Baselines, reliable implementations of reinforcement learning algorithms. observed · 2026-08-28
Health v2 · maintenance only
91/100
- Activity 98
- Release rhythm 77
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 75
- age_days: 2311
- days_rel: 79
- days_push: 16
- n_releases_24m: 8
Adoption not part of the score
13728 stars · 2171 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Stable Baselines3 is a Python library providing reliable, well-tested PyTorch implementations of reinforcement learning algorithms with a unified API. It serves as a standard baseline toolbox for RL research and applications, supporting custom environments, policies, and TensorBoard logging.
Use cases
- train reinforcement learning agents in python
- compare my RL algorithm against standard baselines
- implement PPO or SAC without writing it from scratch
- train agents on custom gymnasium environments
- learn reinforcement learning with a simple high-level library
- benchmark RL algorithm performance
When to choose
- you want trusted, tested PyTorch RL algorithm implementations with a common interface
- you need reproducible baselines for RL research
- you want beginner-friendly access to state-of-the-art RL methods
When to avoid
- you need the very latest experimental RL algorithms (see SB3 Contrib or SBX)
- you have no prior reinforcement learning knowledge and want a fully guided tutorial
- you need JAX-based training rather than PyTorch
Facets
library · maturity stable
machine-learning reinforcement-learning benchmarking reinforcement-learning machine-learning robotics python cross-platform pytorch gymnasium rl-algorithms baselines openai-gym training-agents
3 sources
- readme: https://github.com/DLR-RM/stable-baselines3 · fetched 2026-08-28 · 7a712837e38c
- homepage: https://stable-baselines3.readthedocs.io · fetched 2026-08-29 · 8e4a84078a1e
- registry_pypi: https://pypi.org/pypi/stable-baselines3/json · fetched 2026-08-29 · 840c796475dd
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| DLR-RM/stable-baselines3 | main | 91 |
For agents
markdown · JSON · MCP: product_card(name="DLR-RM/stable-baselines3")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem