Abstract
Planning is a fundamental activity, arising frequently in many contexts, from daily tasks to industrial processes. The planning task consists of selecting a sequence of actions to achieve a specified goal from specified initial conditions. The Planning Domain Definition Language (PDDL) is the leading language used in the field of automated planning to model planning problems. Previous work has highlighted the limitations of PDDL, particularly in terms of its expressivity. Our interest lies in facilitating the handling of complex problems and enhancing the overall capability of automated planning systems. Unified-Planning is a Python library offering high-level API to specify planning problems and to invoke automated planners. In this paper, we present an extension of the UP library aimed at enhancing its expressivity for high-level problem modelling. In particular, we have added an array type, an expression to count booleans, and the allowance for integer parameters in actions. We show how these facilities enable natural high-level models of three classical planning problems.
Original language | English |
---|---|
Title of host publication | ModRef 2024 - the 23rd workshop on constraint modelling and reformulation (ModRef) |
Number of pages | 17 |
Publication status | Published - 2 Sept 2024 |
Event | The 23rd workshop on Constraint Modelling and Reformulation (ModRef 2024) - Girona, Spain, Girona, Spain Duration: 2 Sept 2024 → 2 Sept 2024 Conference number: 23 https://modref.github.io/ModRef2024.html |
Workshop
Workshop | The 23rd workshop on Constraint Modelling and Reformulation (ModRef 2024) |
---|---|
Abbreviated title | ModRef 2024 |
Country/Territory | Spain |
City | Girona |
Period | 2/09/24 → 2/09/24 |
Internet address |
Keywords
- Automated planning
- Reformulation
- Modelling