paper-with-me

홈 › Papers

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 conversion of planning problems into the Planning Domain Definition Language (PDDL) has been proposed as a potential solution, enabling the use of automated planners. However, generating accurate PDDL files typically demands human inputs or correction, which can be time-consuming and costly. In this paper, we propose a novel approach that leverages LLMs and environment feedback to automatically generate PDDL domain and problem description files without the need for human intervention. Our method introduces an iterative refinement process that generates multiple problem PDDL candidates and progressively refines the domain PDDL based on feedback obtained from interacting with the environment. To guide the refinement process, we develop an Exploration Walk (EW) metric, which provides rich feedback signals for LLMs to update the PDDL file. We evaluate our approach on $10$ PDDL environments. We achieve an average task solve rate of 66% compared to a 29% solve rate by GPT-4's intrinsic planning with chain-of-thought prompting. Our work enables the automated modeling of planning environments using LLMs and environment feedback, eliminating the need for human intervention in the PDDL translation process and paving the way for more reliable LLM agents in challenging problems. Our code is available at https://github.com/BorealisAI/llm-pddl-planning

📄 PDF Abstract BibTeX arXiv:2407.12979

Code (1)

borealisai/llm-pddl-planning 공식 구현

Similar Papers 제목 키워드 기반

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…

Leveraging Pre-trained Large Language Models to Construct and Utilize World Models for Model-based Task Planning

2023-05-24 · NeurIPS 2023 11

There is a growing interest in applying pre-trained large language models (LLMs) to planning problems. However, methods that use LLMs directly as planners are currently impractical due to several factors, including limit…

Task Planning

Learning High-Level Planning Symbols from Intrinsically Motivated Experience

2019-07-18 · Angelo Oddi, Riccardo Rasconi, Emilio Cartoni, Gabriele Sartor 외

In symbolic planning systems, the knowledge on the domain is commonly provided by an expert. Recently, an automatic abstraction procedure has been proposed in the literature to create a Planning Domain Definition Languag…

Hierarchical Reinforcement LearningReinforcement LearningVocal Bursts Intensity Prediction

PDDLGym: Gym Environments from PDDL Problems

2020-02-15 · Tom Silver, Rohan Chitnis

We present PDDLGym, a framework that automatically constructs OpenAI Gym environments from PDDL domains and problems. Observations and actions in PDDLGym are relational, making the framework particularly well-suited for …

Decision MakingOpenAI Gymreinforcement-learningReinforcement Learning+2

CASP Solutions for Planning in Hybrid Domains

2017-04-12 · Marcello Balduccini, Daniele Magazzeni, Marco Maratea, Emily LeBlanc

CASP is an extension of ASP that allows for numerical constraints to be added in the rules. PDDL+ is an extension of the PDDL standard language of automated planning for modeling mixed discrete-continuous dynamics. In …