gym 0.26.2
0
Gym: A universal API for reinforcement learning environments
Contents
Gym: A universal API for reinforcement learning environments
Stars: 34624, Watchers: 34624, Forks: 8600, Open Issues: 114The openai/gym
repo was created 8 years ago and the last code push was Yesterday.
The project is extremely popular with a mindblowing 34624 github stars!
How to Install gym
You can install gym using pip
pip install gym
or add it to a project with poetry
poetry add gym
Package Details
- Author
- Gym Community
- License
- MIT
- Homepage
- https://www.gymlibrary.dev/
- PyPi:
- https://pypi.org/project/gym/
- GitHub Repo:
- https://github.com/openai/gym
Classifiers
Related Packages
Errors
A list of common gym errors.
Code Examples
Here are some gym
code examples and snippets.
GitHub Issues
The gym package has 114 open issues on GitHub
- Add 'MIT' to license metadata field in setup.py
- replace mujoco-py with dm_control
- [Proposal] Add license to the license field in the setup.py file
- Potential dead code in utils
- add pygame GUI for frozen_lake.py env
- [Proposal] New Wrapper Plans
- [Proposal] Autoreset when stepping in done state
- Modifying mujoco xml file to modify environment
- Refactor Lunar Lander and Bipedal Walker to use Pygame
- Adding return_info argument to reset to allow for optional info dict as a second return value
- [Proposal] New rendering API
- what is the mapping between action and gripper posture of fetch robot in fetch_env.py?
- Fix jerky camera angle in car racing env
- Updated Roadmap for Gym 1.0 and beyond
- [Proposal] Formal API handling of truncation vs termination