RasmusBrostroem / ConnectFourRL

0 stars 0 forks source link

Rewrite Minimax agent #48

Closed RasmusBrostroem closed 1 year ago

RasmusBrostroem commented 1 year ago

The current implementation of the minimax agent has to use the game class, which should not be the case, so this has to be re-written.

Also, the minimax class should inherit from the other players to ensure proper functions.

jbirkesteen commented 1 year ago

Merged into main with #70.