Papers › RUDDER: Return Decomposition for Delayed Rewards

RUDDER: Return Decomposition for Delayed Rewards

20 Jun 2018NeurIPS 2019 12arXiv:1806.07857archive 2025-07-28

Jose A. Arjona-Medina, Michael Gillhofer, Michael Widrich, Thomas Unterthiner, Johannes Brandstetter, Sepp Hochreiter

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. The latter are related to bias problems in temporal difference (TD) learning and to high variance problems in Monte Carlo (MC) learning. Both problems are even more severe when rewards are delayed. RUDDER aims at making the expected future rewards zero, which simplifies Q-value estimation to computing the mean of the immediate reward. We propose the following two new concepts to push the expected future rewards toward zero. (i) Reward redistribution that leads to return-equivalent decision processes with the same optimal policies and, when optimal, zero expected future rewards. (ii) Return decomposition via contribution analysis which transforms the reinforcement learning task into a regression task at which deep learning excels. On artificial tasks with delayed rewards, RUDDER is significantly faster than MC and exponentially faster than Monte Carlo Tree Search (MCTS), TD({\lambda}), and reward shaping approaches. At Atari games, RUDDER on top of a Proximal Policy Optimization (PPO) baseline improves the scores, which is most prominent at games with delayed rewards. Source code is available at \url{https://github.com/ml-jku/rudder} and demonstration videos at \url{https://goo.gl/EQerZV}.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1806.07857")

Code

Syntology Ran 3 of 9 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 1 ran · violated contract; 1 ran · our draft was wrong; 1 ran with no contract checked.

By repository: official repository: 9 samples from 1 repository, 3 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ml-jku/baselines-rudder officialmentioned in papermentioned on GitHubtfMIT report
ml-jku/rudder officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

9 samples harvested; 3 ran; 0 honoured the contract we drafted; 6 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · violated contract
1ran · our draft was wrong
1ran
6unverified

Licence: 9 of the 9 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from ml-jku/baselines-rudder. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

constfn ml-jku/baselines-rudder/baselines/ppo2_rudder/ppo2_rudder.py official repository ran · our draft was wrong MIT recorded; this copy not marked cleared · pointer only · 8758308dc6c0727f · report
profile ml-jku/baselines-rudder/baselines/logger.py official repository ran MIT recorded; this copy not marked cleared · pointer only · 98948fae5be7e92e · report
sf01 ml-jku/baselines-rudder/baselines/ppo2_rudder/ppo2_rudder.py official repository ran · violated contract MIT recorded; this copy not marked cleared · pointer only · baf2a28d376d7803 · report
lstm ml-jku/baselines-rudder/baselines/ppo2_rudder/policies.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 0ea019126f4921fd · report
make_output_format ml-jku/baselines-rudder/baselines/logger.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 71697459087eb34f · report
read_json ml-jku/baselines-rudder/baselines/logger.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 88ef5a17fc986d9a · report
rolling_window ml-jku/baselines-rudder/baselines/results_plotter.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 895ca4b776fb6d6d · report
ts2xy ml-jku/baselines-rudder/baselines/results_plotter.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 8c5b970d902942f8 · report
window_func ml-jku/baselines-rudder/baselines/results_plotter.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 43741b9339bd80da · report

Tasks

Atari GamesReinforcement LearningReinforcement Learning (RL)reinforcement-learning

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Atari Games Atari 2600 Bowling RUDDER Score 179 #9 of 44 Archive leaderboard report
Atari Games Atari 2600 Venture RUDDER Score 1350 #14 of 55 Archive leaderboard report
Atari Games Atari 2600 Yars Revenge RUDDER Score 60577 #12 of 17 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections