Papers › Reward-Conditioned Reinforcement Learning

Reward-Conditioned Reinforcement Learning

5 Mar 2026arXiv:2603.05066added by Syntology

Michal Nauman, Marek Cygan, Pieter Abbeel

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Single-task RL agents are typically trained under a fixed reward function, which limits their robustness to reward misspecification and their ability to adapt to changing preferences. We introduce Reward-Conditioned Reinforcement Learning (RCRL), an off-policy method that conditions agents on reward parameterizations while collecting experience under a single nominal objective. By recomputing counterfactual rewards from shared replay data, RCRL exposes the agent to multiple reward objectives without additional environment interaction, connecting single-task RL with ideas from multi-objective and multi-task learning. Across single-task, multi-task, and vision-based benchmarks, RCRL improves sample efficiency under the nominal reward parameterization, enables efficient adaptation to new parameterizations, and supports zero-shot behavioral adjustment at deployment. Our results show that RCRL provides a scalable mechanism for learning robust, steerable policies without sacrificing the simplicity of single-task training.

PaperPDFCode 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="2603.05066")

Code

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

By repository: found in paper text by Syntology: 29 samples from 3 repositories, 14 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

naumix/BiggerRegularizedOptimistic found in paper text by Syntology report
DAVIAN-Robotics/SimbaV2 found in paper text by Syntology report
naumix/BiggerRegularizedCategorical found in paper text by Syntology report
sukhijab/maxinforl_jax found in paper text by Syntology report

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

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

4ran · our draft was wrong
10ran
15unverified

Licence: 1 of the 29 samples is 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.

BroNet naumix/BiggerRegularizedCategorical/jaxrl/agent/brc_learner.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 397e1bc43033edf4 · report
BronetBlock naumix/BiggerRegularizedCategorical/jaxrl/agent/brc_learner.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 03073dfb6f111e5e · report
Critic naumix/BiggerRegularizedCategorical/jaxrl/agent/brc_learner.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 5366a0d342198b2d · report
Model naumix/BiggerRegularizedCategorical/jaxrl/agent/brc_learner.py found in paper text by Syntology ran MIT (permissive) · 6e0a024aaf80cb02 · report
Network DAVIAN-Robotics/SimbaV2/scale_rl/agents/simbaV2/simbaV2_update.py found in paper text by Syntology ran Apache-2.0 (permissive) · ebeac4bf6f7894e1 · report
QValue naumix/BiggerRegularizedCategorical/jaxrl/agent/brc_learner.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 8f9ccab1e13cfe0d · report
QValueEnsemble naumix/BiggerRegularizedCategorical/jaxrl/agent/brc_learner.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 0aefeaa0335502ec · report
SaveState naumix/BiggerRegularizedCategorical/jaxrl/agent/brc_learner.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · c1a7eb383274fee4 · report
TaskEmbedding naumix/BiggerRegularizedCategorical/jaxrl/agent/brc_learner.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · aed2ac4c0802bf40 · report
Temperature naumix/BiggerRegularizedCategorical/jaxrl/agent/brc_learner.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 610fb1dffadf66a3 · report
_sample_actions naumix/BiggerRegularizedCategorical/jaxrl/agent/brc_learner.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · fda9e4a1fa4ace30 · report
categorical_td_loss DAVIAN-Robotics/SimbaV2/scale_rl/agents/simbaV2/simbaV2_update.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · c5c64da0a5960795 · report
default_init naumix/BiggerRegularizedCategorical/jaxrl/agent/brc_learner.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 7e1b1dbdf882411b · report
l2normalize_layer DAVIAN-Robotics/SimbaV2/scale_rl/agents/simbaV2/simbaV2_update.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · 23df276ac0da323e · report
BRC naumix/BiggerRegularizedCategorical/jaxrl/agent/brc_learner.py found in paper text by Syntology unverified MIT (permissive) · 78dfe812847082e4 · report
NormalTanhPolicy naumix/BiggerRegularizedCategorical/jaxrl/agent/brc_learner.py found in paper text by Syntology unverified MIT (permissive) · 26d8c136c86d1253 · report
_do_multiple_updates naumix/BiggerRegularizedCategorical/jaxrl/agent/brc_learner.py found in paper text by Syntology unverified MIT (permissive) · 96a825f1c022acb2 · report
_get_infos naumix/BiggerRegularizedCategorical/jaxrl/agent/brc_learner.py found in paper text by Syntology unverified MIT (permissive) · 935d551cc3f84f79 · report
_get_temperature naumix/BiggerRegularizedCategorical/jaxrl/agent/brc_learner.py found in paper text by Syntology unverified MIT (permissive) · 25af93d5355ed0b1 · report
_update naumix/BiggerRegularizedCategorical/jaxrl/agent/brc_learner.py found in paper text by Syntology unverified MIT (permissive) · 1c86b0474645b17c · report
build_actor_input naumix/BiggerRegularizedCategorical/jaxrl/agent/brc_learner.py found in paper text by Syntology unverified MIT (permissive) · 4098c0fa523794b2 · report
clip sukhijab/maxinforl_jax/maxinforl_jax/agents/drqv2/actor.py found in paper text by Syntology unverified licence not identified · pointer only · 21c74a14da22835c · report
l2normalize_network DAVIAN-Robotics/SimbaV2/scale_rl/agents/simbaV2/simbaV2_update.py found in paper text by Syntology unverified Apache-2.0 (permissive) · c0a8dc3a4cf1fc77 · report
tree_map_until_match DAVIAN-Robotics/SimbaV2/scale_rl/agents/simbaV2/simbaV2_update.py found in paper text by Syntology unverified Apache-2.0 (permissive) · a87910580e169679 · report
update_actor naumix/BiggerRegularizedCategorical/jaxrl/agent/brc_learner.py found in paper text by Syntology unverified MIT (permissive) · c6bff04ee9e498a2 · report
update_critic naumix/BiggerRegularizedCategorical/jaxrl/agent/brc_learner.py found in paper text by Syntology unverified MIT (permissive) · 19351a39d87660f8 · report
update_critic DAVIAN-Robotics/SimbaV2/scale_rl/agents/simbaV2/simbaV2_update.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 715e080110f0be4c · report
update_target_critic naumix/BiggerRegularizedCategorical/jaxrl/agent/brc_learner.py found in paper text by Syntology unverified MIT (permissive) · 739f5696cfb832fc · report
update_temperature naumix/BiggerRegularizedCategorical/jaxrl/agent/brc_learner.py found in paper text by Syntology unverified MIT (permissive) · 359b630f0fc733a0 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2603.05066, was issued in March 2026, after that date, so the archive has no leaderboard rows for it.

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