nottombrown / rl-teacher

Code for Deep RL from Human Preferences [Christiano et al]. Plus a webapp for collecting human feedback
MIT License
556 stars 93 forks source link

Frozen screen issue #42

Open sunit1409 opened 4 years ago

sunit1409 commented 4 years ago

[2019-08-14 12:03:33,556] GLFW error: 65545, desc: b'GLX: Failed to find a suitable GLXFBConfig' -------- Iteration 1 ---------- Average sum of true rewards per episode: 9.1862 Entropy: 4.2757 KL(old|new): 0.0008 Surrogate loss: -0.0026 Frames gathered: 2400
Frames gathered/second: 3760
Time spent gathering rollouts: 0.64
Time spent updating weights: 1.24
Total time: 1.89

I end up getting a frozen screen without anything rendered. I am using a 1080 TI gpu for instance.

mrcongcong commented 3 years ago

hey could u please tell me how u solve this problem? i got the same issue. every time i run render(),and the error pops up. thanks for helping me!