LGDec 6, 2024

Graph Neural Network Based Action Ranking for Planning

arXiv:2412.04752v41 citationsh-index: 6
Originality Incremental advance
AI Analysis

This addresses the computational prohibitive nature of planning in large instances for AI systems, though it appears incremental as it builds on existing action ranking and GNN methods.

The paper tackles the problem of learning relational policies for classical planning by proposing a novel action ranking approach using a Graph Neural Network (GNN) with GRUs, which achieves better generalization to larger problems and outperforms baselines in success rate and plan quality.

We propose a novel approach to learn relational policies for classical planning based on learning to rank actions. We introduce a new graph representation that explicitly captures action information and propose a Graph Neural Network (GNN) architecture augmented with Gated Recurrent Units (GRUs) to learn action rankings. Unlike value-function based approaches that must learn a globally consistent function, our action ranking method only needs to learn locally consistent ranking. Our model is trained on data generated from small problem instances that are easily solved by planners and is applied to significantly larger instances where planning is computationally prohibitive. Experimental results across standard planning benchmarks demonstrate that our action-ranking approach not only achieves better generalization to larger problems than those used in training but also outperforms multiple baselines (value function and action ranking) methods in terms of success rate and plan quality.

Foundations

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

Your Notes