vitchyr / viskit

rllab's viskit with some added features
73 stars 35 forks source link

getting results over different seeds #21

Open shivanimall opened 2 years ago

shivanimall commented 2 years ago

Hello,

New to this library, wondering how can I get results averaged over various seeds passed as filter by exp_name (seen in the picture below)

image

Also, is there a way to plot different results on the same plot corresponding to different experiments?

avisingh599 commented 2 years ago

If "split by (figures)" and "split by (series)" are set to None, as they are above, then the result will averaged by default. If you set either of the split by to exp_name, then you'll see if of the individual learning curves.

shivanimall commented 2 years ago

many thanks @avisingh599 - I set one of the split_by but I see the same curve repeated thrice. also tried playing with diff combinations ofsplit_by to exp_name, and still got the same result. attaching image below-

thanks for the help.

image

vitchyr commented 2 years ago

I believe the filters are "and" filters and not "or" filters, so perhaps that's the issue. Usually, I just show all the seeds, and then manually select the ones that I want to keep using the plotly interface.