AIJul 31, 2019

Domain-Independent Cost-Optimal Planning in ASP

arXiv:1908.00112v12 citations
AI Analysis

This addresses a limitation in ASP planning for researchers and practitioners by enabling domain-independent optimal solutions without step constraints.

The paper tackles the problem of achieving global cost-optimal planning in Answer Set Programming (ASP) without relying on a fixed makespan, and presents a stepless planning approach that shows good potential in experiments compared to existing SAT-based planners.

We investigate the problem of cost-optimal planning in ASP. Current ASP planners can be trivially extended to a cost-optimal one by adding weak constraints, but only for a given makespan (number of steps). It is desirable to have a planner that guarantees global optimality. In this paper, we present two approaches to addressing this problem. First, we show how to engineer a cost-optimal planner composed of two ASP programs running in parallel. Using lessons learned from this, we then develop an entirely new approach to cost-optimal planning, stepless planning, which is completely free of makespan. Experiments to compare the two approaches with the only known cost-optimal planner in SAT reveal good potentials for stepless planning in ASP. The paper is under consideration for acceptance in TPLP.

Code Implementations1 repo
Foundations

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

Your Notes