Papers › Beyond The Rainbow: High Performance Deep Reinforcement Learning on a Desktop PC

Beyond The Rainbow: High Performance Deep Reinforcement Learning on a Desktop PC

6 Nov 2024arXiv:2411.03820archive 2025-07-28

Tyler Clark, Mark Towers, Christine Evers, Jonathon Hare

Rainbow Deep Q-Network (DQN) demonstrated combining multiple independent enhancements could significantly boost a reinforcement learning (RL) agent's performance. In this paper, we present "Beyond The Rainbow" (BTR), a novel algorithm that integrates six improvements from across the RL literature to Rainbow DQN, establishing a new state-of-the-art for RL using a desktop PC, with a human-normalized interquartile mean (IQM) of 7.4 on Atari-60. Beyond Atari, we demonstrate BTR's capability to handle complex 3D games, successfully training agents to play Super Mario Galaxy, Mario Kart, and Mortal Kombat with minimal algorithmic changes. Designing BTR with computational efficiency in mind, agents can be trained using a high-end desktop PC on 200 million Atari frames within 12 hours. Additionally, we conduct detailed ablation studies of each component, analyzing the performance and impact using numerous measures. Code is available at https://github.com/VIPTankz/BTR.

PaperPDFCodeCode 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="2411.03820")

Code

Syntology Ran 13 of 25 code samples harvested from 3 repositories linked to this paper; 12 have no recorded run. Of those that ran: 3 ran · our draft was wrong; 10 ran with no contract checked.

By repository: official repository: 4 samples from 1 repository, 0 ran; community (archive-listed): 21 samples from 2 repositories, 13 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

viptankz/btr officialmentioned in paperpytorchMIT 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

25 samples harvested; 13 ran; 0 honoured the contract we drafted; 12 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.

3ran · our draft was wrong
10ran
12unverified

Licence: 21 of the 25 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 3 repositories linked to this paper, official or community; each sample names its own and says which. “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.

choose_eval_action VIPTankz/BTR/Agent.py official repository unverified MIT (permissive) · 5702ceae0fbebc7b · report
create_experience VIPTankz/BTR/PER.py official repository unverified MIT (permissive) · b7f6c4806f2bb9ff · report
moving_average VIPTankz/BTR/Analytic.py official repository unverified MIT (permissive) · b47df527aff11259 · report
randomise_action_batch VIPTankz/BTR/Agent.py official repository unverified MIT (permissive) · 48242805f8b06f3a · report
Analytics rickyegl/BeyondTheRainbowICLR/Agent.py community (archive-listed) ran no licence file found · pointer only · ebfa2628b0000e65 · report
Dueling rickyegl/BeyondTheRainbowICLR/Agent.py community (archive-listed) ran fingerprinted no licence file found · pointer only · bacc2cddb664bea4 · report
EpsilonGreedy rickyegl/BeyondTheRainbowICLR/Agent.py community (archive-listed) ran no licence file found · pointer only · 17e8fcddd3188058 · report
FactorizedNoisyLinear rickyegl/BeyondTheRainbowICLR/Agent.py community (archive-listed) ran no licence file found · pointer only · 4d142f883464d0f9 · report
ImpalaCNNBlock rickyegl/BeyondTheRainbowICLR/Agent.py community (archive-listed) ran fingerprinted no licence file found · pointer only · 888002b8a86e5a03 · report
ImpalaCNNLargeC51 rickyegl/BeyondTheRainbowICLR/Agent.py community (archive-listed) ran no licence file found · pointer only · e9e1b699914b69e5 · report
ImpalaCNNResidual rickyegl/BeyondTheRainbowICLR/Agent.py community (archive-listed) ran no licence file found · pointer only · 41b0ef198d33a0be · report
NoisyLinear rickyegl/BeyondTheRainbowICLR/Agent.py community (archive-listed) ran no licence file found · pointer only · 9e6f2536b7248907 · report
PER rickyegl/BeyondTheRainbowICLR/Agent.py community (archive-listed) ran no licence file found · pointer only · 5cbd6045f5cc87d7 · report
SumTree rickyegl/BeyondTheRainbowICLR/Agent.py community (archive-listed) ran no licence file found · pointer only · 20c72900e5bac6d6 · report
calculate_huber_loss rickyegl/BeyondTheRainbowICLR/Agent.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · 7c1d5bc9f897b0cf · report
distr_projection rickyegl/BeyondTheRainbowICLR/Agent.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · 8f1b5f746f353929 · report
randomise_action_batch rickyegl/BeyondTheRainbowICLR/Agent.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · 421450b8959b8fd6 · report
Agent rickyegl/BeyondTheRainbowICLR/Agent.py community (archive-listed) unverified no licence file found · pointer only · 286da1c5eb5d8dde · report
Agent rickyegl/BeyondTheRainbowM/Agent.py community (archive-listed) unverified no licence file found · pointer only · 45091c96548faa63 · report
ImpalaCNNLarge rickyegl/BeyondTheRainbowICLR/Agent.py community (archive-listed) unverified no licence file found · pointer only · 5b8f960bf199e9b6 · report
ImpalaCNNLargeIQN rickyegl/BeyondTheRainbowICLR/Agent.py community (archive-listed) unverified no licence file found · pointer only · 2fda2e0b0dc97a26 · report
ImpalaCNNLargeIQN rickyegl/BeyondTheRainbowM/Agent.py community (archive-listed) unverified no licence file found · pointer only · 63f4b89e2f29bee0 · report
NatureIQN rickyegl/BeyondTheRainbowICLR/Agent.py community (archive-listed) unverified no licence file found · pointer only · adf5a79486613798 · report
create_network rickyegl/BeyondTheRainbowICLR/Agent.py community (archive-listed) unverified no licence file found · pointer only · 0a3ccb7803118980 · report
create_network rickyegl/BeyondTheRainbowM/Agent.py community (archive-listed) unverified no licence file found · pointer only · de954c232508133f · report

Tasks

Computational EfficiencyDeep Reinforcement LearningReinforcement Learning (RL)

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

ConvolutionDQNDense ConnectionsDouble Q-learningDueling NetworkN-step ReturnsNoisy Linear LayerPrioritized Experience ReplayQ-LearningRainbow DQN

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