dm_control icon indicating copy to clipboard operation
dm_control copied to clipboard

mjcf module incorrectly requires all plugin elements to have a name attribute

Open kgaranger opened this issue 1 year ago • 0 comments

The various plugin elements have a name attribute defined in schema.xml of the mjcf module. However, some plugins like body plugins do not have a name in mujoco. Because dm_control automatically gives a name to plugin elements by default, generated MJCF files may result in an error when using them with mujoco.

kgaranger avatar Feb 06 '24 02:02 kgaranger