Training the Orchestrator: A Supervised Approach to End-to-End PDDL Planning with LLM Agents
This paper introduces HALO, a hybrid agent-learned orchestrator that leverages verifier-certified refinement trajectories to train a small, cost-efficient policy for end-to-end PDDL planning, achieving success rates comparable to frontier LLMs while reducing orchestration costs by over an order of magnitude.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
The Big Problem: The "Translator" Bottleneck
Imagine you want to build a complex piece of furniture. You have a rough sketch and a list of ideas written in plain English (Natural Language). However, the machine that actually builds the furniture (the Classical Planner) only understands a very strict, robotic code called PDDL.
If you ask a regular AI (a Large Language Model or LLM) to write that code, it often makes mistakes. It might invent parts that don't exist, forget to list the screws, or write instructions that the machine can't read.
To fix this, researchers created a "repair team." They have a Manager (the Orchestrator) who looks at the broken code and hires a team of Specialists (Agents) to fix specific errors. One specialist fixes grammar, another fixes logic, and another checks if the parts fit together.
The Catch: In the old system, the Manager was a super-expensive, high-end AI (like GPT-5 or Gemini). Every time the team needed to fix a mistake, you had to pay the Manager a huge fee to think about the problem and pick the next specialist. If a project took 10 steps to fix, you paid the Manager 10 times. This made the whole process too expensive for small labs or local computers.
The Solution: HALO (The Intern Manager)
The authors of this paper, Rajesh Mangannavar and his team, asked: "Do we really need a super-expensive Manager for every single step? Can we train a cheap, local intern to do the job?"
They created HALO (Hybrid Agent-Learned Orchestrator). Here is how it works, using three key tricks:
1. Learning from "Winning" Playbooks
Usually, training an AI is hard because you don't know the "right" answer for every step. But in this system, there is a Referee (a Verifier) that checks the final furniture.
- If the final plan works, the Referee says, "Good job!"
- The team realized: Every time the Referee said "Good job," the sequence of Managers and Specialists they used was a winning strategy.
They took thousands of these "winning playbooks," stripped away the expensive Manager's voice, and just kept the record of: "When the code looked like X, the winning team picked Specialist Y." They used this data to train a small, cheap AI (HALO) to mimic those winning decisions.
2. The "Rulebook" Shortcut
HALO isn't just a brain; it's a brain with a cheat sheet. The authors realized that some decisions are so obvious that even a human wouldn't need to think about them.
- Example: If the code is empty, the rule is "Call the Emergency Agent."
- Example: If the code has a spelling error, the rule is "Call the Syntax Agent."
- Example: If the plan is perfect, the rule is "Stop."
HALO checks these simple rules first. If a rule applies, it acts immediately without using its "brain" (the AI model). This saves time and money. Only when the problem is truly confusing does HALO use its trained AI to make a decision.
3. A Bigger Toolbox
The team also expanded the team of Specialists. They added 8 new experts to the original 13, bringing the total to 21. Some of these new experts are "deterministic," meaning they are simple computer scripts that run instantly and cost nothing, rather than expensive AI models. This gave HALO more tools to fix problems quickly.
The Results: Faster, Cheaper, and Just as Good
The team tested HALO against the expensive, high-end AI Managers on 11 different types of planning problems (like logistics, robot movement, and scheduling).
- Success Rate: HALO was just as good as, or sometimes even better than, the expensive AI. It solved the problems at the same rate.
- Speed: Because HALO uses simple rules for easy problems and a small local model for hard ones, it makes decisions much faster.
- Cost: This is the biggest win.
- The old way (using GPT-5) cost about $0.18 per task.
- HALO costs about $0.004 per task.
- That is roughly 45 times cheaper. It's like going from hiring a celebrity chef for every meal to having a highly trained local cook who uses a recipe book for simple dishes.
The Bottom Line
The paper proves that you don't need a "super-intelligent" AI to manage a team of repair agents. If you have a strict referee (the Verifier) that tells you when a plan is successful, you can train a small, cheap AI to learn from those successes.
This allows complex planning systems to run on a single computer in a lab (or even a laptop) without needing to pay for expensive cloud APIs every time they make a decision. It turns a luxury service into something anyone can run locally.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.