paper-with-me

홈 › Papers

Temporal GRPO: Beyond Trajectory-Level Credit in Vision-Language-Action Reinforcement Learning

2026-08-13 · Yao Zhou, Hang Gao, Fengge Wu, Changwen Zheng, Wenwen Qiang arxiv

Outcome-driven reinforcement learning offers a scalable way to post-train vision-language-action (VLA) policies from sparse task-success feedback. In common GRPO-based VLA post-training, one rollout-level advantage is applied to every action in the trajectory. A rollout that completes several valid stages but fails later can therefore penalize the actions that produced its earlier progress. We call this trajectory-level credit aliasing. Temporal GRPO addresses this problem by constructing detectable task stages, aligning each rollout with stage-specific action intervals, and comparing only rollouts that have entered the same stage. The resulting stage advantages are applied to their corresponding intervals in a single policy update. On RoboTwin 2.0, Temporal GRPO improves task success and sample efficiency, with consistent gains across task horizons. Controlled updates on LIBERO-Long preserve shared prerequisite stages and concentrate improvement at the first stage where rollout outcomes diverge.

📄 PDF Abstract BibTeX arXiv:2608.13026

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Learning to Credit the Right Steps: Objective-aware Process Optimization for Visual Generation

2026-04-21 · Rui Li, Ke Hao, Yuanzhi Liang, Haibin Huang 외 arxiv

Reinforcement learning, particularly Group Relative Policy Optimization (GRPO), has emerged as an effective framework for post-training visual generative models with human preference signals. However, its effectiveness i…

Reinforcement LearningVideo Generation

Prioritize the Process, Not Just the Outcome: Rewarding Latent Thought Trajectories Improves Reasoning in Looped Language Models

2026-02-11 · Jonathan Williams, Esin Tureci arxiv

Looped Language Models (LoopLMs) perform multi-step latent reasoning prior to token generation and outperform conventional LLMs on reasoning benchmarks at smaller parameter budgets. However, attempts to further improve L…

Reinforcement LearningMathematical Reasoning

Enhancing LLM-based Search Agents via Contribution Weighted Group Relative Policy Optimization

2026-04-15 · Junzhe Wang, Zhiheng Xi, Yajie Yang, Hao Luo 외 arxiv

Search agents extend Large Language Models (LLMs) beyond static parametric knowledge by enabling access to up-to-date and long-tail information unavailable during pretraining. While reinforcement learning has been widely…

Reinforcement Learning

Memory-R2: Fair Credit Assignment for Long-Horizon Memory-Augmented LLM Agents

2026-05-20 · Sikuan Yan, Ahmed Bahloul, Ercong Nie, Susanna Schwarzmann 외 arxiv

Memory-augmented LLM agents enable interactions that extend beyond finite context windows by storing, updating, and reusing information across sessions. However, training such agents with reinforcement learning in multi-…

Reinforcement Learning

Stepwise Credit Assignment for GRPO on Flow-Matching Models

2026-03-30 · Yash Savani, Branislav Kveton, Yuchen Liu, Yilin Wang 외 arxiv

Flow-GRPO successfully applies reinforcement learning to flow models, but uses uniform credit assignment across all steps. This ignores the temporal structure of diffusion generation: early steps determine composition an…

Reinforcement Learning