1 State Space Search
1 State Space Search
1 State Space Search
Most of the time, these agents perform some kind of search algorithm in
the background in order to achieve their tasks
A State Space. Set of all possible states where you can be.
A Start State. The state from where the search begins.
A Goal Test. A function that looks at the current state returns whether or not it is the
goal state.
The Solution to a search problem is a sequence of actions, called the plan that
transforms the start state to the goal state.
This plan is achieved through search algorithms.
1.1. Out of the possible states, one state represents the start state that is
the initial state of the problem.
1.2. Each state represents some configuration reachable from the start
state
1.3. Out of the possible states, some states may be goal states (solutions)
DR. SHWETA SHARMA, DEPT. OF CSE, PEC CHANDIGARH 6
Elements in State Space Search
2. A set of rules
2.2 All operators may not be applicable to all states in the state space
Move space left, right, upward, downward in 8-Puzzle