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 bird deck to include information about known_missing_cards #58

Open keithgw opened 7 months ago

keithgw commented 7 months ago

Representing the deck as just a count doesn't account for the memory that a player has for each face-up bird it has seen. The deck representation should account for this memory.