3 - Problem Solving Flashcards

1
Q

What is a goal test?

A

A function that determines if a given state is a goal state

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

What is a path cost function?

A

A function that assigns a numeric cost to each path

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

What is a path?

A

A sequence of state-action pairs

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

What is a solution

A

A path from start to goal state

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

What is an optimal solution?

A

One with the lowest path cost

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

What is a problem solving agent?

A

An agent that solves a given problem

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

What are the key considerations for choosing a representation?

A

Abstraction: Only necessary details
COmpactness: Efficient in memory
Ease and efficiency of computation

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