oxwhirl / smac

SMAC: The StarCraft Multi-Agent Challenge
MIT License
1.07k stars 226 forks source link

ubuntu failed to find EGL functions in library file! #17

Closed lml519 closed 4 years ago

lml519 commented 4 years ago

First, I'd like to thank you for all release,which helps me alot in my research.

However, when i run this command "python -m smac.examples.random_agents", the output display that after Attempting to initialize EGL from file linEGL.so.1 ... failed to findEGL functions in libary file!

samvelyan commented 4 years ago

SMAC itself is not using EGL, but PySC2 does. Perhaps this can help - https://github.com/deepmind/pysc2/issues/207.

gjcamacho commented 3 years ago

I know is a little bit late, but I fixed my issue by correctly specifying the path to my libEGL NVIDIA libraries in LD_LIBRARY_PATH, and it worked much more faster than using libOSMesa