janwithb / rl-evaluation-plots

A simple Jupyter notebook to visualize the results of RL experiments stored in Tensorboard log files with Matplotlib.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RL Evaluation Plots

A simple Jupyter notebook to visualize the results of RL experiments stored in Tensorboard log files with Matplotlib.

Features

  • Extracting Pandas dataframes from Tensorboard log files
  • Aggregation of multiple seed runs (standard deviation)
  • One plot or multiple plots

Exemplary visualizations

One plot

plot

Multiple plots

plot

Credits

Tensorboard data extraction by: supermariopy

About

A simple Jupyter notebook to visualize the results of RL experiments stored in Tensorboard log files with Matplotlib.

License:Apache License 2.0


Languages

Language:Jupyter Notebook 100.0%