AINov 29, 2024

PDDLFuse: A Tool for Generating Diverse Planning Domains

arXiv:2411.19886v14 citationsh-index: 12
Originality Incremental advance
AI Analysis

This addresses the need for diverse planning domains to validate planners and test models, but it is incremental as it adapts domain randomization concepts from reinforcement learning to planning.

The paper tackles the problem of limited scale and diversity in planning domains by introducing PDDLFuse, a tool that generates new and diverse planning domains, with initial tests showing efficient creation of intricate and varied domains.

Various real-world challenges require planning algorithms that can adapt to a broad range of domains. Traditionally, the creation of planning domains has relied heavily on human implementation, which limits the scale and diversity of available domains. While recent advancements have leveraged generative AI technologies such as large language models (LLMs) for domain creation, these efforts have predominantly focused on translating existing domains from natural language descriptions rather than generating novel ones. In contrast, the concept of domain randomization, which has been highly effective in reinforcement learning, enhances performance and generalizability by training on a diverse array of randomized new domains. Inspired by this success, our tool, PDDLFuse, aims to bridge this gap in Planning Domain Definition Language (PDDL). PDDLFuse is designed to generate new, diverse planning domains that can be used to validate new planners or test foundational planning models. We have developed methods to adjust the domain generators parameters to modulate the difficulty of the domains it generates. This adaptability is crucial as existing domain-independent planners often struggle with more complex problems. Initial tests indicate that PDDLFuse efficiently creates intricate and varied domains, representing a significant advancement over traditional domain generation methods and making a contribution towards planning research.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes