| logdir |
The directory (or directories) containing the experiment logs you want to plot. The plotter will recursively search and autocomplete directory names. |
| -l, --legend |
Optional. Sets the legend labels for the plot. If not specified, the plotter uses the exp_name from the config.json file. |
| -x, --xaxis |
Specifies which data column to use for the x-axis. The default is 'TotalEnvInteracts'. |
| -y, --value |
Specifies which data column(s) to use for the y-axis. Multiple values will generate multiple plots. The default is 'Performance', which automatically selects either AverageEpRet or AverageTestEpRet based on the algorithm. |
| --count |
A flag that, when used, plots all curves separately instead of averaging results across experiments with the same exp_name. |
| -s, --smooth |
Specifies the size of the window for smoothing the data. The default is 1 (no smoothing). |
| --select |
A selection rule. The plotter will only display results from log directories that contain all of the specified substrings. |
| --exclude |
An exclusion rule. The plotter will only display results from log directories that do not contain any of the specified substrings. |