Papers › Model-Based Reinforcement Learning for Atari

Model-Based Reinforcement Learning for Atari

1 Mar 2019arXiv:1903.00374archive 2025-07-28

Lukasz Kaiser, Mohammad Babaeizadeh, Piotr Milos, Blazej Osinski, Roy H. Campbell, Konrad Czechowski, Dumitru Erhan, Chelsea Finn, Piotr Kozakowski, Sergey Levine, Afroz Mohiuddin, Ryan Sepassi, George Tucker, Henryk Michalewski

Model-free reinforcement learning (RL) can be used to learn effective policies for complex tasks, such as Atari games, even from image observations. However, this typically requires very large amounts of interaction -- substantially more, in fact, than a human would need to learn the same games. How can people learn so quickly? Part of the answer may be that people can learn how the game works and predict which actions will lead to desirable outcomes. In this paper, we explore how video prediction models can similarly enable agents to solve Atari games with fewer interactions than model-free methods. We describe Simulated Policy Learning (SimPLe), a complete model-based deep RL algorithm based on video prediction models and present a comparison of several model architectures, including a novel architecture that yields the best results in our setting. Our experiments evaluate SimPLe on a range of Atari games in low data regime of 100k interactions between the agent and the environment, which corresponds to two hours of real-time play. In most games SimPLe outperforms state-of-the-art model-free algorithms, in some games by over an order of magnitude.

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

Code

Syntology Ran 15 of 21 code samples harvested from 2 repositories linked to this paper; 6 have no recorded run. Of those that ran: 5 ran · our draft was wrong; 1 ran · fixture could not drive it; 9 ran with no contract checked.

By repository: official repository: 4 samples from 1 repository, 1 ran; community (archive-listed): 17 samples from 1 repository, 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.

tensorflow/tensor2tensor officialmentioned in papermentioned on GitHubtf report
thomas-schillaci/SimPLe 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

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

5ran · our draft was wrong
1ran · fixture could not drive it
9ran
6unverified

Licence: 17 of the 21 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. “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.

Restarter tensorflow/tensor2tensor/tensor2tensor/rl/trainer_model_based.py official repository ran Apache-2.0 (permissive) · 44bf0671a31eeade · report
train_supervised tensorflow/tensor2tensor/tensor2tensor/rl/trainer_model_based.py official repository unverified Apache-2.0 (permissive) · a43b6bf6738c00ab · report
train_world_model tensorflow/tensor2tensor/tensor2tensor/rl/trainer_model_based.py official repository unverified Apache-2.0 (permissive) · 0697e8a4c6c8e81e · report
world_model_step_increment tensorflow/tensor2tensor/tensor2tensor/rl/trainer_model_based.py official repository unverified Apache-2.0 (permissive) · 7f4e91b128910dac · report
ActionInjector thomas-schillaci/SimPLe/simple/next_frame_predictor.py community (archive-listed) ran licence not identified · pointer only · 46f5f7efa2488ce5 · report
BitsPredictor thomas-schillaci/SimPLe/simple/next_frame_predictor.py community (archive-listed) ran licence not identified · pointer only · eb5b747f01be0865 · report
Container thomas-schillaci/SimPLe/simple/next_frame_predictor.py community (archive-listed) ran licence not identified · pointer only · 3f3786cc58d216a6 · report
MeanAttention thomas-schillaci/SimPLe/simple/next_frame_predictor.py community (archive-listed) ran fingerprinted licence not identified · pointer only · 46579683ae077d93 · report
MiddleNetwork thomas-schillaci/SimPLe/simple/next_frame_predictor.py community (archive-listed) ran fingerprinted licence not identified · pointer only · daf905c29d5ce6db · report
ParameterSealer thomas-schillaci/SimPLe/simple/next_frame_predictor.py community (archive-listed) ran licence not identified · pointer only · 466db63e34381d96 · report
RewardEstimator thomas-schillaci/SimPLe/simple/next_frame_predictor.py community (archive-listed) ran licence not identified · pointer only · b32c79f2cdecb3f4 · report
ValueEstimator thomas-schillaci/SimPLe/simple/next_frame_predictor.py community (archive-listed) ran fingerprinted licence not identified · pointer only · f443555aff8be5de · report
bit_to_int thomas-schillaci/SimPLe/simple/next_frame_predictor.py community (archive-listed) ran · our draft was wrong licence not identified · pointer only · de8fa36badf28fa1 · report
get_timing_signal_nd thomas-schillaci/SimPLe/simple/next_frame_predictor.py community (archive-listed) ran · our draft was wrong licence not identified · pointer only · ba50aefcc31495b3 · report
int_to_bit thomas-schillaci/SimPLe/simple/next_frame_predictor.py community (archive-listed) ran · our draft was wrong fingerprinted licence not identified · pointer only · 6e9a001a9d751bff · report
mix thomas-schillaci/SimPLe/simple/next_frame_predictor.py community (archive-listed) ran · our draft was wrong fingerprinted licence not identified · pointer only · 3ed887b5cb35096c · report
one_hot_encode thomas-schillaci/SimPLe/simple/next_frame_predictor.py community (archive-listed) ran · our draft was wrong licence not identified · pointer only · e2e902f8ee14d5c6 · report
sample_with_temperature thomas-schillaci/SimPLe/simple/next_frame_predictor.py community (archive-listed) ran · fixture could not drive it fingerprinted licence not identified · pointer only · e71f7c4a3dcf9c53 · report
NextFramePredictor thomas-schillaci/SimPLe/simple/next_frame_predictor.py community (archive-listed) unverified licence not identified · pointer only · 93ead6112daae1d2 · report
StochasticModel thomas-schillaci/SimPLe/simple/next_frame_predictor.py community (archive-listed) unverified licence not identified · pointer only · 7be2f31a986731f4 · report
standardize_frame thomas-schillaci/SimPLe/simple/next_frame_predictor.py community (archive-listed) unverified licence not identified · pointer only · c321a59458ae8d05 · report

Tasks

Atari GamesAtari Games 100kModel-based Reinforcement LearningReinforcement LearningReinforcement Learning (RL)Video Predictionmodelreinforcement-learning

Datasets

Introduced by this paper, per the archive.

Atari 100k

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Atari Games Atari games SimPLe Mean Human Normalized Score 25.3% #12 of 12 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

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