Converting mjx.Model into mujoco.MjModel #1948
Unanswered
nico-bohlinger
asked this question in
Asking for Help
Replies: 1 comment 1 reply
-
Something like this should do the trick for copying the jnp/np arrays.
Hope this helps! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I was wondering if there is a quick way of converting a mjx.Model into a mujoco.MjModel?
There are the functions mjx.get_data and mjx.put_data for the data object but for the model only mjy.put_model exists.
Thank you for any advice in advance.
Beta Was this translation helpful? Give feedback.
All reactions