From 2c4e84e63c7e71619fd0d4ab19887bef5ee693ba Mon Sep 17 00:00:00 2001 From: Nino Risteski <95188570+NinoRisteski@users.noreply.github.com> Date: Thu, 31 Aug 2023 10:44:59 +0200 Subject: [PATCH] Update viz.ipynb added 'the' in file, typo fix. --- docs/viz/viz.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/viz/viz.ipynb b/docs/viz/viz.ipynb index f1741c1c7e..723a70164b 100644 --- a/docs/viz/viz.ipynb +++ b/docs/viz/viz.ipynb @@ -8,7 +8,7 @@ }, "source": [ "# 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 the 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." ] }, {