Papers › Deep Reinforcement Learning in a Handful of Trials using Probabilistic Dynamics Models

Deep Reinforcement Learning in a Handful of Trials using Probabilistic Dynamics Models

30 May 2018NeurIPS 2018 12arXiv:1805.12114archive 2025-07-28

Kurtland Chua, Roberto Calandra, Rowan Mcallister, Sergey Levine

Model-based reinforcement learning (RL) algorithms can attain excellent sample efficiency, but often lag behind the best model-free algorithms in terms of asymptotic performance. This is especially true with high-capacity parametric function approximators, such as deep networks. In this paper, we study how to bridge this gap, by employing uncertainty-aware dynamics models. We propose a new algorithm called probabilistic ensembles with trajectory sampling (PETS) that combines uncertainty-aware deep network dynamics models with sampling-based uncertainty propagation. Our comparison to state-of-the-art model-based and model-free deep RL algorithms shows that our approach matches the asymptotic performance of model-free algorithms on several challenging benchmark tasks, while requiring significantly fewer samples (e.g., 8 and 125 times fewer samples than Soft Actor Critic and Proximal Policy Optimization respectively on the half-cheetah task).

PaperPDFConference PDFCodeCode 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="1805.12114")

Code

Syntology Ran 12 of 19 code samples harvested from 4 repositories linked to this paper; 7 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · our draft was wrong; 3 ran · fixture could not drive it; 6 ran with no contract checked.

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

kchua/handful-of-trials officialmentioned in papermentioned on GitHubtfMIT report
ByMic/PETS mentioned on GitHubpytorch report
facebookresearch/mbrl-lib mentioned on GitHubpytorchMIT report
github-jnauta/pytorch-pne mentioned on GitHubpytorch report
jingwu6/handful-of-trials-in-pytorch mentioned on GitHubpytorch report
natolambert/dynamicslearn mentioned on GitHubpytorch report
quanvuong/handful-of-trials-pytorch mentioned on GitHubpytorch report
sradicwebster/mbrl-lib 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

19 samples harvested; 12 ran; 1 honoured the contract we drafted; 7 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.

1ran · honoured contract
2ran · our draft was wrong
3ran · fixture could not drive it
6ran
7unverified

Licence: 17 of the 19 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 4 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.

BNN jingwu6/handful-of-trials-in-pytorch/modeling/models/BNN.py community (archive-listed) ran no licence file found · pointer only · f13fc61d4b56b01e · report
CEMOptimizer quanvuong/handful-of-trials-pytorch/MPC.py community (archive-listed) ran no licence file found · pointer only · eeb421621d540f5f · report
Controller quanvuong/handful-of-trials-pytorch/MPC.py community (archive-listed) ran no licence file found · pointer only · e4ea9ddc4d8483c2 · report
DNN ByMic/PETS/utils/ensemble.py community (archive-listed) ran no licence file found · pointer only · 5ca4e528d445b8bb · report
Optimizer quanvuong/handful-of-trials-pytorch/MPC.py community (archive-listed) ran no licence file found · pointer only · 5938fc919ec8c9ab · report
PNN ByMic/PETS/utils/ensemble.py community (archive-listed) ran no licence file found · pointer only · a9c1528dfcc4652a · report
get_required_argument quanvuong/handful-of-trials-pytorch/MPC.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · 4eb5226056a1f70f · report
normalize_deltas ByMic/PETS/utils/ensemble.py community (archive-listed) ran · fixture could not drive it no licence file found · pointer only · 8a600321cfd91f4d · report
normalize_obs ByMic/PETS/utils/ensemble.py community (archive-listed) ran · fixture could not drive it no licence file found · pointer only · f1b4f8263ddf0967 · report
shuffle_rows quanvuong/handful-of-trials-pytorch/MPC.py community (archive-listed) ran · honoured contract fingerprinted no licence file found · pointer only · 14a3c589a22e7e32 · report
silu ByMic/PETS/utils/ensemble.py community (archive-listed) ran · our draft was wrong fingerprinted no licence file found · pointer only · 35f8aeec75f44df1 · report
unnormalize_deltas ByMic/PETS/utils/ensemble.py community (archive-listed) ran · fixture could not drive it no licence file found · pointer only · 09253c3b2b54a147 · report
Ensemble ByMic/PETS/utils/ensemble.py community (archive-listed) unverified no licence file found · pointer only · 1c0e747272c22445 · report
EnsembleNN natolambert/dynamicslearn/learn/models/model_ensemble_nn.py community (archive-listed) unverified MIT (permissive) · d45086d0d8ac50af · report
GeneralNN natolambert/dynamicslearn/learn/models/model_ensemble_nn.py community (archive-listed) unverified MIT (permissive) · d696ce3649bc23c0 · report
MPC quanvuong/handful-of-trials-pytorch/MPC.py community (archive-listed) unverified no licence file found · pointer only · 88a7bccc5d349061 · report
get_affine_params jingwu6/handful-of-trials-in-pytorch/modeling/models/BNN.py community (archive-listed) unverified no licence file found · pointer only · 139faffd313f0eb3 · report
init_weights ByMic/PETS/utils/ensemble.py community (archive-listed) unverified no licence file found · pointer only · 48fe26920f96d27b · report
truncated_normal jingwu6/handful-of-trials-in-pytorch/modeling/models/BNN.py community (archive-listed) unverified no licence file found · pointer only · 24b8d2393ffaa19e · report

Tasks

Deep Reinforcement LearningModel-based Reinforcement LearningReinforcement LearningReinforcement Learning (RL)reinforcement-learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AdamDense ConnectionsExperience ReplayReLUSoft Actor Critic

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