Intelligent Agent Flashcards

1
Q

What is an agent?

A

An agent is anything that can perceive its environment through sensors and acting upon the environment using actuators.

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

Percept sequence

A

A complete history of everything that has been perceived by the agent.

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

Agent function

A

Maps any given percept sequence to an action (Making any percept sequence into an action)

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

Are body parts sensors?

A

NO LOL it is actuators.

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

What are the sensors for a human agent

A

Eyes, ears, nose, other organs.

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

What are the sensors for a robotic agent

A

Cameras, scanners, infrared range finders

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

What are the actuators for a robotic agent

A

Various motors (robotic hands, legs etc)

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

What specifies which actions an agent ought to take at any point of time?

A

Ideal Mapping

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

What is a performance measure?

A

a SUBJECTIVE measure to characterize how successful an agent is.

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

Explain the concept of rationality.

A

An agent should strive to do the right thing based on what it has perceived and what it can perform.

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

What makes an agent the most successful?

A

When the agent does the right thing to do. (Rational)

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

What is perfect rationality?

A

When the agent is assumed to always do the right thing and will take action that will maximize the utility. (utility: usefulness)

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

How is rational different than perfect?

A

Rational agent would maximize the EXPECTED outcome meanwhile a Perfect agent would maximize the ACTUAL outcome.

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

What is omniscience?

A

all-knowing with infinite knowledge

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

A rational agent should be AUTONOMOUS. What is autonomous?

A

The behavior is determined by its own experience and the ability to learn and adapt

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

What do PEAS stand for?

A

PERFORMANCE, ENVIRONMENT, ACTUATORS AND SENSORS.

17
Q

How does PEAS help is?

A

Peas can help us in specifying the SETTING for the intelligent agent design.

18
Q

How do we know if the agent is non-deterministic(stochastic)?

A

When there are aspects beyond the control of an agent. When this happens, the agents would have to guess the changes of the world.

19
Q

How do we know the agent is deterministic?

A

When the next state only depends on the current state and the agent’s action only.

20
Q

What is episodic?

A

Current action does not depend on the past

21
Q

Sequential?

A

Current action depends on the past and will also affect future actions.

22
Q

Differentiate between static, dynamic, and semi-dynamic,

A

Static: Environment won’t change. (One way to achieve the goal)
Dynamic: Environment changes
Semi-dynamic: Environment does not change but the agent’s performance does (There are various ways to achieve the goal, eg: Chess)

23
Q

Differentiate between discrete and continuous

A

Discrete is when all the states are LIMITED and has been clearly defined in the percept sequence of an agent meanwhile continuous is the opposite. Continuous would have unexpected states.

24
Q

is chess discrete or continuous?

A

Discrete since it only has a limited number of states