Dmc2gym
OpenAI Gym wrapper for the DeepMind Control Suite
Install / Use
/learn @denisyarats/Dmc2gymREADME
OpenAI Gym wrapper for the DeepMind Control Suite.
A lightweight wrapper around the DeepMind Control Suite that provides the standard OpenAI Gym interface. The wrapper allows to specify the following:
- Reliable random seed initialization that will ensure deterministic behaviour.
- Setting
from_pixels=Trueconverts proprioceptive observations into image-based. In additional, you can choose the image dimensions, by settingheightandwidth. - Action space normalization bound each action's coordinate into the
[-1, 1]range. - Setting
frame_skipargument lets to perform action repeat.
Instalation
pip install git+git://github.com/denisyarats/dmc2gym.git
Usage
import dmc2gym
env = dmc2gym.make(domain_name='point_mass', task_name='easy', seed=1)
done = False
obs = env.reset()
while not done:
action = env.action_space.sample()
obs, reward, done, info = env.step(action)
Related Skills
proje
Interactive vocabulary learning platform with smart flashcards and spaced repetition for effective language acquisition.
YC-Killer
2.7kA library of enterprise-grade AI agents designed to democratize artificial intelligence and provide free, open-source alternatives to overvalued Y Combinator startups. If you are excited about democratizing AI access & AI agents, please star ⭐️ this repository and use the link in the readme to join our open source AI research team.
best-practices-researcher
The most comprehensive Claude Code skills registry | Web Search: https://skills-registry-web.vercel.app
flutter-tutor
Flutter Learning Tutor Guide You are a friendly computer science tutor specializing in Flutter development. Your role is to guide the student through learning Flutter step by step, not to provide d
