paper-with-me

Papers

Reasoning with Latent Diffusion in Offline Reinforcement Learning

2023-09-12 · Siddarth Venkatraman, Shivesh Khaitan, Ravi Tej Akella, John Dolan, Jeff Schneider, Glen Berseth

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 effectively stitching portions of suboptimal trajectories from the static dataset while avoiding extrapolation errors arising due to a lack of support in the dataset. Existing approaches use conservative methods that are tricky to tune and struggle with multi-modal data (as we show) or rely on noisy Monte Carlo return-to-go samples for reward conditioning. In this work, we propose a novel approach that leverages the expressiveness of latent diffusion to model in-support trajectory sequences as compressed latent skills. This facilitates learning a Q-function while avoiding extrapolation error via batch-constraining. The latent space is also expressive and gracefully copes with multi-modal data. We show that the learned temporally-abstract latent space encodes richer task-specific information for offline RL tasks as compared to raw state-actions. This improves credit assignment and facilitates faster reward propagation during Q-learning. Our method demonstrates state-of-the-art performance on the D4RL benchmarks, particularly excelling in long-horizon, sparse-reward tasks.

📄 PDF Abstract BibTeX arXiv:2309.06599

Code (1)

ldcq/ldcq 공식 구현 pytorch

Tasks

D4RLOffline RLQ-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Diffusion-Based Offline RL for Improved Decision-Making in Augmented ARC Task

2024-10-15 · Yunho Kim, JaeHyun Park, Heejun Kim, Sejin Kim 외

Effective long-term strategies enable AI systems to navigate complex environments by making sequential decisions over extended horizons. Similarly, reinforcement learning (RL) agents optimize decisions across sequences t…

ARCDecision MakingNavigateOffline RL+2

Offline Reinforcement Learning with Discrete Diffusion Skills

2025-03-26 · Ruixi Qiao, Jie Cheng, Xingyuan Dai, Yonglin Tian 외

Skills have been introduced to offline reinforcement learning (RL) as temporal abstractions to tackle complex, long-horizon tasks, promoting consistent behavior and enabling meaningful exploration. While skills in offlin…

DecoderOffline RLreinforcement-learningReinforcement Learning+1

LaDi-RL: Latent Diffusion Reasoning Prevents Entropy Collapse in Reinforcement Learning

2026-02-02 · Haoqiang Kang, Yizhe Zhang, Nikki Lijing Kuang, Yi-An Ma 외 arxiv

Reinforcement learning has become a central paradigm for improving LLM reasoning, but most existing methods optimize policies over discrete token sequences. This creates a mismatch between the optimization space and the …

Reinforcement LearningCode Generation

Improving Diffusion Planners by Self-Supervised Action Gating with Energies

2026-03-03 · Yuan Lu, Dongqi Han, Yansen Wang, Dongsheng Li arxiv

Diffusion planners are a strong approach for offline reinforcement learning, but they can fail when value-guided selection favours trajectories that score well yet are locally inconsistent with the environment dynamics, …

Reinforcement Learning

Prior-Guided Diffusion Planning for Offline Reinforcement Learning

2025-05-16 · Donghyeon Ki, JunHyeok Oh, Seong-Woong Shim, Byung-Jun Lee

Diffusion models have recently gained prominence in offline reinforcement learning due to their ability to effectively learn high-performing, generalizable policies from static datasets. Diffusion-based planners facilita…

Decision MakingDenoisingOffline RLreinforcement-learning+1