Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
werner-duvaud committed Mar 28, 2020
1 parent 0fbbc77 commit a6ffdd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"source": [
"# MuZero\n",
"\n",
"This notebook is just an example to show how to run [MuZero (https://github.com/werner-duvaud/muzero-general)](https://github.com/werner-duvaud/muzero-general) in Google Colab or Jupyter Notebook. You can also launch MuZero direcly by cloning the github repository and running the command `python muzero.py`. See [readme](https://github.com/werner-duvaud/muzero-general) for detailed instructions."
"This notebook is just an example to show how to run [MuZero (https://github.com/werner-duvaud/muzero-general)](https://github.com/werner-duvaud/muzero-general) in Google Colab or Jupyter Notebook. You can also launch MuZero directly by cloning the github repository and running the command `python muzero.py`. See [readme](https://github.com/werner-duvaud/muzero-general) for detailed instructions."
]
},
{
Expand Down Expand Up @@ -377,7 +377,7 @@
"source": [
"!python muzero.py\n",
"\n",
"# The error \"OSError: [Errno 99] error while attempting to bind on address ('::1', 8265, 0, 0): cannot assign requested address\" is not a problem. MuZero will keep runing.\n",
"# The error \"OSError: [Errno 99] error while attempting to bind on address ('::1', 8265, 0, 0): cannot assign requested address\" is not a problem. MuZero will keep running.\n",
"\n",
"# The logs won't be printed below. Training results will be displayed in realtime in the TenoBoard dashboard above."
],
Expand Down

0 comments on commit a6ffdd9

Please sign in to comment.