Papers › Learning to reinforcement learn

Learning to reinforcement learn

17 Nov 2016arXiv:1611.05763archive 2025-07-28

Jane. X. Wang, Zeb Kurth-Nelson, Dhruva Tirumala, Hubert Soyer, Joel Z. Leibo, Remi Munos, Charles Blundell, Dharshan Kumaran, Matt Botvinick

In recent years deep reinforcement learning (RL) systems have attained superhuman performance in a number of challenging task domains. However, a major limitation of such applications is their demand for massive amounts of training data. A critical present objective is thus to develop deep RL methods that can adapt rapidly to new tasks. In the present work we introduce a novel approach to this challenge, which we refer to as deep meta-reinforcement learning. Previous work has shown that recurrent networks can support meta-learning in a fully supervised context. We extend this approach to the RL setting. What emerges is a system that is trained using one RL algorithm, but whose recurrent dynamics implement a second, quite separate RL procedure. This second, learned RL algorithm can differ from the original one in arbitrary ways. Importantly, because it is learned, it is configured to exploit structure in the training domain. We unpack these points in a series of seven proof-of-concept experiments, each of which examines a key aspect of deep meta-RL. We consider prospects for extending and scaling up the approach, and also point out some potentially important implications for neuroscience.

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

Code

Syntology Ran 3 of 15 code samples harvested from 2 repositories linked to this paper; 12 have no recorded run. Of those that ran: 3 ran · our draft was wrong.

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

Phutoast/Learning2RL mentioned on GitHubtf report
RobvanGastel/meta-rl-algorithms mentioned on GitHubpytorchMIT report
awjuliani/Meta-RL mentioned on GitHubtfMIT report
bkhmsi/meta-rl-harlow mentioned on GitHubpytorch report
gomerudo/nas-dmrl mentioned on GitHubtfMIT report
gomerudo/openai-baselines mentioned on GitHubtfMIT report
katalinic/l2rl mentioned on GitHubtf report
mtrazzi/two-step-task mentioned on GitHubtfMIT 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

15 samples harvested; 3 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
12unverified

Licence: 12 of the 15 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 2 repositories linked to this paper, official or community; each sample names its own and says which. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.

normalized_columns_initializer awjuliani/Meta-RL/helper.py community (archive-listed) ran · our draft was wrong MIT (permissive) · ef2d50dfca29c664 · report
register gomerudo/openai-baselines/baselines/common/models.py community (archive-listed) ran · our draft was wrong MIT recorded; this copy not marked cleared · pointer only · a44574392d168384 · report
cat_entropy gomerudo/openai-baselines/baselines/a2c/utils.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · a3b4038f4e9b9479 · report
cat_entropy_softmax gomerudo/openai-baselines/baselines/a2c/utils.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 7082b4bbc0d9384f · report
discount awjuliani/Meta-RL/helper.py community (archive-listed) unverified MIT (permissive) · fb210a4cf2658a85 · report
make_output_format gomerudo/openai-baselines/baselines/logger.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 817d5caf0e3d3706 · report
profile gomerudo/openai-baselines/baselines/logger.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 8455885a0d199802 · report
read_json gomerudo/openai-baselines/baselines/logger.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 88ef5a17fc986d9a · report
rolling_window gomerudo/openai-baselines/baselines/results_plotter.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 895ca4b776fb6d6d · report
sample gomerudo/openai-baselines/baselines/a2c/utils.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 178099b1f8fb2b9d · report
ts2xy gomerudo/openai-baselines/baselines/results_plotter.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 4ab4ad5ff9820e39 · report
update_target_graph awjuliani/Meta-RL/helper.py community (archive-listed) unverified MIT (permissive) · 5b304b9263d3a70a · report
window_func gomerudo/openai-baselines/baselines/results_plotter.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 43741b9339bd80da · report
layer_init identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · e01d3118f70d5b05 · report
collect_evaluation_data identical code first harvested elsewhere unverified licence of this copy not recorded · a31c91d734c04428 · report

Tasks

Deep Reinforcement LearningMeta Reinforcement LearningMeta-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