google-research / rliable

[NeurIPS'21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of seeds.

Home Page:https://agarwl.github.io/rliable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Post-processing about the data derived from stable-baselines

zichunxx opened this issue · comments

Hi!

I have trained the same environment with stable-baselines multiple times with different seeds and got some monitor.csv or .tfevent files. How could I plot the median curve with the standard deviation indicated by the shaded area with rliable? I found the length of the data is not the same in different monitor.csv files. Is it possible?

I browsed through a series of issues in stable-baseline and zoo and eventually tracked them down here.

Thanks in advance!