TianhongDai / hindsight-experience-replay

This is the pytorch implementation of Hindsight Experience Replay (HER) - Experiment on all fetch robotic environments.
MIT License
392 stars 75 forks source link

glfwGetVideoMode: Assertion `monitor != ((void *)0)' failed. Aborted (core dumped) #12

Closed nizhihao closed 3 years ago

nizhihao commented 3 years ago

When i evalute the performance with python demo.py --env-name='FetchReach-v1', there is a bug as below:

Creating window glfw python: /builds/florianrhiem/pyGLFW/glfw-3.3.3/src/monitor.c:447: glfwGetVideoMode: Assertion `monitor != ((void *)0)' failed. Aborted (core dumped)

i have try to solve it, but i can't find out the good.
could you give me some ideas. Tanks very much!

TianhongDai commented 3 years ago

@nizhihao It should be the problem of glfw, I use the glfw==1.8.2, could you try to downgrade it, please?

nizhihao commented 3 years ago

@TianhongDai yeah, the problem is the version of the glfw. and I used the glfw==2.1.0, Thanks very much !!

TianhongDai commented 3 years ago

@nizhihao You're welcome!