problem solving agent
particular type of goal based agent
-Search agents use atomic representation of environment
problem solving agent code
function SIMPLE-PROBLEM-SOLVING-AGENT(percept) returns an action
static: seq, state, goal, problem
state<–Rest(seq)
return action
seq
action sequence initially empty
state
some description of the current world state
goal
a goal, initially null
problem
a problem formulation