RasmusBrostroem / ConnectFourRL

0 stars 0 forks source link

Refactor use game instance #82

Closed RasmusBrostroem closed 1 year ago

RasmusBrostroem commented 1 year ago

Closes #80

Let the game object be given to players for them to use game functions instead of having them clone board and make own implementations of game functions. This is mostly useful for MinimaxAgent.

Also, fixed bug, where MinimaxAgent would choose column None.