Gymnasium
Like
An API standard for single-agent reinforcement learning environments, with popular reference environments and related utilities (formerly Gym).
Cost / License
- Free
- Open Source
Platforms
- Python
- Self-Hosted
Features
No features, maybe you want to suggest one?
Tags
- Api
- reinforcement-learning
- machine-learning-api
- gym
Gymnasium News & Activities
Highlights All activities
Recent activities
- SearcherForAlternatives added Gymnasium
- POX updated Gymnasium
- SearcherForAlternatives added Gymnasium as alternative to DeepMind Control Suite
Gymnasium information
No comments or reviews, maybe you want to be first?
Post comment/reviewWhat is Gymnasium?
Gymnasium is an open source Python library for developing and comparing reinforcement learning algorithms by providing a standard API to communicate between learning algorithms and environments, as well as a standard set of environments compliant with that API. This is a fork of OpenAI's Gym library by its maintainers (OpenAI handed over maintenance a few years ago to an outside team), and is where future maintenance will occur going forward.