skjb / pysc2-tutorial

Tutorials for building a PySC2 bot
https://medium.com/@skjb/building-a-basic-pysc2-agent-b109cde1477c
MIT License
287 stars 85 forks source link

Could you tell me how to plot your agent's record(winning rate, draw rate and loss rate) in your fourth article(Sparse Reward) #10

Open Russ95 opened 6 years ago

Russ95 commented 6 years ago

I am fresh to this, thank you very much.

Russ95 commented 6 years ago

May I ask how to output the reward history to a csv file?(I've seen that you could output the q table to a csv)