chris-chris / pysc2-examples

StarCraft II - pysc2 Deep Reinforcement Learning Examples
Apache License 2.0
758 stars 355 forks source link

Training information #15

Open lvian opened 6 years ago

lvian commented 6 years ago

Hi there,

This is more of a question, I'm using your code to train some agents and I would like to generate graphs of their performance rating over time. Is there already a way to do that already or I would need to export the scores at the end of each iteration?

Thanks