An action space is the complete set of all primitive operations or decisions an autonomous agent can execute to change its environment's state. It is a core component of formal planning models like Markov Decision Processes (MDPs) and STRIPS, defining the agent's fundamental agency. The structure of this space—whether discrete, continuous, or combinatorial—directly dictates the complexity of the planning or learning problem and the algorithms required for effective policy search.
