google-deepmind / google-deepmind/dm_control
group attribut for <position> actuator is missing and generates an error
Đang mở
- Ngôn ngữ chính
- Python
- Star
- 4.7k
- Fork
- 764
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
`
AttributeError: 'group' is not a valid attribute for
...
--> 534 raise AttributeError(
535 '{!r} is not a valid attribute for <{}>'.format(
536 attribute_name, self._spec.name))
AttributeError: Line 35: error while parsing element : 'group' is not a valid attribute for
`
I had this error, however group is a valid attribute of actuator/position according to Mujoco official XML reference doc https://mujoco.readthedocs.io/en/stable/XMLreference.html#actuator-position-group
Could this be added?
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.