Skip to content

Commit

Permalink
Rename to video.
Browse files Browse the repository at this point in the history
  • Loading branch information
hallvardnmbu committed Feb 29, 2024
1 parent 5d09c7c commit 4f39e4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@
" rotation=90, verticalalignment='center', horizontalalignment='center',\n",
" bbox=dict(facecolor='white', alpha=1.0))\n",
"\n",
"plt.savefig(\"./output/value-vision-tetris.png\")\n",
"plt.savefig(\"./output/value-video-tetris.png\")\n",
"plt.show()"
],
"metadata": {
Expand Down Expand Up @@ -483,7 +483,7 @@
" states[0, 0, i] = new_state\n",
" \n",
" images.append(environment.render())\n",
"_ = imageio.mimsave('./output/value-vision-tetris.gif', images, duration=50)"
"_ = imageio.mimsave('./output/value-video-tetris.gif', images, duration=50)"
],
"metadata": {
"collapsed": false,
Expand All @@ -498,7 +498,7 @@
{
"cell_type": "markdown",
"source": [
"<img src=\"./output/value-vision-tetris.gif\" width=\"1000\" height=\"1000\" />"
"<img src=\"./output/value-video-tetris.gif\" width=\"1000\" height=\"1000\" />"
],
"metadata": {
"collapsed": false
Expand Down

0 comments on commit 4f39e4d

Please sign in to comment.