Vitoria Baldan
Results
1
issues of
Vitoria Baldan
I'm trying to run a very simple code using mujoco-py and dm_control suite: ``` import mujoco_py from mujoco_py import utils import dm_control import os.path filename = "package.xml" path = os.path.abspath(filename)...