Adversarial Search. Human-aware Robotics. 2018/01/25 Chapter 5 in R&N 3rd Ø Announcement: Slides for this lecture are here:

Similar documents
CS 5522: Artificial Intelligence II

Game Playing State-of-the-Art

Game Playing State-of-the-Art. CS 188: Artificial Intelligence. Behavior from Computation. Video of Demo Mystery Pacman. Adversarial Search

CS 188: Artificial Intelligence

Adversarial Search. Read AIMA Chapter CIS 421/521 - Intro to AI 1

Artificial Intelligence

Programming Project 1: Pacman (Due )

Announcements. Homework 1. Project 1. Due tonight at 11:59pm. Due Friday 2/8 at 4:00pm. Electronic HW1 Written HW1

Adversarial Search Lecture 7

CSE 473: Ar+ficial Intelligence

CSE 473: Artificial Intelligence Fall Outline. Types of Games. Deterministic Games. Previously: Single-Agent Trees. Previously: Value of a State

Game Playing State of the Art

Adversarial Search 1

Game Playing State-of-the-Art CSE 473: Artificial Intelligence Fall Deterministic Games. Zero-Sum Games 10/13/17. Adversarial Search

CSE 473: Artificial Intelligence. Outline

CSE 573: Artificial Intelligence

CSE 40171: Artificial Intelligence. Adversarial Search: Games and Optimality

CS 188: Artificial Intelligence Spring Announcements

CS 188: Artificial Intelligence

Announcements. CS 188: Artificial Intelligence Spring Game Playing State-of-the-Art. Overview. Game Playing. GamesCrafters

Adversarial Search. Rob Platt Northeastern University. Some images and slides are used from: AIMA CS188 UC Berkeley

CSE 40171: Artificial Intelligence. Adversarial Search: Game Trees, Alpha-Beta Pruning; Imperfect Decisions

Adversarial Search. Robert Platt Northeastern University. Some images and slides are used from: 1. CS188 UC Berkeley 2. RN, AIMA

Adversarial Search. Hal Daumé III. Computer Science University of Maryland CS 421: Introduction to Artificial Intelligence 9 Feb 2012

CS 188: Artificial Intelligence. Overview

Artificial Intelligence

Announcements. CS 188: Artificial Intelligence Fall Today. Tree-Structured CSPs. Nearly Tree-Structured CSPs. Tree Decompositions*

Lecture 5: Game Playing (Adversarial Search)

CS 188: Artificial Intelligence

Game Playing State-of-the-Art. CS 188: Artificial Intelligence. Behavior from Computation. Adversarial Games. Deterministic Games.

Game Playing: Adversarial Search. Chapter 5

Local Search. Hill Climbing. Hill Climbing Diagram. Simulated Annealing. Simulated Annealing. Introduction to Artificial Intelligence

CS 188: Artificial Intelligence Spring 2007

CSE 573: Artificial Intelligence Autumn 2010

Announcements. CS 188: Artificial Intelligence Fall Local Search. Hill Climbing. Simulated Annealing. Hill Climbing Diagram

Project 1. Out of 20 points. Only 30% of final grade 5-6 projects in total. Extra day: 10%

CS 380: ARTIFICIAL INTELLIGENCE ADVERSARIAL SEARCH. Santiago Ontañón

Game playing. Chapter 6. Chapter 6 1

Game-Playing & Adversarial Search

Game Playing. Philipp Koehn. 29 September 2015

COMP219: Artificial Intelligence. Lecture 13: Game Playing

COMP219: COMP219: Artificial Intelligence Artificial Intelligence Dr. Annabel Latham Lecture 12: Game Playing Overview Games and Search

Game-playing AIs: Games and Adversarial Search FINAL SET (w/ pruning study examples) AIMA

Today. Types of Game. Games and Search 1/18/2010. COMP210: Artificial Intelligence. Lecture 10. Game playing

Artificial Intelligence, CS, Nanjing University Spring, 2018, Yang Yu. Lecture 4: Search 3.

Games vs. search problems. Game playing Chapter 6. Outline. Game tree (2-player, deterministic, turns) Types of games. Minimax

Game playing. Chapter 6. Chapter 6 1

Game playing. Chapter 5. Chapter 5 1

CS 380: ARTIFICIAL INTELLIGENCE

CS 771 Artificial Intelligence. Adversarial Search

Artificial Intelligence

Adversarial Search. Soleymani. Artificial Intelligence: A Modern Approach, 3 rd Edition, Chapter 5

Adversarial Search and Game- Playing C H A P T E R 6 C M P T : S P R I N G H A S S A N K H O S R A V I

Games vs. search problems. Adversarial Search. Types of games. Outline

ARTIFICIAL INTELLIGENCE (CS 370D)

Adversarial Search and Game Playing

Outline. Game playing. Types of games. Games vs. search problems. Minimax. Game tree (2-player, deterministic, turns) Games

Set 4: Game-Playing. ICS 271 Fall 2017 Kalev Kask

Adversarial Search. CMPSCI 383 September 29, 2011

Adversarial search (game playing)

Last update: March 9, Game playing. CMSC 421, Chapter 6. CMSC 421, Chapter 6 1

Game Playing. Why do AI researchers study game playing? 1. It s a good reasoning problem, formal and nontrivial.

Artificial Intelligence Adversarial Search

Game playing. Outline

Game Playing. Dr. Richard J. Povinelli. Page 1. rev 1.1, 9/14/2003

Game playing. Chapter 5, Sections 1 6

CS 4700: Foundations of Artificial Intelligence

Games and Adversarial Search

Artificial Intelligence. Topic 5. Game playing

CSE 473: Artificial Intelligence Autumn 2011

School of EECS Washington State University. Artificial Intelligence

Game-playing: DeepBlue and AlphaGo

Adversarial Search. Chapter 5. Mausam (Based on slides of Stuart Russell, Andrew Parks, Henry Kautz, Linda Shapiro) 1

CITS3001. Algorithms, Agents and Artificial Intelligence. Semester 2, 2016 Tim French

CS440/ECE448 Lecture 9: Minimax Search. Slides by Svetlana Lazebnik 9/2016 Modified by Mark Hasegawa-Johnson 9/2017

CS 188: Artificial Intelligence Spring Game Playing in Practice

CPS 570: Artificial Intelligence Two-player, zero-sum, perfect-information Games

CS 331: Artificial Intelligence Adversarial Search II. Outline

ADVERSARIAL SEARCH. Chapter 5

Artificial Intelligence. Minimax and alpha-beta pruning

DIT411/TIN175, Artificial Intelligence. Peter Ljunglöf. 2 February, 2018

Ar#ficial)Intelligence!!

Adversarial Search: Game Playing. Reading: Chapter

Module 3. Problem Solving using Search- (Two agent) Version 2 CSE IIT, Kharagpur

Game playing. Chapter 5, Sections 1{5. AIMA Slides cstuart Russell and Peter Norvig, 1998 Chapter 5, Sections 1{5 1

Foundations of Artificial Intelligence

Games (adversarial search problems)

Artificial Intelligence 1: game playing

Games CSE 473. Kasparov Vs. Deep Junior August 2, 2003 Match ends in a 3 / 3 tie!

CS 1571 Introduction to AI Lecture 12. Adversarial search. CS 1571 Intro to AI. Announcements

CS 2710 Foundations of AI. Lecture 9. Adversarial search. CS 2710 Foundations of AI. Game search

Path Planning as Search

Game-Playing & Adversarial Search Alpha-Beta Pruning, etc.

6. Games. COMP9414/ 9814/ 3411: Artificial Intelligence. Outline. Mechanical Turk. Origins. origins. motivation. minimax search

ADVERSARIAL SEARCH. Today. Reading. Goals. AIMA Chapter Read , Skim 5.7

Adversary Search. Ref: Chapter 5

CS885 Reinforcement Learning Lecture 13c: June 13, Adversarial Search [RusNor] Sec

mywbut.com Two agent games : alpha beta pruning

Foundations of Artificial Intelligence

Game-playing AIs: Games and Adversarial Search I AIMA

Transcription:

Adversarial Search 2018/01/25 Chapter 5 in R&N 3rd Ø Announcement: q Slides for this lecture are here: http://www.public.asu.edu/~yzhan442/teaching/cse471/lectures/adversarial.pdf Slides are largely based on information from http://ai.berkeley.edu and Russel 1

Last time Heuristics Best-first search Admissible heuristics Graph search and consistency Required reading (red means it will be on your exams): o R&N: Chapter 3.5-3.6 2

Outline for today Game Adversarial search Evaluation function Alpha-beta pruning Required reading (red means it will be on your exams): o R&N: Chapter 5 3

Game Game Adversarial search Evaluation function Alpha-beta pruning From http://ai.berkeley.edu

Game Checkers: 1950: First computer player. 1994: First computer champion: Chinook ended 40-yearreign of human champion Marion Tinsley using complete 8-piece endgame. 2007: Checkers solved! Chess: 1997: Deep Blue defeats human champion Gary Kasparov in a six-game match. Deep Blue examined 200M positions per second, used very sophisticated evaluation and undisclosed methods for extending some lines of search up to 40 ply. Current programs are even better, if less historic. Go: 2015: AlphaGo defeats human champion Lee Sedol. In go, b > 300! Classic programs use pattern knowledge bases, but big recent advances use Monte Carlo (randomized) expansion methods. AlphaGo uses a Monte Carlo tree search algorithm to find its moves based on knowledge previously "learned" by machine learning, specifically by an artificial neural network (i.e., deep learning) by extensive training, both from human and computer play. We can do the same for Pacman!

Game vs. Search Unpredictable opponent solution is a strategy specifying a move for every possible opponent reply Time limits (more often than not) unlikely to find goal, must approximate

Formulation of Games Many possible formalizations, one is: States: S (start at s 0 ) Players: P={1...N} (usually take turns) Actions: A (may depend on player/state) Transition Function: S x A S Terminal Test: S {t, f} Terminal Utilities: S x P R Solution for a player is a policy: S A

Type of games Many different kinds of games! Axes: Deterministic or stochastic? Single or multi-players? Zero sum? Perfect information (can you see the state)?

Type of games Zero-Sum Games Agents have opposite utilities (values on outcomes) Lets us think of a single value that one maximizes and the other minimizes Adversarial, pure competition General Games Agents have independent utilities (values on outcomes) Cooperation, competition, and more are all possible More later on non-zero-sum games

Adversarial Human-aware search Robotics Game Adversarial search Evaluation function Alpha-beta pruning

Single-agent game tree 8 2 0 2 6 4 6

Single-agent game tree Value of a state: The best achievable outcome (utility) from that state Non-Terminal States: 8 2 0 2 6 4 6 Terminal States:

Adversarial game tree -20-8 -18-5 -10 +4-20 +8

Adversarial game tree States Under Agent s Control: States Under Opponent s Control: -8-5 -10 +8 Terminal States:

Game tree Human-aware for Tic-Tac-Toe Robotics

Minimax Deterministic, zero-sum games: Tic-tac-toe, chess, checkers One player maximizes result The other minimizes result Minimax search: A state-space search tree Players alternate turns Compute each node s minimax value: the best achievable utility against a rational (optimal) adversary Minimax values: computed recursively 5 max 2 5 8 2 5 6 Terminal values: part of the game min

Minimax implementation def max-value(state): initialize v = - for each successor of state: v = max(v, min-value(successor)) return v def min-value(state): initialize v = + for each successor of state: v = min(v, max-value(successor)) return v

Minimax implementation def value(state): if the state is a terminal state: return the state s utility if the next agent is MAX: return max-value(state) if the next agent is MIN: return min-value(state) def max-value(state): initialize v = - for each successor of state: v = max(v, value(successor)) return v def min-value(state): initialize v = + for each successor of state: v = min(v, value(successor)) return v

Minimax example 3 12 8 2 4 6 14 5 2

Analysis of Minimax How efficient is minimax? Just like (exhaustive) DFS Time: O(b m ) Space: O(bm) Example: For chess, b» 35, m» 100 Exact solution is completely infeasible But, do we need to explore the whole tree?

Analysis of Minimax max min 10 10 9 100 Optimal against a perfect player. Otherwise?

Evaluation Human-aware function Robotics Game Adversarial search Evaluation function Alpha-beta pruning

Resource limit Problem: In realistic games, cannot search to leaves! Solution: Depth-limited search Instead, search only to a limited depth in the tree Replace terminal utilities with an evaluation function for non-terminal positions Example: Suppose we have 100 seconds, can explore 10K nodes / sec So can check 1M nodes per move a-b reaches about depth 8 decent chess program Guarantee of optimal play is gone More plies makes a BIG difference Use iterative deepening for an anytime algorithm 4-2 4-1 -2 4 9???? max min

Depth matters Evaluation functions are always imperfect The deeper in the tree the evaluation function is buried, the less the quality of the evaluation function matters An important example of the tradeoff between complexity of features and complexity of computation

Evaluation function Evaluation functions score non-terminals in depth-limited search Ideal function: returns the actual minimax value of the position In practice: typically weighted linear sum of features: e.g. f 1 (s) = (num white queens num black queens), etc.

Evaluation Human-aware for PacmanRobotics

Replanning Replanning is often required No space to store the entire tree, or when using evaluation functions (in most cases) 4-2 4-1 -2 4 9 max min????

Pacman starves A danger of replanning agents! Eating the left and right pellet look the same given a evaluation function that only looks at pellets been eaten This may cause thrashing behavior!

Alpha-beta Human-aware pruning Robotics Game Adversarial search Evaluation function Alpha-beta pruning

Minimax example 3 12 8 2 14 5 2

Alpha-beta pruning General configuration (MIN version) We re computing the MIN-VALUE at some node n We re looping over n s children MAX [!, ] n s estimate of the childrens min is dropping Who cares about n s value? MAX MIN a Let a be the best value that MAX can get at any choice point along the current path from the root If n becomes worse than a, MAX will avoid it, so we can stop considering n s other children (it s already bad enough that it won t be played) MAX MIN n [!, ] MAX version is symmetric

Alpha-beta pruning α: MAX s best option on path to root β: MIN s best option on path to root def max-value(state, α, β): initialize v = - for each successor of state: v = max(v, value(successor, α, β)) if v β return v α = max(α, v) return v def min-value(state, α, β): initialize v = + for each successor of state: v = min(v, value(successor, α, β)) if v α return v β = min(β, v) return v

Alpha-beta pruning This pruning has no effect on minimax value computed for the root! Values of intermediate nodes might be wrong Important: children of the root may have the wrong value So the most naïve version won t let you do action selection Good child ordering improves effectiveness of pruning [-, ] max With perfect ordering : Time complexity drops to O(b m/2 ) Doubles solvable depth! Full search of, e.g. chess, is still hopeless This is a simple example of metareasoning (computing about what to compute) 10 10 0 min

Alpha-beta pruning This pruning has no effect on minimax value computed for the root! Values of intermediate nodes might be wrong Important: children of the root may have the wrong value So the most naïve version won t let you do action selection Good child ordering improves effectiveness of pruning [-, ] max With perfect ordering : Time complexity drops to O(b m/2 ) Doubles solvable depth! Full search of, e.g. chess, is still hopeless [-, ] min This is a simple example of metareasoning (computing about what to compute) 10 10 0

Alpha-beta pruning This pruning has no effect on minimax value computed for the root! Values of intermediate nodes might be wrong Important: children of the root may have the wrong value So the most naïve version won t let you do action selection [-, ] Good child ordering improves effectiveness of pruning max With perfect ordering : Time complexity drops to O(b m/2 ) Doubles solvable depth! Full search of, e.g. chess, is still hopeless [-,10] 10 min This is a simple example of metareasoning (computing about what to compute) 10 10 0

Alpha-beta pruning This pruning has no effect on minimax value computed for the root! Values of intermediate nodes might be wrong Important: children of the root may have the wrong value So the most naïve version won t let you do action selection Good child ordering improves effectiveness of pruning max With perfect ordering : Time complexity drops to O(b m/2 ) Doubles solvable depth! Full search of, e.g. chess, is still hopeless [-,10] 10 min This is a simple example of metareasoning (computing about what to compute) 10 10 0

Alpha-beta pruning This pruning has no effect on minimax value computed for the root! Values of intermediate nodes might be wrong Important: children of the root may have the wrong value So the most naïve version won t let you do action selection Good child ordering improves effectiveness of pruning max With perfect ordering : Time complexity drops to O(b m/2 ) Doubles solvable depth! Full search of, e.g. chess, is still hopeless [-,10] 10 [10, ] min This is a simple example of metareasoning (computing about what to compute) 10 10 0

Alpha-beta pruning This pruning has no effect on minimax value computed for the root! Values of intermediate nodes might be wrong Important: children of the root may have the wrong value So the most naïve version won t let you do action selection Good child ordering improves effectiveness of pruning max With perfect ordering : Time complexity drops to O(b m/2 ) Doubles solvable depth! Full search of, e.g. chess, is still hopeless [-,10] 10 [10, ] min This is a simple example of metareasoning (computing about what to compute) 10 10 0

Alpha-beta pruning This pruning has no effect on minimax value computed for the root! Values of intermediate nodes might be wrong Important: children of the root may have the wrong value So the most naïve version won t let you do action selection Good child ordering improves effectiveness of pruning max With perfect ordering : Time complexity drops to O(b m/2 ) Doubles solvable depth! Full search of, e.g. chess, is still hopeless [-,10] 10 10 [10, ] min This is a simple example of metareasoning (computing about what to compute) 10 10 0

Alpha-beta pruning This pruning has no effect on minimax value computed for the root! Values of intermediate nodes might be wrong Important: children of the root may have the wrong value So the most naïve version won t let you do action selection Good child ordering improves effectiveness of pruning 10 max With perfect ordering : Time complexity drops to O(b m/2 ) Doubles solvable depth! Full search of, e.g. chess, is still hopeless [-,10] 10 10 [10, ] min This is a simple example of metareasoning (computing about what to compute) 10 10 0

Alpha-beta Human-aware pruning Robotics [-, ]

Alpha-beta Human-aware pruning Robotics [-, ] [-, ]

Alpha-beta Human-aware pruning Robotics [-, ] [-, ] [-, ]

Alpha-beta Human-aware pruning Robotics [-, ] [-, ]

Alpha-beta Human-aware pruning Robotics [-, ] [-, ] 10

Alpha-beta Human-aware pruning Robotics [-, ] [-,10] 10

Alpha-beta Human-aware pruning Robotics [-, ] [-,10] 10 [-,10]

Alpha-beta Human-aware pruning Robotics [-, ] [-,10] 10 [-,10]

Alpha-beta Human-aware pruning Robotics [-, ] [-,10] 10 100 [-,10]

Alpha-beta Human-aware pruning Robotics [-, ] [-,10] 10 10 100 [-,10]

Alpha-beta Human-aware pruning Robotics [-,10] 10 10 100 [-,10]

Alpha-beta Human-aware pruning Robotics [-,10] 10 10 100 [-,10]

Alpha-beta Human-aware pruning Robotics [-,10] 10 10 100 [-,10]

Alpha-beta Human-aware pruning Robotics [-,10] 10 10 100 [-,10] 2

Alpha-beta Human-aware pruning Robotics [-,10] 10 10 100 [-,10] 2

Alpha-beta Human-aware pruning Robotics [-,10] 10 2 10 100 [-,10] 2

Alpha-beta Human-aware pruning Robotics 10 [-,10] 10 2 10 100 [-,10] 2

Outline for today Game Adversarial search Evaluation function Alpha-beta pruning Required reading (red means it will be on your exams): o R&N: Chapter 5 58