diff --git a/docs/viz/viz.ipynb b/docs/viz/viz.ipynb index 6eb0cf0..f1741c1 100644 --- a/docs/viz/viz.ipynb +++ b/docs/viz/viz.ipynb @@ -7,7 +7,7 @@ "id": "Ynb-laSwmpac" }, "source": [ - "# Loading and visualizing results ([open in colab](https://colab.research.google.com/github/openai/baselines/blob/master/docs/viz.ipynb))\n", + "# Loading and visualizing results ([open in colab](https://colab.research.google.com/github/openai/baselines/blob/master/docs/viz/viz.ipynb))\n", "In order to compare performance of algorithms, we often would like to visualize learning curves (reward as a function of time steps), or some other auxiliary information about learning aggregated into a plot. Baselines repo provides tools for doing so in several different ways, depending on the goal." ] },