mujoco_tools.cliΒΆ
Command-line interface for MuJoCo tools
Functions
|
|
|
Parse data argument string into a dictionary Example: "qpos data/qpos.npy ctrl data/ctrl.npy" -> {"qpos": "data/qpos.npy", "ctrl": "data/ctrl.npy"} |
|
Parse vision flags string into a dictionary Example: "mjVIS_ACTUATOR mjVIS_ACTIVATION" -> {"mjVIS_ACTUATOR": True, "mjVIS_ACTIVATION": True} |