Differentiable Learning of Lifted Action Schemas for Classical Planning
Summary
A new neural network architecture has been developed for learning lifted action schemas in classical planning domains, as detailed in arXiv:2605.13282, submitted on May 13, 2026. This architecture addresses the challenge of learning action schemas and simultaneously identifying action arguments from observed state changes, specifically when states are fully observed but action arguments are not. The work simplifies the broader problem of learning planning domains from image sequences and action labels, aiming for near-perfect solutions in this specific context. The resulting differentiable component is designed for integration into larger neuro-symbolic models. Evaluation across various planning domains demonstrates its ability to recover ground-truth structure, with additional experiments assessing robustness to observation noise and exploring a variation related to slot-based dynamics models.
Key takeaway
For research scientists developing neuro-symbolic AI, this work provides a robust differentiable component for learning planning domain dynamics. You should consider integrating this architecture to improve the accuracy of action schema learning, especially in scenarios where action arguments are unobserved but state changes are fully visible, thereby enhancing the generalization capabilities of your planning systems.
Key insights
A novel neural network learns lifted action schemas from state traces with unobserved action arguments.
Principles
- Classical planners excel with STRIPS/PDDL representations.
- Lifted schemas enable structural generalization.
- Learning schemas from data is a central challenge.
Method
The approach involves a neural network architecture that learns action schemas and identifies action arguments concurrently from fully observed states with unobserved action arguments, yielding a robust differentiable component.
In practice
- Integrate into larger neuro-symbolic models.
- Evaluate robustness to observation noise.
- Explore slot-based dynamics model variations.
Topics
- Differentiable Learning
- Lifted Action Schemas
- Classical Planning
- Neural Network Architecture
- Neuro-Symbolic Models
Best for: Research Scientist, AI Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.AI updates on arXiv.org.