https://github.com/pfnet/gym-env-mujoco150
Open AI gym Env class implementation with mujoco-py and mujoco ver1.50
https://github.com/pfnet/gym-env-mujoco150
Last synced: about 1 month ago
JSON representation
Open AI gym Env class implementation with mujoco-py and mujoco ver1.50
- Host: GitHub
- URL: https://github.com/pfnet/gym-env-mujoco150
- Owner: pfnet
- License: other
- Created: 2017-10-11T05:39:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-22T07:38:52.000Z (over 8 years ago)
- Last Synced: 2025-03-02T16:48:03.628Z (over 1 year ago)
- Language: Python
- Size: 11.8 MB
- Stars: 2
- Watchers: 113
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# gym-env-mujoco150
OpenAI-gym mujoco environment with mujoco1.50 and mujoco-py1.50.
## Example
```
import gym_env_mujoco150
env = gym_env_mujoco150.make('InvertedPendulum-mujoco150-v1')
env.reset()
env.render()
```
## Requirement
mujoco version 1.50
* gym 0.9.2
* mujoco-py 1.50.1
# License
MIT License (see `LICENSE.md` file).