Gymnasium
Farama Foundation
๐ก Pick it for a maintained, drop-in successor with the closest API and ecosystem to OpenAI Gym.
Gymnasium is the maintained successor to OpenAI Gym, providing a standard Python API and a broad collection of reinforcement learning environments. It...
Pros
- Maintained successor with broad compatibility with current reinforcement learning libraries
- Preserves Gym's familiar environment API while improving termination and reset handling
- Offers classic control, Box2D, MuJoCo, Atari, and other environment families
Cons
- Some older Gym projects require API migration
- Environment coverage still depends on separate packages
- Does not include complete training algorithms