stevenpjg / ddpg-aigym

Continuous control with deep reinforcement learning - Deep Deterministic Policy Gradient (DDPG) algorithm implemented in OpenAI Gym environments
MIT License
275 stars 74 forks source link

Error with GLEW initialization #14

Closed williamissirius closed 5 years ago

williamissirius commented 6 years ago

This is the output that I got: Creating window glfw ERROR: GLEW initalization error: Missing GL version My setup: Python3.5, Ubuntu 16.04, gym from openai official github.

ganyeshprasanna commented 6 years ago

Hi, Try running this : export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libGLEW.so:/usr/lib/nvidia-384/libGL.so in your terminal and then run the code. -Ganesh

stevenpjg commented 5 years ago

Resolving. Please reopen if you still face issues.