Update viz.ipynb

This commit is contained in:
pzhokhov
2018-11-07 17:20:52 -08:00
committed by GitHub
parent c14d307834
commit cc88804042

View File

@@ -7,7 +7,7 @@
"id": "Ynb-laSwmpac" "id": "Ynb-laSwmpac"
}, },
"source": [ "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." "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."
] ]
}, },