paper-with-me

Papers

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

2019-07-01 · NeurIPS 2020 12 · 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.

📄 PDF Abstract BibTeX arXiv:1907.00953

Code (9)

alexlee-gk/slac tf
fgitmichael/SVAEfromSLAC pytorch
fgitmichael/TestModeDisentangling pytorch
ku2482/rljax jax
ku2482/slac.pytorch pytorch
lava-lab/safe-slac pytorch
safe-slac/safe-slac pytorch
toshikwa/slac.pytorch pytorch
yusukeurakami/slac-playground pytorch

Tasks

continuous-controlContinuous ControlDeep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)Representation Learning

Similar Papers 제목 키워드 기반

Latent State Marginalization as a Low-cost Approach for Improving Exploration

2022-10-03 · Dinghuai Zhang, Aaron Courville, Yoshua Bengio, Qinqing Zheng 외

While the maximum entropy (MaxEnt) reinforcement learning (RL) framework -- often touted for its exploration and robustness capabilities -- is usually motivated from a probabilistic perspective, the use of deep probabili…

continuous-controlContinuous ControlReinforcement Learning (RL)SMAC+1

Safe Reinforcement Learning From Pixels Using a Stochastic Latent Representation

2022-10-02 · Yannick Hogewind, Thiago D. Simao, Tal Kachman, Nils Jansen

We address the problem of safe reinforcement learning from pixel observations. Inherent challenges in such settings are (1) a trade-off between reward optimization and adhering to safety constraints, (2) partial observab…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Safe Reinforcement Learning

Stochastic Actor-Executor-Critic for Image-to-Image Translation

2021-12-14 · Ziwei Luo, Jing Hu, Xin Wang, Siwei Lyu 외

Training a model-free deep reinforcement learning model to solve image-to-image translation is difficult since it involves high-dimensional continuous state and action spaces. In this paper, we draw inspiration from the …

continuous-controlContinuous ControlDeep Reinforcement LearningImage-to-Image Translation+4

Provable Rich Observation Reinforcement Learning with Combinatorial Latent States

2021-01-01 · ICLR 2021 1 · Dipendra Misra, Qinghua Liu, Chi Jin, John Langford

We propose a novel setting for reinforcement learning that combines two common real-world difficulties: presence of observations (such as camera images) and factored states (such as location of objects). In our setting, …

Contrastive Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Steering Generative Reinforcement Learning into Stable Robotic Controller

2026-06-15 · Yixuan Wang, Shutong Ding, Ke Hu, Tianxiang Gui 외 arxiv

Diffusion and flow-based generative policies provide a powerful policy class for reinforcement learning by inducing rich stochastic exploration through iterative action generation. However, the stochasticity of diffusion…

Reinforcement Learning