AILGOct 30, 2023

Optimize Planning Heuristics to Rank, not to Estimate Cost-to-Goal

arXiv:2310.19463v114 citationsh-index: 16
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in imitation learning for planning, offering an incremental improvement in heuristic optimization.

The paper tackles the problem of optimizing heuristic functions for planning algorithms like A* and greedy best-first search by proposing loss functions based on ranking rather than cost-to-goal estimation, showing experimental support across diverse problems.

In imitation learning for planning, parameters of heuristic functions are optimized against a set of solved problem instances. This work revisits the necessary and sufficient conditions of strictly optimally efficient heuristics for forward search algorithms, mainly A* and greedy best-first search, which expand only states on the returned optimal path. It then proposes a family of loss functions based on ranking tailored for a given variant of the forward search algorithm. Furthermore, from a learning theory point of view, it discusses why optimizing cost-to-goal \hstar\ is unnecessarily difficult. The experimental comparison on a diverse set of problems unequivocally supports the derived theory.

Foundations

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

Your Notes