Lecture 2 - Problem Solving/State Space Search Flashcards
What is a search tree?
A tree that follows possible paths through different states
What are the 5 features of a state space representation?
State Space, S
Initial State, si ∈ S
A set of goal states, G
A set of Operators, O
A Transition function, T: S×O→S
(applying operator o to state s)
What are Pre-conditions?
Facts that must be true immediately before the operator is applied.
What are post-conditions?
Hence, what do they describe?
Facts that must be true immediately after the operator is applied.
They describe the effects of the operator
How do we begin solving a problem?
Abstract the essentials of it
In the corn goose fox problem,
[L, L, R, R]
is an example of ______ representation
state