연습문제 애니메이션을 동영상으로 변환
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user