keithgw / wingspan

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

Implement transposition tables for MCTS #56

Open keithgw opened 7 months ago

keithgw commented 7 months ago

A result of #50

51 is a dependency

keithgw commented 7 months ago

State transposition tables may be useless, as the number of turns remaining in the game will decrease as the game continues. This means two hands won't be equivalent, as there may not be enough time to gain food to play the same bird on a later turn.