From e52d2d56ab283975b0903ca88ee6aa716713a371 Mon Sep 17 00:00:00 2001 From: rickiepark Date: Sun, 20 May 2018 20:34:47 +0900 Subject: [PATCH] =?UTF-8?q?=EC=97=B0=EC=8A=B5=EB=AC=B8=EC=A0=9C=20?= =?UTF-8?q?=EC=95=A0=EB=8B=88=EB=A9=94=EC=9D=B4=EC=85=98=EC=9D=84=20?= =?UTF-8?q?=EB=8F=99=EC=98=81=EC=83=81=EC=9C=BC=EB=A1=9C=20=EB=B3=80?= =?UTF-8?q?=ED=99=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 16_reinforcement_learning.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/16_reinforcement_learning.ipynb b/16_reinforcement_learning.ipynb index e666ce2..ef93744 100644 --- a/16_reinforcement_learning.ipynb +++ b/16_reinforcement_learning.ipynb @@ -11348,7 +11348,7 @@ "source": [ "frames = run_bipedal_walker()\n", "video = plot_animation(frames)\n", - "plt.show()" + "HTML(video.to_html5_video())" ] }, { @@ -11412,7 +11412,7 @@ "source": [ "frames = run_bipedal_walker(\"./my_bipedal_walker_pg.ckpt\")\n", "video = plot_animation(frames)\n", - "plt.show()" + "HTML(video.to_html5_video())" ] }, { @@ -11447,7 +11447,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.5.5" + "version": "3.6.5" }, "nav_menu": {}, "toc": {