Don't try OpenAI rendering in Chapter 16 Section 3

main
ziembla 2018-03-21 22:35:10 +01:00
parent 8263708777
commit c4f82f3621
1 changed files with 9 additions and 0 deletions

View File

@ -574,6 +574,15 @@
" plt.show()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"openai_cart_pole_rendering = False # don't try, just use the safe way?"
]
},
{
"cell_type": "code",
"execution_count": 26,