keithgw / wingspan

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

Refill the tray at the end of a player turn. Add a refill method to T… #38

Closed keithgw closed 7 months ago

keithgw commented 7 months ago

…ray. Add a is_not_full method to Tray for use when checking if the tray can be refilled. Add a call to tray.refill in GameState.end_player_turn, which now requires passing of the tray and bird deck.