You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to create an environment in which a model can be moved using the keyboard inputs (W,A,S,D), I am completely new to the mujoco, looked at the documentation but couldn't find any relevant info.
Would be really helpful and appreciate if someone who has already worked on this could give us pointers on which documentation provides the info for using keyboard to move the model.
Thanking you in advance
The text was updated successfully, but these errors were encountered:
Pranav Bhounsule's tutorial series covers interactive control of mujoco scenes with both python and c/c++ well. (E.g. lecture 7 for the python course). I'm not sure what is the best way to implement handling glfw events with the newer and otherwise more streamlined mujoco.viewer method.
If your project relies extensively on user interfacing, then I can also recommend considering the Unity plugin for developing interactive MuJoCo scenes.
Hello everybody,
We are trying to create an environment in which a model can be moved using the keyboard inputs (W,A,S,D), I am completely new to the mujoco, looked at the documentation but couldn't find any relevant info.
Would be really helpful and appreciate if someone who has already worked on this could give us pointers on which documentation provides the info for using keyboard to move the model.
Thanking you in advance
The text was updated successfully, but these errors were encountered: