Contingent planning is the computational process of generating a conditional plan, structured as a tree or policy, where future actions depend on the outcomes of sensory observations made during execution. It explicitly models observable variables and non-deterministic action effects, creating branches for each possible observation outcome. This contrasts with classical planning, which assumes a fully observable, deterministic world and produces a simple linear sequence of actions.
