paper-with-me

Papers

Partially Observable Mean Field Multi-Agent Reinforcement Learning Based on Graph-Attention

2023-04-25 · Min Yang, Guanjun Liu, Ziyuan Zhou

Traditional multi-agent reinforcement learning algorithms are difficultly applied in a large-scale multi-agent environment. The introduction of mean field theory has enhanced the scalability of multi-agent reinforcement learning in recent years. This paper considers partially observable multi-agent reinforcement learning (MARL), where each agent can only observe other agents within a fixed range. This partial observability affects the agent's ability to assess the quality of the actions of surrounding agents. This paper focuses on developing a method to capture more effective information from local observations in order to select more effective actions. Previous work in this field employs probability distributions or weighted mean field to update the average actions of neighborhood agents, but it does not fully consider the feature information of surrounding neighbors and leads to a local optimum. In this paper, we propose a novel multi-agent reinforcement learning algorithm, Partially Observable Mean Field Multi-Agent Reinforcement Learning based on Graph-Attention (GAMFQ) to remedy this flaw. GAMFQ uses a graph attention module and a mean field module to describe how an agent is influenced by the actions of other agents at each time step. This graph attention module consists of a graph attention encoder and a differentiable attention mechanism, and this mechanism outputs a dynamic graph to represent the effectiveness of neighborhood agents against central agents. The mean-field module approximates the effect of a neighborhood agent on a central agent as the average effect of effective neighborhood agents. Experiments show that GAMFQ outperforms baselines including the state-of-the-art partially observable mean-field reinforcement learning algorithms. The code for this paper is here \url{https://github.com/yangmin32/GPMF}.

📄 PDF Abstract BibTeX arXiv:2304.12653

Code (1)

yangmin32/GPMF 공식 구현 tf

Tasks

Graph AttentionMulti-agent Reinforcement Learningreinforcement-learningReinforcement Learning

Similar Papers 제목 키워드 기반

Learning Decentralized Partially Observable Mean Field Control for Artificial Collective Behavior

2023-07-12 · Kai Cui, Sascha Hauck, Christian Fabian, Heinz Koeppl

Recent reinforcement learning (RL) methods have achieved success in various domains. However, multi-agent RL (MARL) remains a challenge in terms of decentralization, partial observability and scalability to many agents. …

Policy Gradient MethodsReinforcement Learning (RL)

Lifting DecPOMDPs for Nanoscale Systems -- A Work in Progress

2021-10-18 · Tanya Braun, Stefan Fischer, Florian Lau, Ralf Möller

DNA-based nanonetworks have a wide range of promising use cases, especially in the field of medicine. With a large set of agents, a partially observable stochastic environment, and noisy observations, such nanoscale syst…

Mean field equilibrium asset pricing model under partial observation: An exponential quadratic Gaussian approach

2024-10-02 · Masashi Sekine

This paper studies an asset pricing model in a partially observable market with a large number of heterogeneous agents using the mean field game theory. In this model, we assume that investors can only observe stock pric…

Partially Observable Multi-Agent Reinforcement Learning with Information Sharing

2023-08-16 · Xiangyu Liu, Kaiqing Zhang

We study provable multi-agent reinforcement learning (RL) in the general framework of partially observable stochastic games (POSGs). To circumvent the known hardness results and the use of computationally intractable ora…

Computational EfficiencyMulti-agent Reinforcement Learningreinforcement-learningReinforcement Learning+1

A Model-free Biomimetics Algorithm for Deterministic Partially Observable Markov Decision Process

2024-12-19 · Yide Yu, Yue Liu, Xiaochen Yuan, Dennis Wong 외

Partially Observable Markov Decision Process (POMDP) is a mathematical framework for modeling decision-making under uncertainty, where the agent's observations are incomplete and the underlying system dynamics are probab…

Decision Making Under Uncertainty