paper-with-me

Papers

Boosting Value Decomposition via Unit-Wise Attentive State Representation for Cooperative Multi-Agent Reinforcement Learning

2023-05-12 · Qingpeng Zhao, Yuanyang Zhu, Zichuan Liu, Zhi Wang, Chunlin Chen

In cooperative multi-agent reinforcement learning (MARL), the environmental stochasticity and uncertainties will increase exponentially when the number of agents increases, which puts hard pressure on how to come up with a compact latent representation from partial observation for boosting value decomposition. To tackle these issues, we propose a simple yet powerful method that alleviates partial observability and efficiently promotes coordination by introducing the UNit-wise attentive State Representation (UNSR). In UNSR, each agent learns a compact and disentangled unit-wise state representation outputted from transformer blocks, and produces its local action-value function. The proposed UNSR is used to boost the value decomposition with a multi-head attention mechanism for producing efficient credit assignment in the mixing network, providing an efficient reasoning path between the individual value function and joint value function. Experimental results demonstrate that our method achieves superior performance and data efficiency compared to solid baselines on the StarCraft II micromanagement challenge. Additional ablation experiments also help identify the key factors contributing to the performance of UNSR.

📄 PDF Abstract BibTeX arXiv:2305.07182

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-agent Reinforcement LearningStarcraftStarcraft II

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

DeMFI: Deep Joint Deblurring and Multi-Frame Interpolation with Flow-Guided Attentive Correlation and Recursive Boosting

2021-11-19 · Jihyong Oh, Munchurl Kim

In this paper, we propose a novel joint deblurring and multi-frame interpolation (DeMFI) framework, called DeMFI-Net, which accurately converts blurry videos of lower-frame-rate to sharp videos at higher-frame-rate based…

DeblurringVideo EnhancementVideo Frame InterpolationVideo Restoration

Pump It Up: Predict Water Pump Status using Attentive Tabular Learning

2023-04-08 · Karan Pathak, L Shalini

Water crisis is a crucial concern around the globe. Appropriate and timely maintenance of water pumps in drought-hit countries is vital for communities relying on the well. In this paper, we analyze and apply a sequentia…

feature selection

Latent Tree Decomposition Parsers for AMR-to-Text Generation

2021-08-27 · Lisa Jin, Daniel Gildea

Graph encoders in AMR-to-text generation models often rely on neighborhood convolutions or global vertex attention. While these approaches apply to general graphs, AMRs may be amenable to encoders that target their tree-…

AMR-to-Text GenerationClusteringMolecular Property PredictionProperty Prediction+2

Adding Attentiveness to the Neurons in Recurrent Neural Networks

2018-07-12 · ECCV 2018 9 · Pengfei Zhang, Jianru Xue, Cuiling Lan, Wen-Jun Zeng 외

Recurrent neural networks (RNNs) are capable of modeling the temporal dynamics of complex sequential information. However, the structures of existing RNN neurons mainly focus on controlling the contributions of current a…

Action RecognitionSkeleton Based Action RecognitionTemporal Action Localization

Axiomatic characterization of pointwise Shapley decompositions

2023-03-14 · Marcus C Christiansen

A common problem in various applications is the additive decomposition of the output of a function with respect to its input variables. Functions with binary arguments can be axiomatically decomposed by the famous Shaple…