Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 262 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 262 Bytes

gym2dmc

Simplest wrapper for converting Gym environment to DMC environment

installation

git clone https://github.com/NM512/gym2dmc.git
cd gym2dmc
pip install .

How to use

from gym2dmc import Gym2DMC
dmc_env = Gym2DMC(gym_env)