Skip to content

Commit 88dc6da

Browse files
committed
pong filename
1 parent 74f510f commit 88dc6da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lab3/Lab3_rl.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@
971971
"source": [
972972
"from IPython.display import HTML\n",
973973
"import io, base64\n",
974-
"video = io.open('./agent2.mp4', 'r+b').read()\n",
974+
"video = io.open('./pong_agent.mp4', 'r+b').read()\n",
975975
"encoded = base64.b64encode(video)\n",
976976
"HTML(data='''\n",
977977
"<video controls>\n",
@@ -982,4 +982,4 @@
982982
"outputs": []
983983
}
984984
]
985-
}
985+
}

0 commit comments

Comments
 (0)