연습문제 애니메이션을 동영상으로 변환

This commit is contained in:
rickiepark
2018-05-20 20:34:47 +09:00
parent a57a49b3a4
commit e52d2d56ab

View File

@@ -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": {