Andreas Burger
Results
2
comments of
Andreas Burger
Hi @yilunliao, A small example would be extremely useful to build on your codebase! Could you help us out?
What fixed it for me: https://github.com/google-deepmind/dm_control/issues/3#issuecomment-355153027 1. run `ldd $(which glxinfo) | grep libGL.so` 2. Use that path in `LD_PRELOAD` `nano ~/.bashrc` `LD_PRELOAD=/libGL.so` `source ~/.bashrc`