Day 4 Flashcards
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
True
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
3-Simple Reflex Agent
-------------- 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
3-Simple Reflex Agent
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.
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
Model-based reflex agent
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.
Model + Internal State
Updating the agent state requires information about:
o How the world evolves only
True
False
False
o How the world evolves
o How the agent’s action affects the world.
The knowledge of the current state environment is not always sufficient to decide for an agent to what to do.
1-true
2-false
True
The agent needs to know its goal which describes desirable situations.
True
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
True
---------- 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
Utility-based agen
The utility function maps each state to a real number to check how efficiently each action achieves the goals
True
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
2-False
Learning
---------- 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
5-learning agent
---------- 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
2-Critic