ERROR:buffer_manager.cc(488)] [.DisplayCompositor]GL ERROR :GL_INVALID_OPERATION : glBufferData: <- error from previous GL command
See original GitHub issueDescribe the bug After successfully installing SLM-Lab and proceeding to the “Quick Start” portion which involves running DQN on the CartPole environment, everything works well i.e. (final_return_ma increases).
Command entered: python run_lab.py slm_lab/spec/demo.json dqn_cartpole dev
After several log summary and metric instances an OpenGL error code occurs :
[101017:1015/191313.594764:ERROR:buffer_manager.cc(488)] [.DisplayCompositor]GL ERROR :GL_INVALID_OPERATION : glBufferData: <- error from previous GL command
and then the process seems to end without showing any graphs.
To Reproduce
-
OS and environment: Ubuntu 20.04 LTS
-
SLM Lab git SHA (run
git rev-parse HEAD
to get it):dda02d00031553aeda4c49c5baa7d0706c53996b -
spec
file used: slm_lab/spec/demo.json
Error logs
[2020-10-15 19:13:09,800 PID:100781 INFO __init__.py log_summary] Trial 0 session 0 dqn_cartpole_t0_s0 [train_df] epi: 123 t: 120 wall_t: 153 opt_step: 398720 frame: 10000 fps: 65.3595 total_reward: 200 total_reward_ma: 142.7 loss: 5.46846 lr: 0.00774841 explore_var: 0.1 entropy_coef: nan entropy: nan grad_norm: 0.230459
[2020-10-15 19:13:09,821 PID:100781 INFO __init__.py log_metrics] Trial 0 session 0 dqn_cartpole_t0_s0 [train_df metrics] final_return_ma: 142.7 strength: 120.84 max_strength: 178.14 final_strength: 178.14 sample_efficiency: 0.00019783 training_efficiency: 5.02079e-06 stability: 0.926742
[100946:1015/191310.923076:ERROR:buffer_manager.cc(488)] [.DisplayCompositor]GL ERROR :GL_INVALID_OPERATION : glBufferData: <- error from previous GL command
[2020-10-15 19:13:12,794 PID:100781 INFO __init__.py log_metrics] Trial 0 session 0 dqn_cartpole_t0_s0 [eval_df metrics] final_return_ma: 142.7 strength: 120.84 max_strength: 178.14 final_strength: 178.14 sample_efficiency: 0.00019783 training_efficiency: 5.02079e-06 stability: 0.926742
[2020-10-15 19:13:12,798 PID:100781 INFO logger.py info] Session 0 done
[101017:1015/191313.594764:ERROR:buffer_manager.cc(488)] [.DisplayCompositor]GL ERROR :GL_INVALID_OPERATION : glBufferData: <- error from previous GL command
[2020-10-15 19:13:15,443 PID:100781 INFO logger.py info] Trial 0 done
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (6 by maintainers)
Top GitHub Comments
Sounds good. An issue was opened. Thanks once again.
plotly/orca#352
Thank you once again. However, after updating plotly-orca, the same errors occur.