AILGDec 1, 2025

Extending NGU to Multi-Agent RL: A Preliminary Study

arXiv:2512.01321v1h-index: 15
Originality Synthesis-oriented
AI Analysis

This work addresses sparse reward challenges in multi-agent systems, but it is incremental as it adapts an existing method to a new setting.

The study extended the Never Give Up (NGU) algorithm to multi-agent reinforcement learning, achieving moderately higher returns and more stable learning compared to a multi-agent DQN baseline in the simple_tag environment.

The Never Give Up (NGU) algorithm has proven effective in reinforcement learning tasks with sparse rewards by combining episodic novelty and intrinsic motivation. In this work, we extend NGU to multi-agent environments and evaluate its performance in the simple_tag environment from the PettingZoo suite. Compared to a multi-agent DQN baseline, NGU achieves moderately higher returns and more stable learning dynamics. We investigate three design choices: (1) shared replay buffer versus individual replay buffers, (2) sharing episodic novelty among agents using different k thresholds, and (3) using heterogeneous values of the beta parameter. Our results show that NGU with a shared replay buffer yields the best performance and stability, highlighting that the gains come from combining NGU intrinsic exploration with experience sharing. Novelty sharing performs comparably when k = 1 but degrades learning for larger values. Finally, heterogeneous beta values do not improve over a small common value. These findings suggest that NGU can be effectively applied in multi-agent settings when experiences are shared and intrinsic exploration signals are carefully tuned.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes