0
4.0kviews
Write a short note on Structure of Intelligent Agents
1 Answer
| written 7.2 years ago by |
The job of AI is to design an agent program that implements the agent function:
The mapping from percepts to actions. We assume this program will run on some sort of ARCHITECTURE computing device with physical sensors and actuators—we call this the architecture:
Agent = architecture + program.
The program …