Under These Assumptions, The Solution To Any Problem Is A Fixed Sequence of Actions
Under These Assumptions, The Solution To Any Problem Is A Fixed Sequence of Actions
Goal formulation, based on the current situation and the agent’s performance
measure, is the first step in problem solving.
Search: The process of looking for a sequence of actions that reaches the goal is
called search.
Solution: A search algorithm takes a problem as input and returns a solution in
the form of an action sequence.
1. Initial state: The initial state that the agent starts in. For example, the
AI-Lec3 Page 1
1. Initial state: The initial state that the agent starts in. For example, the
initial state for our agent in A to F might be described as In(A)
4. Goal, goal test: The goal test, which determines whether a given state is a
goal state.
5. Cost: The problem-solving agent chooses a cost function that reflects its
own performance measure. A path cost function that assigns a numeric
cost to each path.
AI-Lec3 Page 2
AI-Lec3 Page 3
AI-Lec3 Page 4
AI-Lec3 Page 5
AI-Lec3 Page 6