Hello,
I am trying to set up Mujoco for one of my projects. I installed all the dependencies and used the appropriate license file. When I am trying to run test_maml_ant.py, its giving me the following error
func = self._FuncPtr((name_or_ordinal, self))
AttributeError: function 'mjv_makeObjects' not found
in the file mjlib.py. Does anyone know if it is the installation issue or am I missing something? The examples provided by the mujoco_py repositories are working without any error though.
Hello, I am trying to set up Mujoco for one of my projects. I installed all the dependencies and used the appropriate license file. When I am trying to run test_maml_ant.py, its giving me the following error
in the file mjlib.py. Does anyone know if it is the installation issue or am I missing something? The examples provided by the mujoco_py repositories are working without any error though.