keithgw / wingspan

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

Move to_representation methods to subclasses #63

Open keithgw opened 8 months ago

keithgw commented 8 months ago

to_representation is only needed for the MCTSGameState, so each class that has a to_representation implementation should similarly make a MCTS subclass that adds that functionality.

Example: BirdFeeder.