1 - Intelligent Agents Flashcards

1
Q

Fully observable

A

Agent can detect the complete state of the environment ( Partially observable)

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

Partially observable

A

Agent cannot observe the complete state of the environment ( Fully observable)

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

Multi Agent Environment

A

Environment contains multiple agents ( Single Agent Environment)

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

Deterministic

A

Environment is deterministic if its next state is fully determined by its current state and the action of the agent ( Stochastic)

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

Episodic

A

Actions that are taken in one episode do not affect later episodes ( Sequential)

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

Static Environment

A

Environment only changes based on actions of the agent (Dynamic)

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

Dynamic Environment

A

Environment can change independent from actions of the agent

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

Simple Reflex Agent

A

Agent that selects its actions based on its current perception

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

Model-Based Reflex Agent

A

Extension of the simple reflex agent that is able to handle partial observability by keeping track of the environment

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

Goal-Based Agent

A

Extension of the Model-Based Reflex Agent that considers a goal explicitly

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

Utility-Based Agent

A

Extension of Goal-Based Reflex Agent that tries to achieve a goal with maximized utility

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

Learning Agent

A

Extends any agent by a learning element that makes improvements based on experience

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

Rational Agent

A

Aims to maximize its performance measure/expected performance

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

Utility Function

A

Used internally by the robot to evaluate the best course of action

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

PEAS

A

Specification of task environment: Performance - Environment - Activators - Sensors

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

Percept Sequence

A

Complete history of agents perception

17
Q

Autonomous Agent

A

… favours newly learned abilities (real-time) over prior knowledge

18
Q

PEAS defines …

A

PEAS descriptions define task environments.