rlworkgroup / garage

A toolkit for reproducible reinforcement learning research.
MIT License
1.84k stars 309 forks source link

Extracting episode-level results from MetaEvaluator #2344

Open arcosin opened 5 months ago

arcosin commented 5 months ago

Is there an easy way to get specific data from MetaEvaluator? For example, pulling out the return for each episode in each meta-testing task? This would allow looking at a plot of how long adaptation takes in a testing environment, which is the main thing I'm looking for. Thanks so much!