Types of Games

deterministic chance
perfect information chess, checkers, go monopoly
imperfect information battleships, blind tic tac toe bridge, poker

deterministic: fully observable environments in which two agents act alternately and in which the utility values art the end of the game are always equal and opposite

imperfect / imperfect information: whether information are visible to each player

Games vs Search Problems

If we want to apply search strategies to win games

Challenges

Game as a Search Problem

The initial state, ACTIONS function and RESULT function define the game tree for the game — a tree where the nodes are game states and the edges are moves.

Finding Optimal Decisions In Games