openai / EPG

Code for the paper "Evolved Policy Gradients"

Home Page:https://arxiv.org/abs/1802.04821

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

setting mujoco environment issue

Jeiyoon opened this issue · comments

commented

hi I installed all the requirements and tried to run your code.

but there are unresolved mujoco issues

(1)

E Exception:
E Missing path to your environment variable.
E Current values LD_LIBRARY_PATH=
E Please add following line to .bashrc:
E export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/usr/.mujoco/mujoco200/bin

after added

"export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/usr/.mujoco/mujoco200/bin"

to ~/.bashrc, I encountered different issue:

(2)

E Exception:
E Missing path to your environment variable.
E Current values LD_LIBRARY_PATH=:/home/k4ke/.mujoco/mujoco200/bin
E Please add following line to .bashrc:
E export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/nvidia-418

after added

"export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/nvidia-418"

to ~/.bashrc, I encountered different issue:

(3)

E distutils.errors.DistutilsExecError: command 'gcc' failed with exit status 1

I did everything i could but they didn't wokr at all

so please how could i fix it

thank you