paper-with-me

Papers

Multi-agent Cooperative Games Using Belief Map Assisted Training

2024-06-27 · Qinwei Huang, Chen Luo, Alex B. Wu, Simon Khan, Hai Li, Qinru Qiu

In a multi-agent system, agents share their local observations to gain global situational awareness for decision making and collaboration using a message passing system. When to send a message, how to encode a message, and how to leverage the received messages directly affect the effectiveness of the collaboration among agents. When training a multi-agent cooperative game using reinforcement learning (RL), the message passing system needs to be optimized together with the agent policies. This consequently increases the model's complexity and poses significant challenges to the convergence and performance of learning. To address this issue, we propose the Belief-map Assisted Multi-agent System (BAMS), which leverages a neuro-symbolic belief map to enhance training. The belief map decodes the agent's hidden state to provide a symbolic representation of the agent's understanding of the environment and other agent's status. The simplicity of symbolic representation allows the gathering and comparison of the ground truth information with the belief, which provides an additional channel of feedback for the learning. Compared to the sporadic and delayed feedback coming from the reward in RL, the feedback from the belief map is more consistent and reliable. Agents using BAMS can learn a more effective message passing network to better understand each other, resulting in better performance in a cooperative predator and prey game with varying levels of map complexity and compare it to previous multi-agent message passing models. The simulation results showed that BAMS reduced training epochs by 66\%, and agents who apply the BAMS model completed the game with 34.62\% fewer steps on average.

📄 PDF Abstract BibTeX arXiv:2406.19477

Code (1)

qhuang18-97/BAMS 공식 구현 pytorch

Tasks

Reinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Human-Agent Coordination in Games under Incomplete Information via Multi-Step Intent

2024-10-23 · Shenghui Chen, Ruihan Zhao, Sandeep Chinchali, Ufuk Topcu

Strategic coordination between autonomous agents and human partners under incomplete information can be modeled as turn-based cooperative games. We extend a turn-based game under incomplete information, the shared-contro…

Theory of Mind with Guilt Aversion Facilitates Cooperative Reinforcement Learning

2020-09-16 · Dung Nguyen, Svetha Venkatesh, Phuoc Nguyen, Truyen Tran

Guilt aversion induces experience of a utility loss in people if they believe they have disappointed others, and this promotes cooperative behaviour in human. In psychological game theory, guilt aversion necessitates mod…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Differentiable Belief-based Opponent Shaping

2026-05-27 · Aarav G Sane, Karthik Sivachandran, Rohan Paleja arxiv

Human coordination often relies on the ability to influence the beliefs of others through strategic action. In multi-agent reinforcement learning, opponent shaping attempts to replicate this influence, though existing me…

Multi-agent Reinforcement Learning

Factorised Active Inference for Strategic Multi-Agent Interactions

2024-11-11 · Jaime Ruiz-Serra, Patrick Sweeney, Michael S. Harré

Understanding how individual agents make strategic decisions within collectives is important for advancing fields as diverse as economics, neuroscience, and multi-agent systems. Two complementary approaches can be integr…

The Surprising Effectiveness of PPO in Cooperative, Multi-Agent Games

2021-03-02 · Chao Yu, Akash Velu, Eugene Vinitsky, Jiaxuan Gao 외

Proximal Policy Optimization (PPO) is a ubiquitous on-policy reinforcement learning algorithm but is significantly less utilized than off-policy learning algorithms in multi-agent settings. This is often due to the belie…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+2