Diffusion-based Episodes Augmentation for Offline Multi-Agent Reinforcement Learning
Jihwan Oh, Sungnyun Kim, Gahee Kim, Sunghwan Kim, Se-Young Yun
TL;DR
This work addresses data scarcity in offline multi-agent reinforcement learning by introducing EAQ, a diffusion-basedEpisodes Augmentation method guided by the total Q-value. EAQ composes offline MARL data via a Conv1D diffusion model that learns joint agent observations, actions, rewards, and termination signals, while implicitly steering generated episodes toward cooperativeness through $Q^{\text{tot}}$ guidance. By training a single diffusion model and incorporating $Q^{\text{tot}}$-based loss, EAQ simplifies architecture and improves normalized returns on SMAC benchmarks, notably +17.3% for medium policies and +12.9% for poor policies, compared to the original dataset. The results also show EAQ$^{-Q}$ can still yield gains, and effectiveness depends on the quality of the baseline dataset, indicating room for broader applicability and future work on continuous actions and alternative generative models.
Abstract
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.
