English

Retaining Suboptimal Actions to Follow Shifting Optima in Multi-Agent Reinforcement Learning

Artificial Intelligence 2026-05-21 v2

Abstract

Value decomposition is a core approach for cooperative multi-agent reinforcement learning (MARL). However, existing methods still rely on a single optimal action and struggle to adapt when the underlying value function shifts during training, often converging to suboptimal policies. To address this limitation, we propose Successive Sub-value Q-learning (S2Q), which learns multiple sub-value functions to retain alternative high-value actions. Incorporating these sub-value functions into a Softmax-based behavior policy, S2Q encourages persistent exploration and enables QtotQ^{\text{tot}} to adjust quickly to the changing optima. Experiments on challenging MARL benchmarks confirm that S2Q consistently outperforms various MARL algorithms, demonstrating improved adaptability and overall performance. Our code is available at https://github.com/hyeon1996/S2Q.

Keywords

Cite

@article{arxiv.2602.17062,
  title  = {Retaining Suboptimal Actions to Follow Shifting Optima in Multi-Agent Reinforcement Learning},
  author = {Yonghyeon Jo and Sunwoo Lee and Seungyul Han},
  journal= {arXiv preprint arXiv:2602.17062},
  year   = {2026}
}

Comments

10 technical page followed by references and appendix. Accepted to ICLR 2026

R2 v1 2026-07-01T10:42:26.308Z