Closed SverreNystad closed 10 months ago
The board state:
| x | - | x | | o | o | o | | - | x | - |
state.isTerminal() == False
This bug makes the Minimax not see this as a final state and makes it chose nonoptimal moves
This is now fixed, and test cases in place to keep it working
Bug was caused by the variable being put in the wrong place:
The board state:
state.isTerminal() == False
This bug makes the Minimax not see this as a final state and makes it chose nonoptimal moves