Agents and PEAS

0.0(0)
studied byStudied by 0 people
GameKnowt Live
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/19

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

20 Terms

1
New cards

What is Intelligent Agent ?

It is an restricted program which collects information from environment , learn from it and make decisions to achieve the goal

<p>It is an restricted program which collects information from environment , learn from it and make decisions to achieve the goal</p>
2
New cards

What are the types of Intelligent Agent?

  • Simplex Reflex Agent

  • Model Reflex Agent

  • Goal Agent

  • Utility Agent

  • Learning Agent

  • Multipurpose Agent

3
New cards
4
New cards

Simplex Agent Model

  • It is based on current condition

  • If condition is true then we take the action if not then there will be no action

  • no past memory

5
New cards

Model Reflex Agent

  • It has its own internal memory

  • It uses past information

  • ex: Robot vaccum cleaner : Cleans dirty area and remember to not got there

6
New cards

Goal Agent

It makes decision on the basis of future consequences to achieve an specific goal

Ex: GPS navigation

7
New cards

Utility Agents

In this we not only takes action based on goals but also that should be good values

For ex: If we want to get good marks in AI then we can simiply study hard or get into HOD’s mam cabin at night !

SO like the path taken for acheiveing a goal should consists with good values

8
New cards

Learning Agents:

It can learn from experience and improve its performance over time

Ex; Spam detectorr

9
New cards

To check if the Agent is working effectively or not we use ______

PEAS framework

10
New cards

What is PEAS?

Those are resoposible for checking if agents are working effectively or not

11
New cards

What is Perferoamce measure?

It is a way to judge the success of an agent

12
New cards

What is Enviroment?

It is the surrounding in which agents work and make decisions

13
New cards

What is Actuators ?

The work of the actuator is to deliver the output of action to the enviroment

14
New cards

What are Sensors?

The work of sensor is to take input for the agents

15
New cards

What are the types of Enviroment?

  • Fully Observable & Partially Observable

  • Episodic & Sequential

  • Static & Dynamic

  • Discrete & Continuous

  • Deterministic & Stochastic

16
New cards

Fully Observable & Partially Observable

Types

Defination

Ex

Fully Observable

Agent can see everything it needs to decide

Chess game , all position visible

partially Observable

Agent can see specific part of environment

Driving car and cant see blind spot

17
New cards

Episodic & Sequential

Types

Definition

Ex

Episodic

Each task is independent from others

face lock different

Sequencial

Current tasks affects the next one

playing chess ( current decision) will effect next decision

18
New cards

Static and Dynamic

Types

Defination

Ex

Static

Enviroment stay same

puzzle

Dynamic

Enviroment changes on its own

Stock Market

19
New cards

Discrete & Continuous

Types

Definition

Ex

Discrete

In this data is countable

No of student

Continuous

In this data is uncountable

Height

20
New cards

Deterministic and Stochastic

Types

Defination

Ex

Deterministic

In this outcome is completely predicatable

Solving math problme

Stochastic

Outcome is random

Roll dicing