Lecture 2 - Problem Solving/State Space Search Flashcards

1
Q

What is a search tree?

A

A tree that follows possible paths through different states

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the 5 features of a state space representation?

A

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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are Pre-conditions?

A

Facts that must be true immediately before the operator is applied.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are post-conditions?

Hence, what do they describe?

A

Facts that must be true immediately after the operator is applied.

They describe the effects of the operator

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How do we begin solving a problem?

A

Abstract the essentials of it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

In the corn goose fox problem,

[L, L, R, R]

is an example of ______ representation

A

state

How well did you know this?
1
Not at all
2
3
4
5
Perfectly