Question
Artificial Intelligence Assignment: Miscellaneous Assignment: Defining environments, designing agents Design a rational agent for a robot that searches through a room until a wall outlet
Artificial Intelligence Assignment:
Miscellaneous Assignment: Defining environments, designing agents
Design a rational agent for a robot that searches through a room until a wall outlet is discovered.
The room is rectangular, and is assumed to contain no obstacles. An infrared sensor attached to the outlet indicates when the robot has reached this location. Once the outlet is found, the agent should plug itself into the wall (and stop searching for an outlet!).
A photoelectric sensor on the front of the robot carriage indicates when the agent is facing a wall. The simple motor attached to the unit can move forward, or turn either 90 degrees to the left or right.
- Completely detail the properties of the task environment for the problem above (see CH02, PEAS, Properties of Task Environments ).
- Construct a mapping from percept to action (design the agent function). Could be as simple as a table similar to Vacuum World, or take the form of if/else pseudocode statements.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started