maml_rl icon indicating copy to clipboard operation
maml_rl copied to clipboard

AttributeError: function 'mjv_makeObjects' not found

Open aqeelanwar opened this issue 7 years ago • 0 comments

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.

aqeelanwar avatar May 07 '18 15:05 aqeelanwar