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
Locally: clone and run
pip install -e .
Directly from github:
pip install pip install git+git://github.com/imgeorgiev/dmc2gymnasium.git
TODO
TODO