keithgw / wingspan

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

update the model of the opponents hand to include birds drawn from tray #57

Open keithgw opened 7 months ago

keithgw commented 7 months ago

When an opponent draws a bird from the tray, this information should be included in the representation of the opponent's hand.

This isn't required to get MCTS working, and so should be a later enhancement.