Papers › Stochastic Latent Actor-Critic: Deep Reinforcement Learning with a Latent Variable Model

Stochastic Latent Actor-Critic: Deep Reinforcement Learning with a Latent Variable Model

1 Jul 2019NeurIPS 2020 12arXiv:1907.00953archive 2025-07-28

Alex X. Lee, Anusha Nagabandi, Pieter Abbeel, Sergey Levine

Deep reinforcement learning (RL) algorithms can use high-capacity deep networks to learn directly from image observations. However, these high-dimensional observation spaces present a number of challenges in practice, since the policy must now solve two problems: representation learning and task learning. In this work, we tackle these two problems separately, by explicitly learning latent representations that can accelerate reinforcement learning from images. We propose the stochastic latent actor-critic (SLAC) algorithm: a sample-efficient and high-performing RL algorithm for learning policies for complex continuous control tasks directly from high-dimensional image inputs. SLAC provides a novel and principled approach for unifying stochastic sequential models and RL into a single method, by learning a compact latent representation and then performing RL in the model's learned latent space. Our experimental evaluation demonstrates that our method outperforms both model-free and model-based alternatives in terms of final performance and sample efficiency, on a range of difficult image-based control tasks. Our code and videos of our results are available at our website.

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

Code

Syntology Ran 3 of 11 code samples harvested from 4 repositories linked to this paper; 8 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 1 ran · fixture could not drive it.

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

alexlee-gk/slac mentioned on GitHubtf report
fgitmichael/SVAEfromSLAC mentioned on GitHubpytorchMIT report
fgitmichael/TestModeDisentangling mentioned on GitHubpytorchMIT report
ku2482/rljax mentioned on GitHubjaxMIT report
ku2482/slac.pytorch mentioned on GitHubpytorchMIT report
lava-lab/safe-slac mentioned on GitHubpytorchMIT report
safe-slac/safe-slac mentioned on GitHubpytorchMIT report
toshikwa/slac.pytorch mentioned on GitHubpytorchMIT report
yusukeurakami/slac-playground 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

11 samples harvested; 3 ran; 0 honoured the contract we drafted; 8 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.

2ran · our draft was wrong
1ran · fixture could not drive it
8unverified

Licence: 0 of the 11 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.

build_mlp ku2482/slac.pytorch/slac/utils.py community (archive-listed) ran · our draft was wrong MIT (permissive) · c511268a73d82fc6 · report
get_train_eval_dir alexlee-gk/slac/slac/agents/slac/examples/v1/train_eval.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 5f66e761fbab47db · report
pad_and_concatenate_videos alexlee-gk/slac/slac/agents/slac/examples/v1/train_eval.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · 445310dc406996c6 · report
build_mlp lava-lab/safe-slac/slac/utils.py community (archive-listed) unverified MIT (permissive) · bcd2f30df5201848 · report
calc_kl_divergence fgitmichael/SVAEfromSLAC/code/utils.py community (archive-listed) unverified MIT (permissive) · f30217e64bc444de · report
calculate_gaussian_log_prob ku2482/slac.pytorch/slac/utils.py community (archive-listed) unverified MIT (permissive) · 749c89653f96f209 · report
create_feature_actions ku2482/slac.pytorch/slac/utils.py community (archive-listed) unverified MIT (permissive) · c17d4065283d4027 · report
create_feature_actions fgitmichael/SVAEfromSLAC/code/utils.py community (archive-listed) unverified MIT (permissive) · 6ef32f14e01dbc6c · report
create_linear_network fgitmichael/SVAEfromSLAC/code/network/base.py community (archive-listed) unverified MIT (permissive) · cbde590787975d24 · report
make_safety lava-lab/safe-slac/slac/env.py community (archive-listed) unverified MIT (permissive) · c63d0b541a34fef9 · report
sample_reproduction lava-lab/safe-slac/slac/utils.py community (archive-listed) unverified MIT (permissive) · f958d15bc44a28f7 · report

Tasks

Continuous ControlDeep Reinforcement LearningReinforcement LearningReinforcement Learning (RL)Representation Learningcontinuous-controlreinforcement-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