paper-with-me

Papers

Maximum diffusion reinforcement learning

2023-09-26 · Thomas A. Berrueta, Allison Pinosky, Todd D. Murphey

Robots and animals both experience the world through their bodies and senses. Their embodiment constrains their experiences, ensuring they unfold continuously in space and time. As a result, the experiences of embodied agents are intrinsically correlated. Correlations create fundamental challenges for machine learning, as most techniques rely on the assumption that data are independent and identically distributed. In reinforcement learning, where data are directly collected from an agent's sequential experiences, violations of this assumption are often unavoidable. Here, we derive a method that overcomes this issue by exploiting the statistical mechanics of ergodic processes, which we term maximum diffusion reinforcement learning. By decorrelating agent experiences, our approach provably enables single-shot learning in continuous deployments over the course of individual task attempts. Moreover, we prove our approach generalizes well-known maximum entropy techniques, and robustly exceeds state-of-the-art performance across popular benchmarks. Our results at the nexus of physics, learning, and control form a foundation for transparent and reliable decision-making in embodied reinforcement learning agents.

📄 PDF Abstract BibTeX arXiv:2309.15293

Code (1)

murpheylab/maxdiffrl 공식 구현 pytorch

Tasks

Decision Makingreinforcement-learningReinforcement LearningSelf-Driving Cars

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 제목 키워드 기반

DIME:Diffusion-Based Maximum Entropy Reinforcement Learning

2025-02-04 · Onur Celik, Zechu Li, Denis Blessing, Ge Li 외

Maximum entropy reinforcement learning (MaxEnt-RL) has become the standard approach to RL due to its beneficial exploration properties. Traditionally, policies are parameterized using Gaussian distributions, which signif…

reinforcement-learningReinforcement Learning

Maximum Entropy Inverse Reinforcement Learning of Diffusion Models with Energy-Based Models

2024-06-30 · Sangwoong Yoon, Himchan Hwang, Dohyun Kwon, Yung-Kyun Noh 외

We present a maximum entropy inverse reinforcement learning (IRL) approach for improving the sample quality of diffusion generative models, especially when the number of generation time steps is small. Similar to how IRL…

Anomaly Detection

Diffusion-Augmented Markov Decision Processes for Maximum Entropy Reinforcement Learning

2025-12-01 · Sebastian Sanokowski, Kaustubh Patil arxiv

Diffusion models excel at sampling from complex, unnormalized distributions. In this work, we extend Maximum Entropy Reinforcement Learning (ME-RL) to diffusion processes, enabling sampling from the optimal policy trajec…

Reinforcement Learning

Maximum Entropy Reinforcement Learning with Diffusion Policy

2025-02-17 · Xiaoyi Dong, Jian Cheng, Xi Sheryl Zhang

The Soft Actor-Critic (SAC) algorithm with a Gaussian policy has become a mainstream implementation for realizing the Maximum Entropy Reinforcement Learning (MaxEnt RL) objective, which incorporates entropy maximization …

Efficient ExplorationMuJoCoreinforcement-learningReinforcement Learning

Scalable Maximum Entropy Reinforcement Learning for Diffusion Policies via Adjoint Matching

2026-06-21 · Serge Thilges, Onur Celik, Denis Blessing, Emiliyan Gospodinov 외 arxiv

Diffusion policies have recently emerged as a powerful paradigm for representing complex action distributions in reinforcement learning (RL). However, their application to online RL remains limited by the challenge of sc…

Reinforcement Learning