paper-with-me

Papers

Guided Adaptive Credit Assignment for Sample Efficient Policy Optimization

2019-09-25 · Hao liu, Richard Socher, Caiming Xiong

Policy gradient methods have achieved remarkable successes in solving challenging reinforcement learning problems. However, it still often suffers from sparse reward tasks, which leads to poor sample efficiency during training. In this work, we propose a guided adaptive credit assignment method to do effectively credit assignment for policy gradient methods. Motivated by entropy regularized policy optimization, our method extends the previous credit assignment methods by introducing more general guided adaptive credit assignment(GACA). The benefit of GACA is a principled way of utilizing off-policy samples. The effectiveness of proposed algorithm is demonstrated on the challenging \textsc{WikiTableQuestions} and \textsc{WikiSQL} benchmarks and an instruction following environment. The task is generating action sequences or program sequences from natural language questions or instructions, where only final binary success-failure execution feedback is available. Empirical studies show that our method significantly improves the sample efficiency of the state-of-the-art policy optimization approaches.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Instruction FollowingPolicy Gradient Methods

Similar Papers 제목 키워드 기반

Milestone-Guided Policy Learning for Long-Horizon Language Agents

2026-05-07 · Zixuan Wang, Yuchen Yan, Hongxing Li, Teng Pan 외 arxiv

While long-horizon agentic tasks require language agents to perform dozens of sequential decisions, training such agents with reinforcement learning remains challenging. We identify two root causes: credit misattribution…

Reinforcement Learning

GEAR: Granularity-Adaptive Advantage Reweighting for LLM Agents via Self-Distillation

2026-05-12 · Sijia Li, Yuchen Huang, Zifan Liu, Yanping Li 외 arxiv

Reinforcement learning has become a widely used post-training approach for LLM agents, where training commonly relies on outcome-level rewards that provide only coarse supervision. While finer-grained credit assignment i…

Reinforcement LearningMathematical Reasoning

ProMP: Proximal Meta-Policy Search

2018-10-16 · ICLR 2019 5 · Jonas Rothfuss, Dennis Lee, Ignasi Clavera, Tamim Asfour 외

Credit assignment in Meta-reinforcement learning (Meta-RL) is still poorly understood. Existing methods either neglect credit assignment to pre-adaptation behavior or implement it naively. This leads to poor sample-effic…

Meta-LearningMeta Reinforcement LearningReinforcement Learning

Retrospective In-Context Learning for Temporal Credit Assignment with Large Language Models

2026-02-19 · Wen-Tse Chen, Jiayu Chen, Fahim Tajwar, Hao Zhu 외 arxiv

Learning from self-sampled data and sparse environmental feedback remains a fundamental challenge in training self-evolving agents. Temporal credit assignment mitigates this issue by transforming sparse feedback into den…

Would I have gotten that reward? Long-term credit assignment by counterfactual contribution analysis

2023-09-21 · NeurIPS 2023 11

To make reinforcement learning more sample efficient, we need better credit assignment methods that measure an action’s influence on future rewards. Building upon Hindsight Credit Assignment (HCA), we introduce Counterfa…