LGAIOCMLMar 24, 2022

Remember and Forget Experience Replay for Multi-Agent Reinforcement Learning

arXiv:2203.13319v310 citationsh-index: 81
Originality Synthesis-oriented
AI Analysis

This work addresses performance improvements in multi-agent reinforcement learning for collaborative tasks, but it is incremental as it adapts an existing method to a new setting.

The authors extended the Remember and Forget for Experience Replay (ReF-ER) algorithm to Multi-Agent Reinforcement Learning (MARL), finding that it outperforms state-of-the-art algorithms on collaborative SISL environments by using a simple feed-forward neural network.

We present the extension of the Remember and Forget for Experience Replay (ReF-ER) algorithm to Multi-Agent Reinforcement Learning (MARL). ReF-ER was shown to outperform state of the art algorithms for continuous control in problems ranging from the OpenAI Gym to complex fluid flows. In MARL, the dependencies between the agents are included in the state-value estimator and the environment dynamics are modeled via the importance weights used by ReF-ER. In collaborative environments, we find the best performance when the value is estimated using individual rewards and we ignore the effects of other actions on the transition map. We benchmark the performance of ReF-ER MARL on the Stanford Intelligent Systems Laboratory (SISL) environments. We find that employing a single feed-forward neural network for the policy and the value function in ReF-ER MARL, outperforms state of the art algorithms that rely on complex neural network architectures.

Foundations

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

Your Notes