A state space is the set of all possible configurations or situations that a system or environment can be in, with transitions between states defined by the available actions. In automated planning, it is formally modeled as a graph where nodes represent distinct states and edges represent actions that transform one state into another. The planner's core task is to search this graph for a path—a sequence of actions—from an initial state to a goal state.
