🤖 AI Summary
Existing HTN planning assumes deterministic action costs and risk-neutral decision-makers, limiting its applicability to real-world domains—such as autonomous driving and marine operations—where cost uncertainty and heterogeneous risk preferences prevail. To address this, we propose the first risk-aware HTN planning framework grounded in expected utility theory. Our approach incorporates probabilistic action cost models and configurable utility functions—encoding conservative, neutral, or aggressive risk attitudes—and extends classical HTN algorithms to support risk-sensitive hierarchical task decomposition and solution synthesis. The framework is solver-agnostic: it preserves existing HTN solvers while modifying only the cost evaluation and selection mechanisms to enable tunable risk sensitivity. Experimental results demonstrate that our method significantly improves decision robustness and adaptability under resource constraints in uncertain environments. This work establishes a novel paradigm for risk-aware automated planning.
📝 Abstract
Actual real-world domains are characterised by uncertain situations in which acting and use of resources require embracing risk. Performing actions in such domains always entails costs of consuming some resource, such as time, money, or energy, where the knowledge about these costs can range from totally known to totally unknown and even unknowable probabilities of costs. Think of robotic and marine domains, where actions and their costs are nondeterministic due to the uncertainty of factors, such as obstacles and weather conditions. Choosing which action to perform considering its cost on the available resource requires taking a stance on risk. Thus, these domains call for not only planning under uncertainty but also planning while embracing risk. Taking Hierarchical Task Network (HTN) planning as a widely used planning technique in real-world applications, one can observe that existing approaches do not account for risk. That is, computing most probable or optimal plans using actions with single-valued costs is only enough to express risk neutrality. In this work, we postulate that HTN planning can become risk aware by considering expected utility theory, a representative concept of decision theory that enables choosing actions considering a probability distribution of their costs and a given risk attitude expressed using a utility function. In particular, we introduce a general framework for HTN planning that allows modelling risk and uncertainty using a probability distribution of action costs upon which we define risk-aware HTN planning as an approach that accounts for the different risk attitudes and allows computing plans that go beyond risk neutrality. In fact, we lay out that computing risk-aware plans requires finding plans with the highest expected utility. Finally, we argue that it is possible for HTN planning agents to solve specialised risk-aware HTN planning problems by adapting some existing HTN planning approaches.