keithgw / wingspan

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

Refactor mcts.State to be a subclass of GameState called MCTSGameStat… #62

Closed keithgw closed 8 months ago

keithgw commented 8 months ago

…e. Add a constructor from GameState to MCTSGameState.

Closes #61