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
I am a recent Stanford grad and using Mujoco MJX for my robotics research.
My setup
Mujoco 3.2.7, Python, latest macOS
My question
I wish to get the site_xpos for each env in my 1024-env MJX environment.
I run print(state.qpos.shape, state.xpos.shape, state.geom_xpos.shape, state.site_xpos.shape) and get the following:
(1024, 55) (57, 3) (68, 3) (17, 3)
Is this a bug? Why is there no envs dimension on xpos?
Minimal model and/or code that explain my question
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Intro
Hi!
I am a recent Stanford grad and using Mujoco MJX for my robotics research.
My setup
Mujoco 3.2.7, Python, latest macOS
My question
I wish to get the site_xpos for each env in my 1024-env MJX environment.
I run print(state.qpos.shape, state.xpos.shape, state.geom_xpos.shape, state.site_xpos.shape) and get the following:
(1024, 55) (57, 3) (68, 3) (17, 3)
Is this a bug? Why is there no envs dimension on xpos?
Minimal model and/or code that explain my question
print(state.qpos.shape, state.xpos.shape, state.geom_xpos.shape, state.site_xpos.shape)
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions