google-deepmind / mujoco_mpc

Real-time behaviour synthesis with MuJoCo, using Predictive Control
https://github.com/deepmind/mujoco_mpc
Apache License 2.0
1.06k stars 157 forks source link

Loading new tasks #305

Closed richardrl closed 8 months ago

richardrl commented 8 months ago

Can you give an example of how to load new tasks, e.g. the manipulation task?

I can run mjpc but it runs the default locomotion task. I can't figure out how to see the command line arguments.

thowell commented 8 months ago

From the GUI you can change the model here:

image

From the command line:

--task <Task>

(eg, --task Shadow)

ppap36 commented 3 weeks ago

bro, have you successfully tried a new task?