paper-with-me

홈 › Papers

Diffusion-based Episodes Augmentation for Offline Multi-Agent Reinforcement Learning

2024-08-23 · Jihwan Oh, Sungnyun Kim, Gahee Kim, Sunghwan Kim, Se-Young Yun

Offline multi-agent reinforcement learning (MARL) is increasingly recognized as crucial for effectively deploying RL algorithms in environments where real-time interaction is impractical, risky, or costly. In the offline setting, learning from a static dataset of past interactions allows for the development of robust and safe policies without the need for live data collection, which can be fraught with challenges. Building on this foundational importance, we present EAQ, Episodes Augmentation guided by Q-total loss, a novel approach for offline MARL framework utilizing diffusion models. EAQ integrates the Q-total function directly into the diffusion model as a guidance to maximize the global returns in an episode, eliminating the need for separate training. Our focus primarily lies on cooperative scenarios, where agents are required to act collectively towards achieving a shared goal-essentially, maximizing global returns. Consequently, we demonstrate that our episodes augmentation in a collaborative manner significantly boosts offline MARL algorithm compared to the original dataset, improving the normalized return by +17.3% and +12.9% for medium and poor behavioral policies in SMAC simulator, respectively.

📄 PDF Abstract BibTeX arXiv:2408.13092

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-agent Reinforcement Learningreinforcement-learningReinforcement LearningSMACSMAC+

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…
Focus 설명 없음

Similar Papers 제목 키워드 기반

CODA: Coordination via On-Policy Diffusion for Multi-Agent Offline Reinforcement Learning

2026-04-25 · Marcel Hedman, Kale-ab Abebe Tessera, Juan Claude Formanek, Anya Sims 외 arxiv

Offline multi-agent reinforcement learning (MARL) enables policy learning from fixed datasets, but is prone to coordination failure: agents trained on static, off-policy data converge to suboptimal joint behaviours becau…

Multi-agent Reinforcement LearningData Augmentation

Beyond Conservatism: Diffusion Policies in Offline Multi-agent Reinforcement Learning

2023-07-04 · Zhuoran Li, Ling Pan, Longbo Huang

We present a novel Diffusion Offline Multi-agent Model (DOM2) for offline Multi-Agent Reinforcement Learning (MARL). Different from existing algorithms that rely mainly on conservatism in policy design, DOM2 enhances pol…

Data AugmentationDiversityMuJoCoMulti-agent Reinforcement Learning+2

Do Agents Dream of Electric Sheep?: Improving Generalization in Reinforcement Learning through Generative Learning

2024-03-12 · Giorgio Franceschelli, Mirco Musolesi

The Overfitted Brain hypothesis suggests dreams happen to allow generalization in the human brain. Here, we ask if the same is true for reinforcement learning agents as well. Given limited experience in a real environmen…

reinforcement-learningReinforcement Learning

Offline-to-Online Reinforcement Learning with Classifier-Free Diffusion Generation

2025-08-09 · Xiao Huang, Xu Liu, Enze Zhang, Tong Yu 외 arxiv

Offline-to-online Reinforcement Learning (O2O RL) aims to perform online fine-tuning on an offline pre-trained policy to minimize costly online interactions. Existing work used offline datasets to generate data that conf…

Reinforcement LearningData Augmentation

DiffStitch: Boosting Offline Reinforcement Learning with Diffusion-based Trajectory Stitching

2024-02-04 · Guanghe Li, Yixiang Shan, Zhengbang Zhu, Ting Long 외

In offline reinforcement learning (RL), the performance of the learned policy highly depends on the quality of offline datasets. However, in many cases, the offline dataset contains very limited optimal trajectories, whi…

D4RLData AugmentationImitation LearningOffline RL+2