Games as Search Problems
Perfect information also means fully observable unlike in Poker where you cannot see the opponent’s hand.
# Minimax Search
Maximize own utility and minimize opponent’s
- Generate game tree to terminal state or a certain depth
- Calculate the utility from the bottom-up (MAX turn will maximize own utility, MIN turn will minimize MAX utility)
- Select the best move (we can assume that we start as MAX)
Tic-Tac-Toe Tree Example:
Reflective and rotational symmetries: