paper-with-me

Papers

Entropy Pacing Policy Optimization for Multi-Task Agentic Reinforcement Learning

2026-07-08 · Zetian Hu, Shunyu Liu, Junjie Zhang, Yongcheng Jing, Ting-En Lin, Yongbin Li, Dacheng Tao arxiv

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.

📄 PDF Abstract BibTeX arXiv:2607.07178

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Nonparametric Estimation of Joint Entropy via Partitioned Sample-Spacing

2025-11-17 · Jungwoo Ho, Sangun Park, Soyeong Oh arxiv

We propose a nonparametric estimator of multivariate joint entropy based on partitioned sample spacing (PSS). The method extends univariate spacing ideas to $\mathbb{R}^{d}$ by partitioning into localized cells and aggre…

Representation Learning

Robust Object Detection for Autonomous Driving via Curriculum-Guided Group Relative Policy Optimization

2025-09-19 · Xu Jia arxiv

Multimodal Large Language Models (MLLMs) excel in vision-language reasoning but often struggle with structured perception tasks requiring precise localization and robustness. We propose a reinforcement learning framework…

Robust Object DetectionReinforcement LearningAutonomous Driving

EPO: Entropy-regularized Policy Optimization for LLM Agents Reinforcement Learning

2025-09-26 · Wujiang Xu, Wentian Zhao, Zhenting Wang, Yu-Jhe Li 외 arxiv

Training LLM agents in multi-turn environments with sparse rewards, where completing a single task requires 30+ turns of interaction within an episode, presents a fundamental challenge for reinforcement learning. We iden…

Reinforcement Learning

Understanding the impact of entropy on policy optimization

2018-11-27 · Zafarali Ahmed, Nicolas Le Roux, Mohammad Norouzi, Dale Schuurmans

Entropy regularization is commonly used to improve policy optimization in reinforcement learning. It is believed to help with \emph{exploration} by encouraging the selection of more stochastic policies. In this work, we …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

AEGPO: Adaptive Entropy-Guided Policy Optimization for Diffusion Models

2026-02-06 · Yuming Li, Qingyu Li, Chengyu Bai, Xiangyang Luo 외 arxiv

Reinforcement learning from human feedback (RLHF) shows promise for aligning diffusion and flow models, yet policy optimization methods such as GRPO suffer from inefficient and static sampling strategies. These methods t…

Text-to-Image GenerationReinforcement Learning