# Loading and visualizing results 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. ## Preliminaries For all algorithms in baselines summary data is saved into a folder defined by logger. By default, a folder `$TMPDIR/openai--