MileGPO Improves Long-Horizon LLM Agent Policy Optimization

Bo Qian, Yuting Wu, Shuang Zeng, Huaiyu Wan, Dalin Zhang, Jiqiang Liu· August 21, 2026 View original

Key takeaways

  • MileGPO improves credit assignment for long-horizon LLM agents.
  • It discovers milestones and traps, weighting them by reliability and local progress.
  • The method requires no auxiliary models or extra environment interaction.
  • MileGPO achieves state-of-the-art performance on complex agent tasks.

Who benefits

AI DevelopmentRoboticsCustomer ServiceSoftware Engineering

Summary

MileGPO (Milestone Inference with Local Evidence for Graph-Based Policy Optimization) addresses credit assignment in long-horizon LLM agents by discovering intermediate milestones and traps, then weighting them by outcome-based confidence and local progress. It achieves state-of-the-art performance without auxiliary models or extra environment interaction.

This research introduces MileGPO, a novel framework designed to tackle the challenging problem of credit assignment in long-horizon agentic reinforcement learning for LLM agents. Traditional methods often struggle when supervision is only available from final rewards, overlooking crucial intermediate steps. MileGPO aims to derive process-level credit from grouped on-policy rollouts through three key innovations. First, "Milestone Discovery" identifies potential milestones in successful trajectories and recurring traps in failed ones. Second, "Reliability-Calibrated Shaping (RCS)" assigns weights to these candidates based on outcome-based confidence, reinforcing reliable milestones and traps while down-weighting uncertain ones. Third, "Progress-Contrastive Calibration (PCC)" further verifies if a candidate signifies local progress and if its associated transition outperforms alternatives from the same state. MileGPO operates without requiring auxiliary models or additional environment interactions. Experiments on ALFWorld and WebShop demonstrate state-of-the-art performance, including a small in-distribution to out-of-distribution gap on ALFWorld. Ablation studies and credit diagnostics confirm the complementary roles of reliability weighting, local progress, and same-state branch evidence in resolving ambiguous intermediate credit.

Why it matters

For professionals developing complex LLM agents that perform multi-step tasks, MileGPO offers a significant advancement in training efficiency and performance by providing a more accurate way to assign credit to intermediate actions.

How to implement this in your domain

  1. 1Investigate integrating MileGPO's principles into your long-horizon LLM agent training pipelines.
  2. 2Experiment with Milestone Discovery to identify critical intermediate steps in your agent's task execution.
  3. 3Apply Reliability-Calibrated Shaping to improve the robustness of credit assignment in complex workflows.
  4. 4Evaluate the performance gains of MileGPO against existing policy optimization methods for your specific agent applications.

Original post by Bo Qian, Yuting Wu, Shuang Zeng, Huaiyu Wan, Dalin Zhang, Jiqiang Liu

"arXiv:2608.19803v1 Announce Type: new Abstract: Credit assignment is challenging in long-horizon agentic reinforcement learning, where supervision often comes only from final rewards. Existing methods refine trajectory-level signals into step-level credits through step grouping o…"

View on X

Originally posted by Bo Qian, Yuting Wu, Shuang Zeng, Huaiyu Wan, Dalin Zhang, Jiqiang Liu on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Research

AI ResearchAI Engineering & DevTools

Decoding Silent Reading from Non-Invasive EEG

This research demonstrates that open-vocabulary word-level and semantic information can be reliably decoded from non-invasive EEG during silent reading. Using a contrastive decoder and a large dataset from a single participant, the study shows decoding scales log-linearly with training data and extends to rare words.

Ingo Marquardt, Anthilia Alchanat, Priyanka JainAug 21, 2026
AI ResearchAI Engineering & DevTools

Exact Learning Coefficients for Singular Models

This paper presents the first deterministic algorithm for exactly computing local learning coefficients (Real Log Canonical Thresholds) for two-dimensional singular models. This breakthrough provides ground truth for calibrating sampling-based estimators and reveals algebraic structure in learning coefficients, outperforming sampling in shallow regimes.

Gr\'egoire Sergeant-Perthuis (CQSB, Sorbonne Universit\'e), Elias Tsigaridas (Ouragan Team, INRIA), Jules Tsukahara (Ouragan Team, INRIA)Aug 21, 2026
AI Engineering & DevToolsAI Research

Standardized ML Evaluation for Power System Protection

This paper proposes a standardized framework for evaluating machine learning applications in power system protection, addressing inconsistencies in current research. It defines seven critical study dimensions and instantiates the framework with a case study on fault classification and localization using a public benchmark.

Julian Oelhaf, Georg Kordowich, Paula Andrea P\'erez-Toro, Christian Bergler, Johann J\"ager, Andreas Maier, Siming BayerAug 21, 2026