Graph Neural Network Based Action Ranking for Planning
Rajesh Mangannavar, Stefan Lee, Alan Fern, Prasad Tadepalli

TL;DR
This paper introduces a graph neural network-based method for action ranking in planning, which generalizes well to larger problems and outperforms existing approaches in success rate and plan quality.
Contribution
It presents a novel GNN architecture with GRUs for local action ranking, enabling better generalization in classical planning tasks.
Findings
Outperforms baseline methods in success rate
Achieves higher plan quality on benchmarks
Generalizes effectively to larger problem instances
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsAdvanced Graph Neural Networks · Data Quality and Management
MethodsGraph Neural Network
