A simple Jupyter notebook to visualize the results of RL experiments stored in Tensorboard log files with Matplotlib.
- Extracting Pandas dataframes from Tensorboard log files
- Aggregation of multiple seed runs (standard deviation)
- One plot or multiple plots
Tensorboard data extraction by: supermariopy