LGMAOct 14, 2022

Distributional Reward Estimation for Effective Multi-Agent Deep Reinforcement Learning

arXiv:2210.07636v110 citationsh-index: 24
Originality Incremental advance
AI Analysis

This work addresses reward uncertainty in multi-agent systems like robotics and autonomous driving, offering an incremental improvement over existing methods.

The paper tackles high reward uncertainty in multi-agent reinforcement learning by proposing a Distributional Reward Estimation framework (DRE-MARL), which uses multi-action-branch reward estimation and policy-weighted reward aggregation to improve training stability and outperforms state-of-the-art baselines in benchmark scenarios.

Multi-agent reinforcement learning has drawn increasing attention in practice, e.g., robotics and automatic driving, as it can explore optimal policies using samples generated by interacting with the environment. However, high reward uncertainty still remains a problem when we want to train a satisfactory model, because obtaining high-quality reward feedback is usually expensive and even infeasible. To handle this issue, previous methods mainly focus on passive reward correction. At the same time, recent active reward estimation methods have proven to be a recipe for reducing the effect of reward uncertainty. In this paper, we propose a novel Distributional Reward Estimation framework for effective Multi-Agent Reinforcement Learning (DRE-MARL). Our main idea is to design the multi-action-branch reward estimation and policy-weighted reward aggregation for stabilized training. Specifically, we design the multi-action-branch reward estimation to model reward distributions on all action branches. Then we utilize reward aggregation to obtain stable updating signals during training. Our intuition is that consideration of all possible consequences of actions could be useful for learning policies. The superiority of the DRE-MARL is demonstrated using benchmark multi-agent scenarios, compared with the SOTA baselines in terms of both effectiveness and robustness.

Code Implementations1 repo
Foundations

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

Your Notes