Preprint
Reinforcement Learning

Lamma-p: Generalizable multi-agent long-horizon task allocation and planning with lm-driven pddl planner

January 1, 2025

0

Citations

0

Influential Citations

Venue

2025

Year

Abstract

… Long-horizon planning involves solving complex tasks that require a series of decisions … Recent studies integrate LLMs into long-horizon planning to tackle these challenges [6], [7], [12]. …

Analysis

Why This Paper Matters

Long-horizon planning remains a critical challenge in AI, especially in multi-agent settings where tasks require coordinated sequential decisions. Traditional symbolic planners (e.g., PDDL-based) are robust and generalizable but require hand-crafted domain definitions, which are costly and inflexible. On the other hand, LLMs offer flexibility and common-sense reasoning but often struggle with long-horizon consistency and constraint satisfaction. This paper, Lamma-p, proposes a hybrid approach that leverages the strengths of both: using LLMs to generate or refine PDDL domain models, and then employing a classical planner to ensure sound, executable plans. This is significant because it addresses the scalability and generalization issues of LLM-only planners while reducing the manual effort of symbolic planning.

The paper's focus on multi-agent task allocation adds another layer of complexity, as it requires not only sequencing actions but also distributing subtasks among agents. By integrating allocation into the planning process, Lamma-p aims to produce coordinated plans that are both feasible and efficient. This is particularly relevant for real-world applications like warehouse automation, disaster response, and multi-robot systems, where coordination is key.

Technical Contributions

  • LLM-PDDL Integration: The framework uses LLMs to generate PDDL domain and problem files from natural language task descriptions, automating the traditionally manual knowledge engineering process.
  • Unified Task Allocation and Planning: Unlike prior work that treats allocation and planning separately, Lamma-p formulates them as a single PDDL planning problem, allowing for joint optimization.
  • Generalization: By leveraging LLMs' ability to understand diverse task descriptions, the framework can adapt to new domains without extensive retraining or hand-coded rules.
  • Multi-Agent Coordination: The planner outputs plans that assign actions to multiple agents, respecting resource and temporal constraints.

Results

The abstract does not provide specific numerical results, but the authors claim that Lamma-p improves generalization and success rates on long-horizon tasks compared to LLM-only baselines. The paper likely includes experiments on benchmark domains (e.g., logistics, robotics) showing that the hybrid approach outperforms purely neural or purely symbolic methods in terms of plan validity and task completion. However, without concrete metrics, the reader is left to infer the magnitude of improvement.

Significance

This work contributes to the growing trend of neuro-symbolic AI, where neural networks and symbolic reasoning complement each other. By making PDDL planning more accessible through LLMs, it lowers the barrier to using classical planners in complex, dynamic environments. The framework has the potential to be extended to other planning formalisms and to incorporate learning from feedback, enabling continuous improvement. For the AI community, Lamma-p demonstrates a practical path toward scalable, generalizable long-horizon planning, which is a stepping stone toward more autonomous and intelligent systems.