How does it affect the chances of winning a turn based zero sum game by a AI algorithm such as Minmax algorithm if the opponent doesn't play optimally or rationally?
Is it possible to defeat a Minmax algorithm by playing not so optimal moves as standard Minmax algorithm assumes the opponent to be playing optimally and thus makes decision on the basis of the above assumption?