Papers › Off-Policy Deep Reinforcement Learning without Exploration

Off-Policy Deep Reinforcement Learning without Exploration

7 Dec 2018arXiv:1812.02900archive 2025-07-28

Scott Fujimoto, David Meger, Doina Precup

Many practical applications of reinforcement learning constrain agents to learn from a fixed batch of data which has already been gathered, without offering further possibility for data collection. In this paper, we demonstrate that due to errors introduced by extrapolation, standard off-policy deep reinforcement learning algorithms, such as DQN and DDPG, are incapable of learning with data uncorrelated to the distribution under the current policy, making them ineffective for this fixed batch setting. We introduce a novel class of off-policy algorithms, batch-constrained reinforcement learning, which restricts the action space in order to force the agent towards behaving close to on-policy with respect to a subset of the given data. We present the first continuous control deep reinforcement learning algorithm which can learn effectively from arbitrary, fixed batch data, and empirically demonstrate the quality of its behavior in several tasks.

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

Code

Syntology Ran 13 of 14 code samples harvested from 6 repositories linked to this paper; 1 has no recorded run. Of those that ran: 1 ran · honoured contract; 12 ran with no contract checked.

By repository: community (archive-listed): 14 samples from 6 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.

sfujim/BCQ officialmentioned in papermentioned on GitHubpytorch report
AurelianTactics/bcq_tensorflow mentioned on GitHubtf report
haosulab/ManiSkill-Learn mentioned on GitHubpytorchApache-2.0 report
massquantity/DBRL mentioned on GitHubpytorch report
maziarg/PrivAttack-BCQ mentioned on GitHubpytorch report
sparkmxy/my-offlinerl mentioned on GitHubpytorch report
takuseno/d3rlpy mentioned on GitHubpytorchMIT report
theSparta/off_policy_mujoco mentioned on GitHubpytorch report
thxsxth/POMDP_RLSepsis mentioned 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

14 samples harvested; 13 ran; 1 honoured the contract we drafted; 1 has 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 · honoured contract
12ran
1unverified

Licence: 9 of the 14 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 6 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.

Actor theSparta/off_policy_mujoco/RSEM.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · a4c895a75dcac04b · report
Actor maziarg/PrivAttack-BCQ/continuous_BCQ/BCQ.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · fa0f609acc14b1b7 · report
Actor thxsxth/POMDP_RLSepsis/RL/other RL attempts/BCQ_models.py community (archive-listed) ran no licence file found · pointer only · f8f318e0c81d2112 · report
BCQ massquantity/DBRL/dbrl/models/bcq.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · c9c4a9b681f93589 · report
BCQ maziarg/PrivAttack-BCQ/continuous_BCQ/BCQ.py community (archive-listed) ran MIT (permissive) · b1e9a6c042a3aa75 · report
BCQ thxsxth/POMDP_RLSepsis/RL/other RL attempts/BCQ_models.py community (archive-listed) ran no licence file found · pointer only · c582768c3f585aac · report
BCQPolicy sparkmxy/my-offlinerl/offlinerl/algo/modelfree/bcq.py community (archive-listed) ran no licence file found · pointer only · d0ff87764918534f · report
Critic theSparta/off_policy_mujoco/RSEM.py community (archive-listed) ran · metamorphic tier: deterministic no licence file found · pointer only · 5bd57f3d9b802889 · report
Critic maziarg/PrivAttack-BCQ/continuous_BCQ/BCQ.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · 48b14528ccc28930 · report
RSEM theSparta/off_policy_mujoco/RSEM.py community (archive-listed) ran no licence file found · pointer only · 39b2df9b5836adaa · report
VAE maziarg/PrivAttack-BCQ/continuous_BCQ/BCQ.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · a10b65bd9d484e03 · report
VAE thxsxth/POMDP_RLSepsis/RL/other RL attempts/BCQ_models.py community (archive-listed) ran no licence file found · pointer only · e3a9f4f45dc4af4e · report
simplex_sample theSparta/off_policy_mujoco/RSEM.py community (archive-listed) ran · honoured contract fingerprinted no licence file found · pointer only · b5629ba35995f571 · report
BCQ HzcIrving/DLRL-PlayGround/Offline RL/BCQ/BCQ.py community (archive-listed) unverified MIT (permissive) · 8c05bd3cd12f39cd · report

Tasks

Continuous ControlDeep Reinforcement LearningReinforcement LearningReinforcement Learning (RL)continuous-controlreinforcement-learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AdamBatch NormalizationConvolutionDDPGDQNDense ConnectionsExperience ReplayQ-LearningReLUWeight Decay

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