Skip to main content

gym-dmc is a gym wrapper arround DeepMind Controlsuite domains.

Project description

Link to other OpenAI Gym Plugins:

  • gym-sawyer

  • gym-toy-nav

Usage pattern:

import gym

env = gym.make("gym_dmc:Pendulum-swingup-v1")

For the full list of environments, you can print:

from dm_control.suite import ALL_TASKS

print(*ALL_TASKS, sep="\n")

# Out[2]: ('acrobot', 'swingup')
#         ('acrobot', 'swingup_sparse')
...

We register all of these environments using the following pattern: > acrobot task “swingup_sparse” becomes “gym_dmc:Acrobot-swingup_sparse-v1”

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

gym_dmc-0.2.0rc1-py3-none-any.whl (2.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page