Actionranging
Actionranging is a decision-making paradigm in which an agent reasons over ranges of possible actions rather than selecting a single action from a discrete set. It represents the action space as intervals or regions with associated outcome estimates and uncertainties. The goal is to identify an action range that satisfies safety and performance criteria, or to select a representative action within that range when execution occurs.
Formalization often treats the action space A as a continuous domain. For each action a, the environment
Approaches include robust optimization, interval analysis, and chance-constrained planning, as well as integrations with model-based control
Applications span robotics (manipulation, locomotion), autonomous vehicles (motion planning with safety margins), drones, and human-robot collaboration.
Challenges include computational overhead, reliable uncertainty estimation, and avoiding over-conservatism when action ranges are wide.