Chapter04.3-4 4e
Chapter04.3-4 4e
Chapter 4
They are not systematic—they might never explore a portion of the search
space where a solution actually resides.
shoulder
local maximum
"flat" local maximum
state space
current
state
+ =
Rather, it will know the possible states it will be in, which is called
“belief state”
Examples:
• The erratic vacuum world (if-then-else) steps. If statement tests
to know the current state.
• AND-OR search trees. Two possible actions (OR nodes).
Branching that happens from a choice (AND nodes).
• Try, try again. A cyclic plan where minimum condition (every leaf
= goal state & reachable from other points in the plan)