AIJul 22, 2023

Enhancing Temporal Planning Domains by Sequential Macro-actions (Extended Version)

arXiv:2307.12081v1h-index: 42
Originality Incremental advance
AI Analysis

This work addresses efficiency issues in temporal planning for domains like logistics and competition benchmarks, though it is incremental as it adapts macro-actions from classical planning.

The paper tackles the performance degradation of temporal planning engines with many agents and objects by introducing sequential temporal macro-actions that ensure plan executability, resulting in improved satisficing plans and plan quality for most tested planners and domains.

Temporal planning is an extension of classical planning involving concurrent execution of actions and alignment with temporal constraints. Durative actions along with invariants allow for modeling domains in which multiple agents operate in parallel on shared resources. Hence, it is often important to avoid resource conflicts, where temporal constraints establish the consistency of concurrent actions and events. Unfortunately, the performance of temporal planning engines tends to sharply deteriorate when the number of agents and objects in a domain gets large. A possible remedy is to use macro-actions that are well-studied in the context of classical planning. In temporal planning settings, however, introducing macro-actions is significantly more challenging when the concurrent execution of actions and shared use of resources, provided the compliance to temporal constraints, should not be suppressed entirely. Our work contributes a general concept of sequential temporal macro-actions that guarantees the applicability of obtained plans, i.e., the sequence of original actions encapsulated by a macro-action is always executable. We apply our approach to several temporal planners and domains, stemming from the International Planning Competition and RoboCup Logistics League. Our experiments yield improvements in terms of obtained satisficing plans as well as plan quality for the majority of tested planners and domains.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes