Uninformed Search

Building Goal-Based Agents

To build a goal-based agent we need to answer the following questions:
  1. What is the goal to be achieved?
  2.  

  3. What are the actions?
  4.  

  5. What information is necessary to encode about the the world to sufficiently describe all relevant aspects to solving the goal? That is, what knowledge needs to be represented in a state description to adequately describe the current state or situation of the world?
  6.