Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 626 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 626 Bytes

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