20
CSE 473 Meeting #3: Agents and Search 08 JAN 2021

CSE 473 Meeting #3: Agents and Search

  • Upload
    others

  • View
    3

  • Download
    0

Embed Size (px)

Citation preview

Page 1: CSE 473 Meeting #3: Agents and Search

CSE 473 Meeting #3: Agents and Search

08 JAN 2021

Page 2: CSE 473 Meeting #3: Agents and Search

Puzzle for Humans

Page 3: CSE 473 Meeting #3: Agents and Search

What is this?

Page 4: CSE 473 Meeting #3: Agents and Search

Jacquard Loom

Page 5: CSE 473 Meeting #3: Agents and Search

Reading

Russell and Norvig 3.1 through 3.4: Uninformed Search

(Can read as much of Ch.2, about Agents as you like; I will attempt to present everything you need to know, here.)

Page 6: CSE 473 Meeting #3: Agents and Search

Reading

Acting Humanly Acting Rationally

Thinking Humanly Thinking Rationally

Page 7: CSE 473 Meeting #3: Agents and Search

AGENTS

Page 8: CSE 473 Meeting #3: Agents and Search

Being Alive

Page 9: CSE 473 Meeting #3: Agents and Search

State of the World

Page 10: CSE 473 Meeting #3: Agents and Search

Just tell me what to do.

Page 11: CSE 473 Meeting #3: Agents and Search

Reflex-Action Rules

Page 12: CSE 473 Meeting #3: Agents and Search

More Reasoning: a model of the world

Page 13: CSE 473 Meeting #3: Agents and Search

Small Change: don’t specify goals per se

Page 14: CSE 473 Meeting #3: Agents and Search

The State of the Art

Page 15: CSE 473 Meeting #3: Agents and Search

SEARCH

Page 16: CSE 473 Meeting #3: Agents and Search

How does it work?

Page 17: CSE 473 Meeting #3: Agents and Search

“Try all possible moves”

Page 18: CSE 473 Meeting #3: Agents and Search

Robot Cleaning Agent

Page 19: CSE 473 Meeting #3: Agents and Search

State Space Complexity

https://en.wikipedia.org/wiki/Game_complexity

Page 20: CSE 473 Meeting #3: Agents and Search

Search Tree

Don’t try to generate the search tree.

Generalize all search problems:+ STATE, ACTIONS, SUCCESSOR STATES

(also history, initial predicate, goal predicate, action availability)

[ Whiteboarding Time ]