I’m tracking a whole bunch of metrics for deep RL experiments I’m running. These are high variance, as is the nature in deep RL.
Per default, wandb will produce shaded error bands based on min/max values. This is sort of pointless for my experiments due to the outliers, so I’m switching to standard error based bands.
Right now I’m doing this manually for each individual plot. This can get pretty annoying, e.g. when running hyperparameter sweeps. Is there a way to set a specific panel style as default for a project that I’m just not finding?
If this is not possible, I think it would be a nice quality-of-life improvement to add.