Agent Types Flashcards

1
Q

What is a simple reflex agent?

A

An agent that makes an action based on the current percept, ignoring the rest of the percept history.

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

What requirements for the environment are there for simple reflex agents?

A

Environment has to be fully observable.

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

How does a simple reflex agent operate?

A

Condition-based (If-else)

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

What is a model-based agent

A

A condition-based agent that solves the problem of partial observability by maintaining an internal state of the environment.

Internal state depends on percept history.

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

What is a transition model?

A

A description of how the next state depends on the current state and action.

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

Goal-based agents are a variant of model-based agents. What sets them apart?

A

Goal-based agents is given information about what is desireable to reach a goal.

Where a model-based taxi-driving agent wouldn’t know where to go when it reaches a junction, a goal-based agent will choose the option that gets it closer to the goal.

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

What makes a utility-based agent unique?

A

A utility-based agent knows exactly how good a certain action is, to choose the best possible one.

Has a utility function that is an internalization of the performance measure.

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