Empowering LLMs with Parameterized Skills for Adversarial Long-Horizon Planning

πŸ“… 2025-09-16
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF
πŸ€– AI Summary
To address the limited planning and decision-making capabilities of large language models (LLMs) in complex, adversarial, long-horizon environments, this paper proposes PLAPβ€”a parametric skill-driven hierarchical planning framework. PLAP comprises an LLM-based skill planner, an environment-specific parametric skill library, and a skill executor, enabling end-to-end mapping from natural-language instructions to reliable action sequences while reducing reliance on handcrafted rules and action reliability heuristics. Evaluated on MicroRTS, GPT-4o–driven PLAP achieves zero-shot performance surpassing 80% of baselines; Qwen2-72B with few-shot prompting outperforms the top scripted agent CoacAI. Furthermore, the authors introduce the first LLM benchmark leaderboard dedicated to long-horizon skill-based planning, establishing a standardized evaluation framework for this emerging research direction.

Technology Category

Application Category

πŸ“ Abstract
Recent advancements in Large Language Models(LLMs) have led to the development of LLM-based AI agents. A key challenge is the creation of agents that can effectively ground themselves in complex, adversarial long-horizon environments. Existing methods mainly focus on (1) using LLMs as policies to interact with the environment through generating low-level feasible actions, and (2) utilizing LLMs to generate high-level tasks or language guides to stimulate action generation. However, the former struggles to generate reliable actions, while the latter relies heavily on expert experience to translate high-level tasks into specific action sequences. To address these challenges, we introduce the Plan with Language, Act with Parameter (PLAP) planning framework that facilitates the grounding of LLM-based agents in long-horizon environments. The PLAP method comprises three key components: (1) a skill library containing environment-specific parameterized skills, (2) a skill planner powered by LLMs, and (3) a skill executor converting the parameterized skills into executable action sequences. We implement PLAP in MicroRTS, a long-horizon real-time strategy game that provides an unfamiliar and challenging environment for LLMs. The experimental results demonstrate the effectiveness of PLAP. In particular, GPT-4o-driven PLAP in a zero-shot setting outperforms 80% of baseline agents, and Qwen2-72B-driven PLAP, with carefully crafted few-shot examples, surpasses the top-tier scripted agent, CoacAI. Additionally, we design comprehensive evaluation metrics and test 6 closed-source and 2 open-source LLMs within the PLAP framework, ultimately releasing an LLM leaderboard ranking long-horizon skill planning ability. Our code is available at https://github.com/AI-Research-TeamX/PLAP.
Problem

Research questions and friction points this paper is trying to address.

Enabling LLM agents to ground in adversarial long-horizon environments
Addressing unreliable low-level action generation in LLM policies
Reducing expert dependency for high-level task decomposition
Innovation

Methods, ideas, or system contributions that make the work stand out.

Parameterized skills library for environment-specific actions
LLM-powered skill planner for high-level strategy
Skill executor converts parameters to executable sequences
πŸ”Ž Similar Papers
S
Sijia Cui
Institute of Automation, Chinese Academy of Sciences, Beijing, China
S
Shuai Xu
Nanjing Artificial Intelligence Research of IA, Nanjing, China
A
Aiyao He
Institute of Automation, Chinese Academy of Sciences, Beijing, China
Y
Yanna Wang
Institute of Automation, Chinese Academy of Sciences, Beijing, China
B
Bo Xu
Institute of Automation, Chinese Academy of Sciences, Beijing, China