Intelligent Systems

Table of Contents

State Space Representations Intro

Problem-solving agent uses this representation:

  1. what are actions to move between states?
  2. what are appropriate states & initial states?
  3. what is the cost of an action?
  4. goal: what are the successful world states?
  5. search: determine possible sequences of actions leading to goal, choose ‘best’ sequence
  6. execute: give solution, perform actions

State space representation (example - vacuum cleaner):