Agents Types Flashcards

1
Q

What is an intelligent agent

A

Intelligent Agent is a system that perceives its environment and then create actions based on it to maximize chances of success
< Percepts
Agent <——> Environment
Sensors
|
Actuators ———-> Actions^

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

How is setting for intelligent agent design specified

A

By PEAS
P: Performance Measure
E: Environment
A: Actuators
S: Sensors

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

TYPES OF AGENTS

A

-Simple Reflex Agents
-Model based reflex agents
-Utility based Agents
-Goal based Agents
-Learning Agents

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

Simple Reflex Agents

A
  • Based on condition-action rules & implemented with appropriate production system
  • No previous memory or maybe short term memory (i.e. current percept)
  • Isn’t rational
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Model-Based Reflex Agents

A

Agents with memory (keep track of past states of the world)

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

Goal-based Agents

A

~Have: - state information
- goal information (which describes desirable situations)
~ These type of agents consider future events too

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

Utility Agents

A

Based their decision on classic axiomatic utility theory inorder to act rationally

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

Learning Agents

A

-Take feedback from previous performances and then create changes in current or future actions based on that knowledge
- Agent consists of learning element ability

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

What are elements of learning agents

A

-Learning Element: Responsible for making improvements
-Performance Element: Responsible for selecting external actions (entire agent)
-Critic: Gives feedback to learning element on how well the agent is doing wrt a fixed performance standard
-Problem Generator: Suggests actions that will lead to new & informative experiences

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

What are planning agents

A

-Ask ‘what if’ questions
-Decisions based on (hypothesized) consequences of actions

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