1-Agents Flashcards

1
Q

1.what is agent? what is agent function? what is agent program?

A

Agent: A system that perceives its environment through SENSORS and act upon it though ACTUATORS.

Agent function: A function that maps perception history to actions. f: P* —-> A

Agent program: A program that runs on the physical architecture to produce f.

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

2.What’s task environments? And how was it specified?

A

-Task Environment : the “problems” for which artificial agents are “solutions”

- Are specified by PEAS
P: performance measure
E: Environment
A: Acurators
S: Sensors
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
  1. Name some different kinds of task environment
A

There are many kinds like:

i. Fully observable vs partially observable
ii. Deterministic and stochastic
iii. Episodic and sequential
iv. Static and dynamic

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

4.Diff between agent program and agent function

A

Agent program runs on a physical architecture to produce f. Using current perception as input.
Agent function is used to mapping the perception history to actions. f: P* –> A . Using history as input

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