Choosing a Classical Planner with Graph Neural Networks
Jana Vatter, Ruben Mayer, Hans-Arno Jacobsen, Horst Samulowitz, Michael Katz
TL;DR
The paper tackles online planner selection for cost-optimal planning by systematically evaluating four Graph Neural Network architectures on two graph representations (grounded and lifted) and by experimenting with node features and prediction tasks. It further proposes a resource-efficient hybrid approach that uses the GNN-derived graph representation as input to XGBoost, offering strong performance with CPU-friendly training. Across IPC-derived data, grounded graphs and time-based predictions yield the highest accuracy, reaching up to about 0.9 with certain configurations, while feature enhancements like node degree significantly boost performance. The findings provide actionable guidance for building efficient, accurate online planner selectors and suggest several avenues for future improvement, including richer features and specialized architectures tailored to planning graphs.
Abstract
Online planner selection is the task of choosing a solver out of a predefined set for a given planning problem. As planning is computationally hard, the performance of solvers varies greatly on planning problems. Thus, the ability to predict their performance on a given problem is of great importance. While a variety of learning methods have been employed, for classical cost-optimal planning the prevailing approach uses Graph Neural Networks (GNNs). In this work, we continue the line of work on using GNNs for online planner selection. We perform a thorough investigation of the impact of the chosen GNN model, graph representation and node features, as well as prediction task. Going further, we propose using the graph representation obtained by a GNN as an input to the Extreme Gradient Boosting (XGBoost) model, resulting in a more resource-efficient yet accurate approach. We show the effectiveness of a variety of GNN-based online planner selection methods, opening up new exciting avenues for research on online planner selection.
