lastMove not bad

This commit is contained in:
2025-08-06 11:37:29 +02:00
parent 8d4cb47c57
commit 45edb546f7

View File

@ -51,7 +51,6 @@ def game(train):
if lost:
if train:
addLostMove(state + move, move)
addLostMove(lastMove.state, lastMove.move)
return 0 # optimale Strategie hat gewonnen
lastMove = Move(state + move, move)