LGAIJul 8

Entropy Pacing Policy Optimization for Multi-Task Agentic Reinforcement Learning

arXiv:2607.0717825.9h-index: 7
Predicted impact top 1% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners deploying multi-task LLM agents, EPPO stabilizes training across tasks with different difficulty levels, improving overall performance.

EPPO addresses the exploration-exploitation pace mismatch in multi-task agentic RL for LLMs, where tasks interfere via entropy crossovers. It achieves superior results on multi-task agentic benchmarks compared to baselines.

Recent breakthroughs of Reinforcement Learning (RL) have highlighted its potential for complex agentic Large Language Model (LLM) tasks. However, existing efforts largely focus on single-task settings, whereas real-world deployment necessitates a generalist agent capable of solving multiple tasks simultaneously. In this work, we identify a critical yet underexplored phenomenon in multi-task agentic RL: different tasks can exhibit exploration-exploitation pace mismatch. Specifically, easier tasks may converge early to low-entropy policies that hinder learning on harder tasks, while harder tasks can, in turn, push easier tasks back toward high-entropy exploration. This back-and-forth interaction creates inter-task entropy crossovers and frequent entropy spikes. Inspired by this observation, we introduce Entropy Pacing Policy Optimization (EPPO) for multi-task agentic LLMs, which coordinates entropy across tasks to stabilize multi-task optimization. At the core of EPPO is a task-wise dynamic clipping mechanism that replaces the fixed clipping threshold in Group Relative Policy Optimization (GRPO) with a task entropy-aware adaptive bound, tightening updates for over-confident tasks while relaxing them for under-explored ones. Experiments on the multi-task agentic benchmarks demonstrate that the proposed EPPO yields results superior to its counterparts.

Foundations

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

Your Notes