Intelligent Agents Flashcards

1
Q

agent

A

anything that can be viewed as perceiving its environment through sensors and acting upon that environment through actuators

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

percept

A

the content an agent’s sensors are perceiving

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

percept sequence

A

the complete history of everything that agent has ever perceived

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

agent function

A

maps percept sequences to actions

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

agent program

A

the internal method the agent has of generating results for the agent function

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

rational agent

A

chooses actions which maximize its expected performance measure

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

task environment

A

the “problems” to which rational agents are the “solutions”

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

PEAS

A

Performance
Environment
Actuators
Sensors

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

PEAS - Performance measure

A

What is the agent trying to achieve? How will we measure it?

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

PEAS - Environment

A

Where the agent exists?

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

PEAS - Actuators

A

How can the agent change the environment?

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

PEAS - Sensors

A

What can the agent observe from its environment?

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

fully observable vs. partially observable

A

Are the agents sensors efficient enough to see everything that it needs to efficiently max its performance measure?

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

single agent vs. multi-agent

A

does it need to model and acknowledge other agents or is there only one?

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

deterministic vs. non-deterministic

A

deterministic - if you know that past you know the future
non-deterministic - contain events where events occur no one knows the outcome of

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

stochastic vs non-deterministic

A

stochastic - explicity deals with probabilities (25% chance of rain tomorrow)
non-deterministic - possibilities are listed without being quantified (chance of rain tomorrow)

17
Q

episodic vs. sequential

A

episodic - agent’s experience is divided into atomic episodes, in each episode agent receives a percept and then performs a single action (crucially, the next episode does NOT depend on the actions taken in previous episodes)
sequential - current decision could affect all future decisions

18
Q

static vs. dynamic

A

dynamic if the environment can change while an agent is deliberating
static otherwise

19
Q

known vs unknown

A

known - the outcomes for all actions are given
unknown - the agent will have to learn how it works in order to make good decisions