Catch all exceptions when loading gl_info

This commit is contained in:
Aurelien Geron
2016-10-09 11:22:36 +02:00
parent ecd710bcf5
commit 921a3b13dd

View File

@@ -3017,7 +3017,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",