Day 4 Flashcards

1
Q

The Simple reflex agents are the simplest agents, These agents take decisions on the basis of the current percepts and ignore the rest of the percept history
1-True
2-False

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
the agents only succeed in the fully observable environment.
1-Random Agent 
2-Table Driven Agent 
3-Simple Reflex Agent 
4-Model-based reflex agent
A

3-Simple Reflex Agent

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
-------------- agent works on Condition-action rule, which means it maps the current state to action. Such as a Room Cleaner agent, it works only if there is dirt in the room.
1-Random Agent 
2-Table Driven Agent 
3-Simple Reflex Agent 
4-Model-based reflex agent
A

3-Simple Reflex Agent

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
Problems for the simple reflex agent design approach:
      o They have very limited intelligence 
      o They do not have knowledge of non-perceptual parts of the 
              current state (another room state)
      o Not adaptive to changes in the environment.
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

the agents have the model, “which is knowledge of the world” and based on the model they perform actions.
1-Model-based reflex agent
2-simple reflex agent

A

Model-based reflex agent

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

A model-based agent has two important factors:
o Model: It is knowledge about “how things happen in the world,” so it is called a Model based agent.
o Internal State: It is a representation of the current state based on percept history.

A

Model + Internal State

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

Updating the agent state requires information about:
o How the world evolves only
True
False

A

False
o How the world evolves
o How the agent’s action affects the world.

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

The knowledge of the current state environment is not always sufficient to decide for an agent to what to do.
1-true
2-false

A

True

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

The agent needs to know its goal which describes desirable situations.

A

True

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

Goal based agents may have to consider a long sequence of possible actions before deciding whether the goal is achieved or not. Such considerations of different scenario are called searching and planning, which makes an agent proactive

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
---------- agent act based not only goals but also the best way to achieve the goal.
1-Simple Reflex agent
2-Model-based reflex agent
3-Goal-based agent
4-Utility-based agent
5-Learning agent
A

Utility-based agen

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

The utility function maps each state to a real number to check how efficiently each action achieves the goals

A

True

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

A Goal-based agent in AI is the type of agent which can learn from its past experiences, or it has learning capabilities.
1-True
2-False

A

2-False

Learning

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
----------  starts to act with basic knowledge and then able to act and adapt automatically through learning.
1-Simple Reflex agent
2-Model-based reflex agent
3-Goal-based agent
4-Utility-based agent
5-Learning agent
A

5-learning agent

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
---------- Learning element takes feedback from critic which describes that how well the agent is doing with respect to a fixed performance standard.
1-Learning element
2-Critic
3-Performance element
4-Problem generator
A

2-Critic

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q
--------- it is responsible for making improvements by learning from environment
1-Learning element
2-Critic
3-Performance element
4-Problem generator
A

1-Learning element

17
Q
It is responsible for selecting external action.
1-Learning element
2-Critic
3-Performance element
4-Problem generator
A

3-Performance element

18
Q
This component is responsible for suggesting actions that will lead to new and informative experiences
1-Learning element
2-Critic
3-Performance element
4-Problem generator
A

4-Problem generator