Skip to content

Commit

Permalink
Update Building a simple agent.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcCote committed Nov 6, 2022
1 parent e188d78 commit 82b8e88
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions notebooks/Building a simple agent.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/MarcCote/TextWorld/blob/main/notebooks/Building%20a%20simple%20agent.ipynb)"
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/microsoft/TextWorld/blob/main/notebooks/Building%20a%20simple%20agent.ipynb)"
]
},
{
Expand All @@ -30,7 +30,8 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install textworld"
"!pip install textworld\n",
"!pip install gym==0.21"
]
},
{
Expand Down

0 comments on commit 82b8e88

Please sign in to comment.