dm_control
dm_control copied to clipboard
mjcf module incorrectly requires all plugin elements to have a name attribute
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.