mopa-rl icon indicating copy to clipboard operation
mopa-rl copied to clipboard

Can't create a PyKinematicPlanner

Open yuyang16101066 opened this issue 4 years ago • 4 comments

when try to run sh ./scripts/2d/mopa.sh, there will be sh: 2: Syntax error: "(" unexpected, ERROR: Invalid activation key. After checking, I think there is something wrong with PyKinematicPlanner. Could anyone can fix it?

yuyang16101066 avatar Jan 01 '21 13:01 yuyang16101066

@yuyang16101066 Hi, I apologize for the late reply. I assume that you did not locate a valid MuJoCo activation key to use MuJoCo simulation. Would you mind checking this?

junjungoal avatar Jan 06 '21 08:01 junjungoal

@yuyang16101066 Hi, I apologize for the late reply. I assume that you did not locate a valid MuJoCo activation key to use MuJoCo simulation. Would you mind checking this?

Thanks for your reply. I have solved this problem. But I encounter another error: GLEW initalization error: Missing GL version. It seems there is something wrong with openGL.

yuyang16101066 avatar Jan 06 '21 13:01 yuyang16101066

@yuyang16101066 Hi, I apologize for the late reply. I assume that you did not locate a valid MuJoCo activation key to use MuJoCo simulation. Would you mind checking this?

Thanks for your reply. I have solved this problem. But I encounter another error: GLEW initalization error: Missing GL version. It seems there is something wrong with openGL.

Have you solved this problem? I encounter this problem too

lk-greenbird avatar Nov 12 '21 03:11 lk-greenbird

@lk-greenbird Hi, I think this problem often happens in mujoco-py. Could you please try the following? export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libGLEW.so

junjungoal avatar May 15 '22 21:05 junjungoal