keithgw / wingspan

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

Modify game set up to choose player/bot configuration #42

Closed keithgw closed 7 months ago

keithgw commented 7 months ago

Set up should take arguments to decide the number of human and bot players.

keithgw commented 7 months ago

When instantiating players, it will need to distinguish between human and bot players.

keithgw commented 7 months ago

A human should be able to play a bot that chooses actions at random when this issue is complete.