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
Hi, I'm trying to use the new replicate tag with the dmcontrol rodent model, but I run into this error with loading it into Mujoco:
ValueError Traceback (most recent call last)
Cell In[16], [line 1](vscode-notebook-cell:?execution_count=16&line=1)
----> [1](vscode-notebook-cell:?execution_count=16&line=1) model = mujoco.MjModel.from_xml_path(path)
ValueError: Error: unknown body 'torso' in skin
Element name 'skin', id 0, line 15
I believe this is caused by the renaming of bodies when replicating, making the skin file refer to nonexistent bodies. Is there another way to apply the same .skn file to replicated bodies?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to use the new
replicate
tag with the dmcontrol rodent model, but I run into this error with loading it into Mujoco:I believe this is caused by the renaming of bodies when replicating, making the skin file refer to nonexistent bodies. Is there another way to apply the same
.skn
file to replicated bodies?Thanks!
The text was updated successfully, but these errors were encountered: