paper-with-me

홈 › Papers

Learning Long-Term Reward Redistribution via Randomized Return Decomposition

2021-11-26 · ICLR 2022 4 · Zhizhou Ren, Ruihan Guo, Yuan Zhou, Jian Peng

Many practical applications of reinforcement learning require agents to learn from sparse and delayed rewards. It challenges the ability of agents to attribute their actions to future outcomes. In this paper, we consider the problem formulation of episodic reinforcement learning with trajectory feedback. It refers to an extreme delay of reward signals, in which the agent can only obtain one reward signal at the end of each trajectory. A popular paradigm for this problem setting is learning with a designed auxiliary dense reward function, namely proxy reward, instead of sparse environmental signals. Based on this framework, this paper proposes a novel reward redistribution algorithm, randomized return decomposition (RRD), to learn a proxy reward function for episodic reinforcement learning. We establish a surrogate problem by Monte-Carlo sampling that scales up least-squares-based reward redistribution to long-horizon problems. We analyze our surrogate loss function by connection with existing methods in the literature, which illustrates the algorithmic properties of our approach. In experiments, we extensively evaluate our proposed method on a variety of benchmark tasks with episodic rewards and demonstrate substantial improvement over baseline algorithms.

📄 PDF Abstract BibTeX arXiv:2111.13485

Code (1)

stilwell-git/randomized-return-decomposition 공식 구현 tf

Tasks

Attributereinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Interpretable Reward Redistribution in Reinforcement Learning: A Causal Approach

2023-05-28 · NeurIPS 2023 11 · Yudi Zhang, Yali Du, Biwei Huang, Ziyan Wang 외

A major challenge in reinforcement learning is to determine which state-action pairs are responsible for future rewards that are delayed. Reward redistribution serves as a solution to re-assign credits for each time step…

reinforcement-learningReinforcement Learning

Likelihood Reward Redistribution

2025-03-20 · Minheng Xiao, Zhenbang Jiao

In many practical reinforcement learning scenarios, feedback is provided only at the end of a long horizon, leading to sparse and delayed rewards. Existing reward redistribution methods typically assume that per-step rew…

MuJoCo

Agent-Temporal Attention for Reward Redistribution in Episodic Multi-Agent Reinforcement Learning

2022-01-12 · Baicen Xiao, Bhaskar Ramasubramanian, Radha Poovendran

This paper considers multi-agent reinforcement learning (MARL) tasks where agents receive a shared global reward at the end of an episode. The delayed nature of this reward affects the ability of the agents to assess the…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement Learning (RL)Starcraft

RREDCoT: Segment-Level Reward Redistribution for Reasoning Models

2026-06-04 · Mykyta Ielanskyi, Kajetan Schweighofer, Lukas Aichberger, Sepp Hochreiter arxiv

Recent advancements in reasoning language models have been driven by Reinforcement Learning (RL) fine-tuning. Most often, these rely on the Group Relative Policy Optimization (GRPO) algorithm or modifications thereof to …

Reinforcement Learning

RUDDER: Return Decomposition for Delayed Rewards

2018-06-20 · NeurIPS 2019 12 · Jose A. Arjona-Medina, Michael Gillhofer, Michael Widrich, Thomas Unterthiner 외

We propose RUDDER, a novel reinforcement learning approach for delayed rewards in finite Markov decision processes (MDPs). In MDPs the Q-values are equal to the expected immediate reward plus the expected future rewards.…

Atari Gamesreinforcement-learningReinforcement LearningReinforcement Learning (RL)