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

ERROR: OpenGL version 1.5 or higher required #15

Open ShiguangSun opened 3 years ago

ShiguangSun commented 3 years ago

Hi, when I ran python demo.py --env-name='FetchReach-v1' on a ubuntu server, I met a problem here. Creating window glfw ERROR: OpenGL version 1.5 or higher required

Press Enter to exit ... Any suggestion?

TianhongDai commented 3 years ago

@ShiguangSun Hi, It should be the problem of OpenGL version, you need to upgrade it.