Skip to content

Commit 92205f5

Browse files
authored
Merge pull request dennybritz#198 from fspirit/fix-rendering-crash-on-win-10
Fix rendering crash on Win 10
2 parents 9dce017 + bb9241d commit 92205f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FA/MountainCar Playground.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"plt.figure()\n",
7272
"plt.imshow(env.render(mode='rgb_array'))\n",
7373
"\n",
74-
"env.render(close=True)"
74+
"env.close()"
7575
]
7676
},
7777
{

0 commit comments

Comments
 (0)