Revision f9c72e3ddc659007d77230b6c416eb6636b9d9ad (click the page title to view the current version)

Adversarial Search

Changes from f9c72e3ddc659007d77230b6c416eb6636b9d9ad to 68994b9180cb4298c5107169fecd1ca8cab8a1c0

---
title: Adversarial Search
---

# Reading

R&N Chapter 6

+ The fundamental concept is **two-player, zero-sum games**
    + The basic solution technique is **minimax search**
+ Minimax search grows exponentially
    + heuristic searches are important (Section 6.3)

# Briefing