Skip to content

Gymnasium integration for the DeepMind Control (DMC) suite

License

Notifications You must be signed in to change notification settings

imgeorgiev/dmc2gymnasium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gymnasium integration for the DeepMind Control (DMC) suite

A lightweight integration into Gymnasium which allows you to use DMC as any other gym environment. The core idea here was to keep things minimal and simple. The wrapper has no complex features like frame skips or pixel observations. Instead, such functionality can be derived from Gymnasium wrappers.

Inspired by https://github.com/denisyarats/dmc2gym

Instalation

Locally: clone and run

pip install -e .

Directly from github:

pip install pip install git+git://github.com/imgeorgiev/dmc2gymnasium.git

Usage

TODO

Wrappers

TODO

Releases

No releases published

Packages

No packages published

Languages