Farama-Foundation/Gymnasium
A standard API for single-agent reinforcement learning environments, with popular reference environments and related utilities (formerly Gym) observed · 2026-08-28
Health v2 · maintenance only
88/100
- Activity 98
- Release rhythm 68
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 88
- age_days: 1456
- days_rel: 133
- days_push: 14
- n_releases_24m: 8
Adoption not part of the score
12408 stars · 1434 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Gymnasium is a Python library providing a standard API for single-agent reinforcement learning environments, maintained by the Farama Foundation as the successor to OpenAI's Gym. It ships a diverse collection of reference environments (Classic Control, Box2D, Toy Text, MuJoCo, Atari) plus utilities like wrappers and vectorization.
Use cases
- train and benchmark RL algorithms on standard environments
- create custom reinforcement learning environments with a standard API
- debug RL algorithm implementations on simple toy text environments
- vectorize environments for faster parallel RL training
- wrap environments to modify actions, observations, or rewards
- migrate code from OpenAI Gym to a maintained fork
When to choose
- you need a well-maintained, standard RL environment API in Python
- you want ready-made reference environments like CartPole, Lunar Lander, or MuJoCo tasks
- you are developing or comparing single-agent RL algorithms
- you are starting a new RL project and need ecosystem compatibility
When to avoid
- you need multi-agent RL environments (use PettingZoo instead)
- you need OpenAI Gym specifically for legacy compatibility
- you need GPU-accelerated environments (consider Brax or Isaac Gym)
- your project depends on the old gym package and cannot migrate
Facets
library · maturity stable
machine-learning reinforcement-learning simulation sdk reinforcement-learning machine-learning artificial-intelligence python cross-platform reinforcement-learning gym environments api-standard mujoco atari farama-foundation game-development
3 sources
- readme: https://github.com/Farama-Foundation/Gymnasium · fetched 2026-08-28 · 37f4efd9d95d
- homepage: https://gymnasium.farama.org · fetched 2026-08-29 · 922b0ecf7172
- registry_pypi: https://pypi.org/pypi/gymnasium/json · fetched 2026-08-29 · e442a1a21263
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Farama-Foundation/Gymnasium | main | 88 |
For agents
markdown · JSON · MCP: product_card(name="Farama-Foundation/Gymnasium")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem