mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-14 20:19:29 +01:00
Catch all exceptions when loading gl_info
This commit is contained in:
@@ -571,7 +571,7 @@
|
||||
"try:\n",
|
||||
" from pyglet.gl import gl_info\n",
|
||||
" openai_cart_pole_rendering = True # no problem, let's use OpenAI gym's rendering function\n",
|
||||
"except ImportError:\n",
|
||||
"except Exception:\n",
|
||||
" openai_cart_pole_rendering = False # probably running on binder, let's use our own rendering function\n",
|
||||
"\n",
|
||||
"def render_cart_pole(env, obs):\n",
|
||||
|
||||
Reference in New Issue
Block a user