# 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--