paper-with-me

Papers

Cooperative Policy Learning with Pre-trained Heterogeneous Observation Representations

2020-12-24 · Wenlei Shi, Xinran Wei, Jia Zhang, Xiaoyuan Ni, Arthur Jiang, Jiang Bian, Tie-Yan Liu

Multi-agent reinforcement learning (MARL) has been increasingly explored to learn the cooperative policy towards maximizing a certain global reward. Many existing studies take advantage of graph neural networks (GNN) in MARL to propagate critical collaborative information over the interaction graph, built upon inter-connected agents. Nevertheless, the vanilla GNN approach yields substantial defects in dealing with complex real-world scenarios since the generic message passing mechanism is ineffective between heterogeneous vertices and, moreover, simple message aggregation functions are incapable of accurately modeling the combinational interactions from multiple neighbors. While adopting complex GNN models with more informative message passing and aggregation mechanisms can obviously benefit heterogeneous vertex representations and cooperative policy learning, it could, on the other hand, increase the training difficulty of MARL and demand more intense and direct reward signals compared to the original global reward. To address these challenges, we propose a new cooperative learning framework with pre-trained heterogeneous observation representations. Particularly, we employ an encoder-decoder based graph attention to learn the intricate interactions and heterogeneous representations that can be more easily leveraged by MARL. Moreover, we design a pre-training with local actor-critic algorithm to ease the difficulty in cooperative policy learning. Extensive experiments over real-world scenarios demonstrate that our new approach can significantly outperform existing MARL baselines as well as operational research solutions that are widely-used in industry.

📄 PDF Abstract BibTeX arXiv:2012.13099

Code (1)

microsoft/maro 공식 구현 pytorch

Tasks

DecoderGraph AttentionMulti-agent Reinforcement Learning

Similar Papers 제목 키워드 기반

Contrastive learning-based agent modeling for deep reinforcement learning

2023-12-30 · Wenhao Ma, Yu-Cheng Chang, Jie Yang, Yu-Kai Wang 외

Multi-agent systems often require agents to collaborate with or compete against other agents with diverse goals, behaviors, or strategies. Agent modeling is essential when designing adaptive policies for intelligent mach…

Contrastive LearningDeep Reinforcement Learningreinforcement-learningReinforcement Learning

Agent Modelling under Partial Observability for Deep Reinforcement Learning

2020-06-16 · NeurIPS 2021 12 · Georgios Papoudakis, Filippos Christianos, Stefano V. Albrecht

Modelling the behaviours of other agents is essential for understanding how agents interact and making effective decisions. Existing methods for agent modelling commonly assume knowledge of the local observations and cho…

DecoderDeep Reinforcement Learningreinforcement-learningReinforcement Learning+1

Shared Voxel-Map-Based Cooperative Indoor UAV Guidance with a Multi-Agent Soft Actor-Critic Controller

2026-07-28 · Thomas Hickling, Dylan Wynne, Yu Su, Nabil Aouf arxiv

This paper presents a cooperative indoor UAV guidance framework that combines a shared voxel-map world model with a multi-agent Soft Actor-Critic (MASAC) controller. Multiple drones fuse 360 LiDAR observations into a com…

Continuous Control

Cooperative Heterogeneous Deep Reinforcement Learning

2020-11-02 · NeurIPS 2020 12 · Han Zheng, Pengfei Wei, Jing Jiang, Guodong Long 외

Numerous deep reinforcement learning agents have been proposed, and each of them has its strengths and flaws. In this work, we present a Cooperative Heterogeneous Deep Reinforcement Learning (CHDRL) framework that can le…

continuous-controlContinuous ControlDeep Reinforcement LearningEvolutionary Algorithms+4

Enhancing Cooperative Multi-Agent Reinforcement Learning with State Modelling and Adversarial Exploration

2025-05-08 · Andreas Kontogiannis, Konstantinos Papathanasiou, Yi Shen, Giorgos Stamou 외

Learning to cooperate in distributed partially observable environments with no communication abilities poses significant challenges for multi-agent deep reinforcement learning (MARL). This paper addresses key concerns in…

Deep Reinforcement LearningMulti-agent Reinforcement Learning