Open liuzhidanhhh opened 6 years ago
same problem
@liuzhidanhhh Have you solved this problem yet ?
For those who have the same problem, I figured this out by looking at setup_mujoco.py
Basically, you'll have to execute the commands in this shell script or manually do what it does. Namely, copy files indicated in the shell to vendor/mujoco
. As an example:
cp path_to/.mujoco/mjpro131/bin/* local_path_to_rllab/vendor/mujoco
Note also vendor/mujoco
is not a directory, you'll have to mkdir mujoco
first.
I have solved this problem yet. You need to register a license here. And then put the key into the right place.
OSError: /maml_rl/vendor/mujoco/libmujoco131.so: cannot open shared object file: No such file or directory