B3C: A Minimalist Approach to Offline Multi-Agent Reinforcement Learning
Woojun Kim, Katia Sycara

TL;DR
This paper introduces B3C, a simple method combining behavior cloning regularization with critic clipping to improve offline multi-agent reinforcement learning, addressing overestimation issues and outperforming existing algorithms.
Contribution
The paper proposes B3C, a novel approach that integrates critic clipping and non-linear value factorization for enhanced offline multi-agent RL performance.
Findings
B3C outperforms state-of-the-art algorithms on multiple benchmarks.
Critic clipping effectively mitigates overestimation in multi-agent settings.
Leveraging non-linear value factorization improves learning stability.
Abstract
Overestimation arising from selecting unseen actions during policy evaluation is a major challenge in offline reinforcement learning (RL). A minimalist approach in the single-agent setting -- adding behavior cloning (BC) regularization to existing online RL algorithms -- has been shown to be effective; however, this approach is understudied in multi-agent settings. In particular, overestimation becomes worse in multi-agent settings due to the presence of multiple actions, resulting in the BC regularization-based approach easily suffering from either over-regularization or critic divergence. To address this, we propose a simple yet effective method, Behavior Cloning regularization with Critic Clipping (B3C), which clips the target critic value in policy evaluation based on the maximum return in the dataset and pushes the limit of the weight on the RL objective over BC regularization,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsReinforcement Learning in Robotics
