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
Describe the bug
I wanted to give this a try and installed as suggested. However immediately get this error when running.
Suggestion: use versions in your requirements.txt file to make sure your tutorial still works after breaking changes of dependencies
To Reproduce
Steps to reproduce the behavior:
Install in a new conda environment on Win10 as you described
python run.py
See error:
(mujoco-tut)` D:\Eigene Dateien\Eigene Dokumente\Programmierung\20 Python\38 RL Ant\01 Tests\Mujoco-Tutorial>python run.py
Traceback (most recent call last):
File "D:\Eigene Dateien\Eigene Dokumente\Programmierung\20 Python\38 RL Ant\01 Tests\Mujoco-Tutorial\run.py", line 13, in <module>
main()
File "D:\Eigene Dateien\Eigene Dokumente\Programmierung\20 Python\38 RL Ant\01 Tests\Mujoco-Tutorial\run.py", line 7, in main
sim = Biped(xml_path)
File "D:\Eigene Dateien\Eigene Dokumente\Programmierung\20 Python\38 RL Ant\01 Tests\Mujoco-Tutorial\examples\biped.py", line 21, in __init__
super().__init__(xml_path)
File "D:\Eigene Dateien\Eigene Dokumente\Programmierung\20 Python\38 RL Ant\01 Tests\Mujoco-Tutorial\mujoco_base.py", line 15, in __init__
self.model = mj.MjModel.from_xml_path(xml_path) # MuJoCo model
ValueError: XML Error: Schema violation: unrecognized attribute: 'sensornoise'
Element 'flag', line 8
Desktop (please complete the following information):
Windows 10
The text was updated successfully, but these errors were encountered:
If you just want to run run.py, you can comment out sensornoise and change xml/biped.xml line 8 to <flag contact="enable" energy="enable"/>, I don't know if this is the same as the original, btw I'm a newbie in learning mujoco.
Describe the bug
I wanted to give this a try and installed as suggested. However immediately get this error when running.
Suggestion: use versions in your requirements.txt file to make sure your tutorial still works after breaking changes of dependencies
To Reproduce
Steps to reproduce the behavior:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: