Improving Execution Concurrency in Partial-Order Plans via Block-Substitution
About
Partial-order plans in AI planning facilitate execution flexibility and several other tasks, such as plan reuse, modification, and decomposition, due to their less constrained nature. A \acrfull*{pop} specifies partial-order over actions, providing the flexibility of executing unordered actions in different sequences. This flexibility can be further extended by enabling parallel execution of actions in the POP to reduce its overall execution time. While extensive studies exist on improving the flexibility of a POP by optimizing its action orderings through plan deordering and reordering, there has been limited focus on the flexibility of executing actions concurrently in a plan. Flexibility of executing actions concurrently, referred to as concurrency, in a POP can be achieved by incorporating action non-concurrency constraints, specifying which actions can not be executed in parallel. This work establishes the necessary and sufficient conditions for non-concurrency constraints between two actions or two subplans with respect to a planning task. We also introduce an algorithm to improve a plan's concurrency by optimizing resource utilization through substitutions of the plan's subplans with respect to the corresponding planning task. Our algorithm employs block deordering that eliminates orderings in a POP by encapsulating coherent actions in blocks, and then exploits blocks as candidate subplans for substitutions. Experiments over the benchmark problems from International Planning Competitions (IPC) exhibit considerable improvement in plan concurrency.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Automated Planning | IPC barman domain | CFlex0.006 | 3 | |
| Automated Planning | IPC blocks domain | Cflex Score0.00e+0 | 3 | |
| Automated Planning | IPC child-snack domain | CFlex Score0.725 | 3 | |
| Automated Planning | IPC data-network domain | Cflex30.1 | 3 | |
| Automated Planning | IPC depots domain | cflex27.9 | 3 | |
| Automated Planning | IPC elevator domain | Cflex16.8 | 3 | |
| Automated Planning | IPC floor-tile domain | Cflex0.147 | 3 | |
| Automated Planning | IPC freecell domain | Cflex0.077 | 3 | |
| Automated Planning | IPC genome-edit-distances domain | CFlex0.005 | 3 | |
| Automated Planning | IPC grid domain | Cflex Score0.00e+0 | 3 |