From fa199534c5b7285bcaf79f72607df24c6da87d2c Mon Sep 17 00:00:00 2001 From: Peter Zhokhov Date: Mon, 5 Nov 2018 14:03:13 -0800 Subject: [PATCH] rephrased viz.md a little bit --- docs/viz/viz.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/viz/viz.md b/docs/viz/viz.md index 1eb3a3b..a5d798b 100644 --- a/docs/viz/viz.md +++ b/docs/viz/viz.md @@ -3,7 +3,7 @@ In order to compare performance of algorithms, we often would like to visualize aggregated into a plot. Baselines repo provides tools for doing so in several different ways, depending on the goal. ## Preliminaries -For all algorithms in baselines directory in which summary data is saved is defined by logger. By default, a folder `$TMPDIR/openai--