keithgw / wingspan

A Wingspan AI that uses reinforcement learning to learn to play the wingspan board game.
2 stars 1 forks source link

Implement BotPlayer, which can choose actions according to its policy… #44

Closed keithgw closed 7 months ago

keithgw commented 7 months ago

…. Implement a simple State representation of the game that the Policy will understand. Implement a Policy that chooses actions uniform randomly depending on the phase of the game.