Skip to content

Commit

Permalink
Update Playing text-based games with TextWorld.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcCote committed Nov 6, 2022
1 parent 82b8e88 commit 74541f3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions notebooks/Playing text-based games with TextWorld.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,23 @@
"!echo \"Done.\""
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"**[Optional]** On Google Colab, you need to download additional data beforehand."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"!wget https://aka.ms/textworld/notebooks/data.zip\n",
"!unzip -nq data.zip && rm -f data.zip"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit 74541f3

Please sign in to comment.