diff --git a/docs/viz/viz.md b/docs/viz/viz.md new file mode 100644 index 0000000..be4d55d --- /dev/null +++ b/docs/viz/viz.md @@ -0,0 +1,27 @@ +# Loading and visualizing results +In order to compare performance of algorithms, we often would like to vizualise learning curves (reward as a function of timesteps), or some other auxiliary information about learining +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--