Module 2: Intelligent Agents Flashcards
(118 cards)
An ___ is anything that perceiving its environment through sensors and acting upon that environment through actuators.
agent
Example:
* Human is an agent
* A robot is also an agent with cameras and motors
* A thermostat detecting room temperature
___ has eyes, ears, and other organs which work for sensors and hand, legs, vocal tract work for actuators.
Human agent
___ can have cameras, infrared range finder, NLP for sensors and various motors for actuators.
Robotic agent
___ can have keystrokes, file contents as sensory input and act on those inputs and display output on the screen.
Software agent
An agent is anything that perceiving its environment through ___ and acting upon that environment through ___.
sensors, actuators
___ is a device which detects the change in the environment and sends the information to other electronic devices.
Sensor
An agent observes its environment through sensors.
___ are the component of machines that converts energy into motion.
Actuators
The actuators are only responsible for moving and controlling a system. An actuator can be an electric motor, gears, rails, etc.
___ are the devices which affect the environment. These can be legs, wheels, arms, fingers, wings, fins, and display screen.
Effectors
An ___ is a program that can make decisions or perform a service based on its environment, user input and experiences.
intelligent agent
These programs can be used to autonomously gather information on a regular, programmed schedule or when prompted by the user in real time.
An intelligent agent is a program that can make ___ or perform a service based on its environment, user input and experiences.
decisions
Intelligent agents may also be referred to as a ___, which is short for robot.
bot
An ___ is an autonomous entity which act upon an environment using sensors and actuators for achieving goals.
intelligent agent
An intelligent agent may learn from the ___ to achieve their goals.
environment
The main four rules for an AI agent
- Rule 1: An AI agent must have the ability to perceive the environment.
- Rule 2: The observation must be used to make decisions.
- Rule 3: Decision should result in an action.
- Rule 4: The action taken by an AI agent must be a rational action.
Agent’s perceptual inputs at any given instant
Percept
Complete history of everything that the agent has ever perceived.
Percept sequence
Agent’s behavior is mathematically described by ___.
Agent function
Agent’s behavior is ___ described by agent function.
mathematically
A function mapping any given percept sequence to an action
Agent function
Agent’s behavior is ___ described by agent program.
practically
Agent’s behavior is practically described by ___.
Agent program
The real implementation
A ___ is an agent which has clear preference, models uncertainty, and acts in a way to maximize its performance measure with all possible actions.
rational agent
A ___ is said to perform the right things.
rational agent
AI is about creating rational agents to use for game theory and decision theory for various real-world scenarios.