keithgw / wingspan

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

implement a method for randomizing the turn order among players. #43

Open keithgw opened 7 months ago

keithgw commented 7 months ago

Will save doing this until #45 as we'll need to be able to set the game state explicitly. While that code is being refactored, it will be easy to add a turn-order choice to the game.py code.