Model Based Reflex Agent
Model Based Reflex Agent
Name of Faculty: ………Nikita Sharma……………... Name of Course: …Artificial Intelligence Code: BCECCE5103
Session 2024-25
Key Components of Model-Based Reflex Agents
1. Sensors: Sensors serve as the interface between the agent and its surroundings,
gathering information on the environment’s current state. They can be physical
(cameras, temperature sensors) or virtual (database APIs), providing data for
decision-making.
2. Internal Model: The internal model is the agent’s understanding of the
environment, encompassing knowledge of dynamics, rules, and potential
outcomes of actions. Constructed from experiences, sensory inputs, and
domain knowledge for reasoning and decision-making.
3. Reasoning Component: The reasoning component uses information from
sensors and internal models to make decisions. It can be rule-based, logical
reasoning, or machine learning. It evaluates the environment, predicts
outcomes, and picks actions based on goals.
4. Actuators: Actuators facilitate the agent’s interaction with the environment
through executing actions, whether physical like motors or virtual interfaces.
Effectors translate decisions into environmental changes, closing the agent’s
perception-action cycle.
1. Sense: It perceives the current state of the world with its sensors.
2. Model: It constructs an internal model of the world from what it sees.
3. Reason: It uses its model of the world to decide how to act based on a set
of predefined rules or heuristics.
4. Act: The agent carries out the action that it has chosen.
Session 2024-25
Session 2024-25