paper-with-me

홈 › Papers

Planning with Complex Data Types in PDDL

2022-12-29 · Mojtaba Elahi, Jussi Rintanen

Practically all of the planning research is limited to states represented in terms of Boolean and numeric state variables. Many practical problems, for example, planning inside complex software systems, require far more complex data types, and even real-world planning in many cases requires concepts such as sets of objects, which are not convenient to express in modeling languages with scalar types only. In this work, we investigate a modeling language for complex software systems, which supports complex data types such as sets, arrays, records, and unions. We give a reduction of a broad range of complex data types and their operations to Boolean logic, and then map this representation further to PDDL to be used with domain-independent PDDL planners. We evaluate the practicality of this approach, and provide solutions to some of the issues that arise in the PDDL translation.

📄 PDF Abstract BibTeX arXiv:2212.14462

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

The Universal PDDL Domain

2024-10-28 · Patrik Haslum, Augusto B. Corrêa

In AI planning, it is common to distinguish between planning domains and problem instances, where a "domain" is generally understood as a set of related problem instances. This distinction is important, for example, in g…

Planning with Vision-Language Models and a Use Case in Robot-Assisted Teaching

2025-01-29 · Xuzhe Dang, Lada Kudláčková, Stefan Edelkamp

Automating the generation of Planning Domain Definition Language (PDDL) with Large Language Model (LLM) opens new research topic in AI planning, particularly for complex real-world tasks. This paper introduces Image2PDDL…

Language ModelingLanguage ModellingLarge Language Model

Planetarium: A Rigorous Benchmark for Translating Text to Structured Planning Languages

2024-07-03 · Max Zuo, Francisco Piedrahita Velez, Xiaochen Li, Michael L. Littman 외

Many recent works have explored using language models for planning problems. One line of research focuses on translating natural language descriptions of planning tasks into structured planning languages, such as the pla…

Language Modellingvalid

PDDL+ Planning via Constraint Answer Set Programming

2016-08-31 · Marcello Balduccini, Daniele Magazzeni, Marco Maratea

PDDL+ is an extension of PDDL that enables modelling planning domains with mixed discrete-continuous dynamics. In this paper we present a new approach to PDDL+ planning based on Constraint Answer Set Programming (CASP), …

Generating Symbolic World Models via Test-time Scaling of Large Language Models

2025-02-07 · Zhouliang Yu, Yuhuan Yuan, Tim Z. Xiao, Fuxiang Frank Xia 외

Solving complex planning problems requires Large Language Models (LLMs) to explicitly model the state transition to avoid rule violations, comply with constraints, and ensure optimality-a task hindered by the inherent am…