paper-with-me

홈 › Papers

From Capability Models to Automated Planning: An AAS-Native Approach for Automatic PDDL Generation

2026-06-01 · Hamied Nabizada, Thomas Wirt, Luis Miguel Vieira da Silva, Felix Gehlhoff, Alexander Fay arxiv

Engineers designing production systems need to verify that a given layout supports all required production sequences. Automated planning techniques can answer such questions, but formulating the required planning problems in the Planning Domain Definition Language (PDDL) demands specialized expertise that production engineers typically lack. Asset Administration Shells (AAS) have emerged as the standardized Digital Twin for industrial assets in Industry 4.0. We show that AAS capability models, structured using four established Industry 4.0 standards (VDI 3682 for process descriptions, IEC 61360-1 for semantic property qualification, IDTA 02011 for type hierarchies, and IDTA 02016 for instance descriptions), contain sufficient information to generate complete PDDL problems automatically. Unlike prior work that introduced PDDL-specific submodels, our approach derives all planning elements from domain-level descriptions of resource functions, so-called capabilities, allowing engineers to model capabilities without any exposure to PDDL syntax or planning concepts. Our extraction algorithm transforms distributed Multi-AAS architectures into complete PDDL planning problems. We validate the approach on AAS models of a laboratory production system, comparing four layout variants using optimal planning to demonstrate how engineers can systematically explore design trade-offs by modifying the AAS model and regenerating the planning domain

📄 PDF Abstract BibTeX arXiv:2606.02167

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Model-based Workflow for the Automated Generation of PDDL Descriptions

2024-08-15 · Hamied Nabizada, Tom Jeleniewski, Felix Gehlhoff, Alexander Fay

Manually creating Planning Domain Definition Language (PDDL) descriptions is difficult, error-prone, and requires extensive expert knowledge. However, this knowledge is already embedded in engineering models and can be r…

Leveraging Environment Interaction for Automated PDDL Translation and Planning with Large Language Models

2024-07-17 · Sadegh Mahdavi, Raquel Aoki, Keyi Tang, Yanshuai Cao

Large Language Models (LLMs) have shown remarkable performance in various natural language tasks, but they often struggle with planning problems that require structured reasoning. To address this limitation, the conversi…

Towards High-Level Modelling in Automated Planning

2024-12-09 · Carla Davesa Sureda, Joan Espasa Arxer, Ian Miguel, Mateu Villaret Auselle

Planning is a fundamental activity, arising frequently in many contexts, from daily tasks to industrial processes. The planning task consists of selecting a sequence of actions to achieve a specified goal from specified …

SPAR: Scalable LLM-based PDDL Domain Generation for Aerial Robotics

2025-09-17 · Songhao Huang, Yuwei Wu, Guangyao Shi, Gaurav S. Sukhatme 외 arxiv

We investigate the problem of automatic domain generation for the Planning Domain Definition Language (PDDL) using Large Language Models (LLMs), with a particular focus on unmanned aerial vehicle (UAV) tasks. Although PD…

PDDLCoder: Agentic PDDL Generation for LLM-Assisted Symbolic Planning

2026-08-17 · Veit Laule, Jiangtao Shuai, Manfred Hauswirth, Sonja Schimmler arxiv

LLMs remain unreliable for long-horizon planning, often generating logically inconsistent or non-applicable plans. Recent hybrid methods instead translate natural language into the Planning Domain Definition Language (PD…