Papers › rlpyt: A Research Code Base for Deep Reinforcement Learning in PyTorch

rlpyt: A Research Code Base for Deep Reinforcement Learning in PyTorch

3 Sep 2019arXiv:1909.01500archive 2025-07-28

Adam Stooke, Pieter Abbeel

Since the recent advent of deep reinforcement learning for game play and simulated robotic control, a multitude of new algorithms have flourished. Most are model-free algorithms which can be categorized into three families: deep Q-learning, policy gradients, and Q-value policy gradients. These have developed along separate lines of research, such that few, if any, code bases incorporate all three kinds. Yet these algorithms share a great depth of common deep reinforcement learning machinery. We are pleased to share rlpyt, which implements all three algorithm families on top of a shared, optimized infrastructure, in a single repository. It contains modular implementations of many common deep RL algorithms in Python using PyTorch, a leading deep learning library. rlpyt is designed as a high-throughput code base for small- to medium-scale research in deep RL. This white paper summarizes its features, algorithms implemented, and relation to prior work, and concludes with detailed implementation and usage notes. rlpyt is available at https://github.com/astooke/rlpyt.

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="1909.01500")

Code

Syntology Ran 0 of 10 code samples harvested from 3 repositories linked to this paper; 10 have no recorded run.

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

astooke/rlpyt officialmentioned in papermentioned on GitHubpytorchMIT report
Improbable-AI/curiosity_baselines mentioned on GitHubpytorchMIT report
RexGLiu/rlpyt_crbp mentioned on GitHubpytorchMIT report
akterskii/rlpyt mentioned on GitHubpytorchMIT report
alexsax/testing_rlpyt mentioned on GitHubpytorchnot reachable when probed 2026-09-17 — repositories for recent papers often appear after camera-ready report
eac-replication/eac-replication mentioned on GitHubpytorchMIT report
improbable-ai/eipo mentioned on GitHubpytorchMIT report
mariuslindegaard/curiosity_baselines mentioned on GitHubpytorchMIT report
sarahisyoung/rlpyt mentioned on GitHubpytorchMIT 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

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

10unverified

Licence: 0 of the 10 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.

conv2d_output_shape Improbable-AI/curiosity_baselines/rlpyt/models/utils.py community (archive-listed) unverified MIT (permissive) · fc2d9d7f350a539e · report
default_category_choice mariuslindegaard/curiosity_baselines/rlpyt/models/curiosity/online_fuzzy_art.py community (archive-listed) unverified MIT (permissive) · 06fff5432ff7085e · report
fa_cluster mariuslindegaard/curiosity_baselines/rlpyt/models/curiosity/fuzzy_art.py community (archive-listed) unverified MIT (permissive) · 2bd3443af64af7d2 · report
fuzzy_and mariuslindegaard/curiosity_baselines/rlpyt/models/curiosity/fuzzy_art.py community (archive-listed) unverified MIT (permissive) · 0967a632ede688b0 · report
get_category mariuslindegaard/curiosity_baselines/graph.py community (archive-listed) unverified MIT (permissive) · c47f024ee204904a · report
max_norm mariuslindegaard/curiosity_baselines/rlpyt/models/curiosity/fuzzy_art.py community (archive-listed) unverified MIT (permissive) · 68ccf52cd821bb33 · report
max_norm mariuslindegaard/curiosity_baselines/rlpyt/models/curiosity/online_fuzzy_art.py community (archive-listed) unverified MIT (permissive) · 97382e35222ebaf9 · report
preprocess mariuslindegaard/curiosity_baselines/graph.py community (archive-listed) unverified MIT (permissive) · 42314ae14e08b822 · report
strip_ddp_state_dict Improbable-AI/curiosity_baselines/rlpyt/models/utils.py community (archive-listed) unverified MIT (permissive) · 6b1cccb4333e7320 · report
strip_ddp_state_dict akterskii/rlpyt/rlpyt/models/utils.py community (archive-listed) unverified MIT (permissive) · 1a929bb446f49571 · report

Tasks

Deep Reinforcement LearningQ-LearningReinforcement LearningReinforcement Learning (RL)reinforcement-learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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