chris-chris / pysc2-examples

StarCraft II - pysc2 Deep Reinforcement Learning Examples
Apache License 2.0
755 stars 356 forks source link

Supervised Learning to Predict Win/Loss from Pysc2 #19

Open rohanpaleja27 opened 6 years ago

rohanpaleja27 commented 6 years ago

Hi, I was wondering if you have or know of any examples that implemented supervised learning using Starcraft II game data (implimented in section 5 of this paper : StarCraft II: A New Challenge for Reinforcement Learning). Methods for how the features were generated from game replays or anything of that sort is always appreciated.

Thank you,