The MJPC GUI is built on top of MuJoCo's simulate application with a few additional features. The below screenshot shows a capture of the GUI for the walker task.
- Press
F1to bring up a help pane that describes how to use the GUI. - The MJPC GUI is an extension of MuJoCo's native
simulateviewer, with the same keyboard shortcuts and mouse functionality.+speeds up the simulation, resulting in fewer planning steps per simulation step.-slows down the simulation, resulting in more planning steps per simulation step.
- The
simulateviewer enables drag-and-drop interaction with simulated objects to apply forces or torques.- Double-click on a body to select it.
Ctrl + left dragapplies a torque to the selected object, resulting in rotation.Ctrl + right dragapplies a force to the selected object in the(x,z)plane, resulting in translation.Ctrl + Shift + right dragapplies a force to the selected object in the(x,y)plane.
- MJPC adds three keyboard shortcuts:
- The
Enterkey starts and stops the planner. - The
\key starts and stops the controller (sending actions from the planner to the model). - The
9key turns the traces on/off.
- The
