{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# THE VACUUM WORLD \n", "\n", "In this notebook, we will be discussing **the structure of agents** through an example of the **vacuum agent**. 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 computing device with physical sensors and actuators: we call this the **architecture**:\n", "\n", "