paper-with-me

Papers

Offline Reinforcement Learning from Images with Latent Space Models

2020-12-21 · Rafael Rafailov, Tianhe Yu, Aravind Rajeswaran, Chelsea Finn

Offline reinforcement learning (RL) refers to the problem of learning policies from a static dataset of environment interactions. Offline RL enables extensive use and re-use of historical datasets, while also alleviating safety concerns associated with online exploration, thereby expanding the real-world applicability of RL. Most prior work in offline RL has focused on tasks with compact state representations. However, the ability to learn directly from rich observation spaces like images is critical for real-world applications such as robotics. In this work, we build on recent advances in model-based algorithms for offline RL, and extend them to high-dimensional visual observation spaces. Model-based offline RL algorithms have achieved state of the art results in state based tasks and have strong theoretical guarantees. However, they rely crucially on the ability to quantify uncertainty in the model predictions, which is particularly challenging with image observations. To overcome this challenge, we propose to learn a latent-state dynamics model, and represent the uncertainty in the latent space. Our approach is both tractable in practice and corresponds to maximizing a lower bound of the ELBO in the unknown POMDP. In experiments on a range of challenging image-based locomotion and manipulation tasks, we find that our algorithm significantly outperforms previous offline model-free RL methods as well as state-of-the-art online visual model-based RL methods. Moreover, we also find that our approach excels on an image-based drawer closing task on a real robot using a pre-existing dataset. All results including videos can be found online at https://sites.google.com/view/lompo/ .

📄 PDF Abstract BibTeX arXiv:2012.11547

Code (1)

rmrafailov/lompo tf

Tasks

Offline RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

CLUE: Calibrated Latent Guidance for Offline Reinforcement Learning

2023-06-23 · Jinxin Liu, Lipeng Zu, Li He, Donglin Wang

Offline reinforcement learning (RL) aims to learn an optimal policy from pre-collected and labeled datasets, which eliminates the time-consuming data collection in online RL. However, offline RL still bears a large burde…

Imitation LearningOffline RLreinforcement-learningReinforcement Learning+1

Latent Policy Steering through One-Step Flow Policies

2026-03-05 · Hokyun Im, Andrey Kolobov, Jianlong Fu, Youngwoon Lee arxiv

Offline reinforcement learning (RL) allows robots to learn from offline datasets without risky exploration. Yet, offline RL's performance often hinges on a brittle trade-off between (1) return maximization, which can pus…

Reinforcement LearningOffline RL

PLAS: Latent Action Space for Offline Reinforcement Learning

2020-11-14 · Wenxuan Zhou, Sujay Bajracharya, David Held

The goal of offline reinforcement learning is to learn a policy from a fixed dataset, without further interactions with the environment. This setting will be an increasingly more important paradigm for real-world applica…

continuous-controlContinuous ControlDeformable Object Manipulationreinforcement-learning+2

Reasoning with Latent Diffusion in Offline Reinforcement Learning

2023-09-12 · Siddarth Venkatraman, Shivesh Khaitan, Ravi Tej Akella, John Dolan 외

Offline reinforcement learning (RL) holds promise as a means to learn high-reward policies from a static dataset, without the need for further environment interactions. However, a key challenge in offline RL lies in effe…

D4RLOffline RLQ-Learningreinforcement-learning+2

Temporal Distance-aware Transition Augmentation for Offline Model-based Reinforcement Learning

2025-05-19 · Dongsu Lee, Minhae Kwon

The goal of offline reinforcement learning (RL) is to extract a high-performance policy from the fixed datasets, minimizing performance degradation due to out-of-distribution (OOD) samples. Offline model-based RL (MBRL) …

D4RLModel-based Reinforcement LearningReinforcement Learning (RL)