paper-with-me

Papers

MetaDiffuser: Diffusion Model as Conditional Planner for Offline Meta-RL

2023-05-31 · Fei Ni, Jianye Hao, Yao Mu, Yifu Yuan, Yan Zheng, Bin Wang, Zhixuan Liang

Recently, diffusion model shines as a promising backbone for the sequence modeling paradigm in offline reinforcement learning(RL). However, these works mostly lack the generalization ability across tasks with reward or dynamics change. To tackle this challenge, in this paper we propose a task-oriented conditioned diffusion planner for offline meta-RL(MetaDiffuser), which considers the generalization problem as conditional trajectory generation task with contextual representation. The key is to learn a context conditioned diffusion model which can generate task-oriented trajectories for planning across diverse tasks. To enhance the dynamics consistency of the generated trajectories while encouraging trajectories to achieve high returns, we further design a dual-guided module in the sampling process of the diffusion model. The proposed framework enjoys the robustness to the quality of collected warm-start data from the testing task and the flexibility to incorporate with different task representation method. The experiment results on MuJoCo benchmarks show that MetaDiffuser outperforms other strong offline meta-RL baselines, demonstrating the outstanding conditional generation ability of diffusion architecture.

📄 PDF Abstract BibTeX arXiv:2305.19923

Code (0)

등록된 구현이 없습니다.

Tasks

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

What Makes a Good Diffusion Planner for Decision Making?

2025-03-01 · ICLR 2025 3 · Haofei Lu, Dongqi Han, Yifei Shen, Dongsheng Li

Diffusion models have recently shown significant potential in solving decision-making problems, particularly in generating behavior plans -- also known as diffusion planning. While numerous studies have demonstrated th…

Action GenerationDecision MakingDenoisingOffline RL+1

Shortcut Trajectory Planning for Efficient Offline Reinforcement Learning

2026-07-10 · Guanquan Wang, Yoshimasa Tsuruoka arxiv

Diffusion-based trajectory planners have shown strong performance in offline reinforcement learning, but their iterative denoising process often incurs high inference cost. Consistency-based planners reduce the number of…

Reinforcement LearningTrajectory Planning

RS-Diffuser: Risk-Sensitive Diffusion Planning with Distributional Value Guidance

2026-06-26 · Shiqiang Gong arxiv

Offline reinforcement learning enables policy learning from fixed datasets without additional environment interaction, making it appealing for safety-critical applications where online exploration is costly or unsafe. Di…

Reinforcement LearningRobot NavigationOffline RL

Joint Model-based Model-free Diffusion for Planning with Constraints

2025-09-10 · Wonsuhk Jung, Utkarsh A. Mishra, Nadun Ranawaka Arachchige, Yongxin Chen 외 arxiv

Model-free diffusion planners have shown great promise for robot motion planning, but practical robotic systems often require combining them with model-based optimization modules to enforce constraints, such as safety. N…

Robot ManipulationMotion PlanningOffline RL

Off-dynamics Conditional Diffusion Planners

2024-10-16 · Wen Zheng Terence Ng, Jianda Chen, Tianwei Zhang

Offline Reinforcement Learning (RL) offers an attractive alternative to interactive data acquisition by leveraging pre-existing datasets. However, its effectiveness hinges on the quantity and quality of the data samples.…

Offline RLReinforcement Learning (RL)