paper-with-me

Papers

Bayesian Action Decoder for Deep Multi-Agent Reinforcement Learning

2018-11-04 · Jakob N. Foerster, Francis Song, Edward Hughes, Neil Burch, Iain Dunning, Shimon Whiteson, Matthew Botvinick, Michael Bowling

When observing the actions of others, humans make inferences about why they acted as they did, and what this implies about the world; humans also use the fact that their actions will be interpreted in this manner, allowing them to act informatively and thereby communicate efficiently with others. Although learning algorithms have recently achieved superhuman performance in a number of two-player, zero-sum games, scalable multi-agent reinforcement learning algorithms that can discover effective strategies and conventions in complex, partially observable settings have proven elusive. We present the Bayesian action decoder (BAD), a new multi-agent learning method that uses an approximate Bayesian update to obtain a public belief that conditions on the actions taken by all agents in the environment. BAD introduces a new Markov decision process, the public belief MDP, in which the action space consists of all deterministic partial policies, and exploits the fact that an agent acting only on this public belief state can still learn to use its private information if the action space is augmented to be over all partial policies mapping private information into environment actions. The Bayesian update is closely related to the theory of mind reasoning that humans carry out when observing others' actions. We first validate BAD on a proof-of-principle two-step matrix game, where it outperforms policy gradient methods; we then evaluate BAD on the challenging, cooperative partial-information card game Hanabi, where, in the two-player setting, it surpasses all previously published learning and hand-coded approaches, establishing a new state of the art.

📄 PDF Abstract BibTeX arXiv:1811.01458

Code (1)

facebookresearch/jps pytorch

Tasks

DecoderMulti-agent Reinforcement LearningPolicy Gradient Methodsreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Infra-Bayesian Reinforcement Learning Agents Outperform Classical RL For Worst-Case Robustness

2026-05-22 · Manish Aryal, Faiyaz Azam, Agnivo Banerjee, Syed Mahir Ahamed 외 arxiv

Classical reinforcement learning assumes the agent interacts with a fixed environment whose behavior does not depend on the agent's policy. This assumption breaks down in non-realizable settings where other actors might …

Reinforcement Learning

Context-Aware Bayesian Network Actor-Critic Methods for Cooperative Multi-Agent Reinforcement Learning

2023-06-02 · Dingyang Chen, Qi Zhang

Executing actions in a correlated manner is a common strategy for human coordination that often leads to better cooperation, which is also potentially beneficial for cooperative multi-agent reinforcement learning (MARL).…

Multi-agent Reinforcement Learning

Action Q-Transformer: Visual Explanation in Deep Reinforcement Learning with Encoder-Decoder Model using Action Query

2023-06-24 · Hidenori Itaya, Tsubasa Hirakawa, Takayoshi Yamashita, Hironobu Fujiyoshi 외

The excellent performance of Transformer in supervised learning has led to growing interest in its potential application to deep reinforcement learning (DRL) to achieve high performance on a wide variety of problems. How…

Atari GamesDecision MakingDecoderDeep Reinforcement Learning+1

Structured Cooperative Multi-Agent Reinforcement Learning: a Bayesian Network Perspective

2025-10-11 · Shahbaz P Qadri Syed, He Bai arxiv

The empirical success of multi-agent reinforcement learning (MARL) has motivated the search for more efficient and scalable algorithms for large scale multi-agent systems. However, existing state-of-the-art algorithms do…

Multi-agent Reinforcement Learning

Solving Common-Payoff Games with Approximate Policy Iteration

2021-01-11 · Samuel Sokota, Edward Lockhart, Finbarr Timbers, Elnaz Davoodi 외

For artificially intelligent learning systems to have widespread applicability in real-world settings, it is important that they be able to operate decentrally. Unfortunately, decentralized control is difficult -- comput…

DecoderDeep Reinforcement LearningMulti-agent Reinforcement Learningreinforcement-learning+2