cbfinn / maml_rl

Code for RL experiments in "Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks"
Other
624 stars 180 forks source link

AttributeError: function 'mjv_makeObjects' not found #6

Open aqeelanwar opened 6 years ago

aqeelanwar commented 6 years ago

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.