artificial-intelligence

Definition

Agent

An agent consists of multiple components:

  • Sensors: Sensors for perceiving the “world” - they produce perception sequences
  • Actuators: Actuators for acting
  • Agent function: The agent function maps from percept histories, i.e., sequences of percepts , , to actions. Note that should be computable
  • Agent program: The agent program runs on the physical architecture to produce .