https://github.com/rejuvyesh/gym-dmcontrol
Wrapper around dm_control to provide a gym like interface and vice-versa
https://github.com/rejuvyesh/gym-dmcontrol
dm-control gym gym-dmcontrol gym-environment mujoco reinforcement-learning
Last synced: 6 months ago
JSON representation
Wrapper around dm_control to provide a gym like interface and vice-versa
- Host: GitHub
- URL: https://github.com/rejuvyesh/gym-dmcontrol
- Owner: rejuvyesh
- License: mit
- Created: 2018-01-24T02:34:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-31T22:27:03.000Z (about 7 years ago)
- Last Synced: 2025-03-24T06:23:23.535Z (6 months ago)
- Topics: dm-control, gym, gym-dmcontrol, gym-environment, mujoco, reinforcement-learning
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gym-dmcontrol
Wrapper around [`dm_control`](https://github.com/deepmind/dm_control) to provide a [`gym`](https://github.com/openai/gym/) like interface.
## Installation
```
$ pip install git+git://github.com/rejuvyesh/gym-dmcontrol.git
```