An effect is the change an action makes to the state of the world when executed, formally specified as add lists (propositions made true) and delete lists (propositions made false). This foundational concept, originating from the STRIPS formalism, allows planning algorithms to simulate state transitions and reason about sequences of actions. Effects are the core mechanism that connects an action space to the evolving state space, enabling the prediction of future world configurations from a given initial state.
