��
Eng. Suleiman Sead Ibrahim
Artificial Intelligence
Chapter 6�Game playing in AI
An introduction
Environment type discussed in this chapter
Fully-Observalbe
Multi-agent environment
Deterministic
Zero-Sum Game
Game trees
A partial game tree for the game tic-tac-toe
A game can be formally defined with the following elements:
A (partial) game tree for the game of tic-tac-toe.
Evaluation Functions
Consider this partial game tree
Cont.…
The Minimax algorithm
Working of Minimax Algorithm
Step 1
Step 2
Step 3
Step 4
An implementation of Minimax algorithm
Properties of Mini-Max algorithm
Limitation of the minimax Algorithm
Thank you