rll / rllab

rllab is a framework for developing and evaluating reinforcement learning algorithms, fully compatible with OpenAI Gym.
Other
2.91k stars 801 forks source link

can not find files vendor/mujoco/ #246

Open liuzhidanhhh opened 6 years ago

liuzhidanhhh commented 6 years ago

OSError: /maml_rl/vendor/mujoco/libmujoco131.so: cannot open shared object file: No such file or directory

ZhuFengdaaa commented 5 years ago

same problem

ZhuFengdaaa commented 5 years ago

@liuzhidanhhh Have you solved this problem yet ?

kpaonaut commented 5 years ago

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.

ZhuFengdaaa commented 5 years ago

I have solved this problem yet. You need to register a license here. And then put the key into the right place.