Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can not find files vendor/mujoco/ #246

Open
liuzhidanhhh opened this issue Nov 20, 2018 · 4 comments
Open

can not find files vendor/mujoco/ #246

liuzhidanhhh opened this issue Nov 20, 2018 · 4 comments

Comments

@liuzhidanhhh
Copy link

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

@ZhuFengdaaa
Copy link

same problem

@ZhuFengdaaa
Copy link

@liuzhidanhhh Have you solved this problem yet ?

@kpaonaut
Copy link

kpaonaut commented Mar 26, 2019

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants