paper-with-me

홈 › Papers

MA2CL:Masked Attentive Contrastive Learning for Multi-Agent Reinforcement Learning

2023-06-03 · Haolin Song, Mingxiao Feng, Wengang Zhou, Houqiang Li

Recent approaches have utilized self-supervised auxiliary tasks as representation learning to improve the performance and sample efficiency of vision-based reinforcement learning algorithms in single-agent settings. However, in multi-agent reinforcement learning (MARL), these techniques face challenges because each agent only receives partial observation from an environment influenced by others, resulting in correlated observations in the agent dimension. So it is necessary to consider agent-level information in representation learning for MARL. In this paper, we propose an effective framework called \textbf{M}ulti-\textbf{A}gent \textbf{M}asked \textbf{A}ttentive \textbf{C}ontrastive \textbf{L}earning (MA2CL), which encourages learning representation to be both temporal and agent-level predictive by reconstructing the masked agent observation in latent space. Specifically, we use an attention reconstruction model for recovering and the model is trained via contrastive learning. MA2CL allows better utilization of contextual information at the agent level, facilitating the training of MARL agents for cooperation tasks. Extensive experiments demonstrate that our method significantly improves the performance and sample efficiency of different MARL algorithms and outperforms other methods in various vision-based and state-based scenarios. Our code can be found in \url{https://github.com/ustchlsong/MA2CL}

📄 PDF Abstract BibTeX arXiv:2306.02006

Code (1)

ustchlsong/ma2cl 공식 구현 pytorch

Tasks

Contrastive LearningMulti-agent Reinforcement Learningreinforcement-learningReinforcement LearningRepresentation Learning

Similar Papers 제목 키워드 기반

CoBERL: Contrastive BERT for Reinforcement Learning

2021-07-12 · ICML Workshop URL 2021 7 · Andrea Banino, Adrià Puidomenech Badia, Jacob Walker, Tim Scholtes 외

Many reinforcement learning (RL) agents require a large amount of experience to solve tasks. We propose Contrastive BERT for RL (CoBERL), an agent that combines a new contrastive loss and a hybrid LSTM-transformer archit…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Oracle-Guided Masked Contrastive Reinforcement Learning for Visuomotor Policies

2025-10-07 · Yuhang Zhang, Jiaping Xiao, Chao Yan, Mir Feroskhan arxiv

A prevailing approach for learning visuomotor policies is to employ reinforcement learning to map high-dimensional visual observations directly to action commands. However, the combination of high-dimensional visual inpu…

Representation LearningReinforcement LearningContrastive Learning

SyCoCa: Symmetrizing Contrastive Captioners with Attentive Masking for Multimodal Alignment

2024-01-04 · Ziping Ma, Furong Xu, Jian Liu, Ming Yang 외

Multimodal alignment between language and vision is the fundamental topic in current vision-language model research. Contrastive Captioners (CoCa), as a representative method, integrates Contrastive Language-Image Pretra…

Image Captioningimage-classificationImage ClassificationImage Reconstruction+7

Intelligent Electric Vehicle Charging Recommendation Based on Multi-Agent Reinforcement Learning

2021-02-15 · Weijia Zhang, Hao liu, Fan Wang, Tong Xu 외

Electric Vehicle (EV) has become a preferable choice in the modern transportation system due to its environmental and energy sustainability. However, in many large cities, EV drivers often fail to find the proper spots f…

Deep Reinforcement LearningMulti-agent Reinforcement LearningMulti-Objective Multi-Agent Reinforcement Learningreinforcement-learning+2

Attention, Please! Revisiting Attentive Probing for Masked Image Modeling

2025-06-11 · Bill Psomas, Dionysis Christopoulos, Eirini Baltzi, Ioannis Kakogeorgiou 외

As fine-tuning (FT) becomes increasingly impractical at scale, probing is emerging as the preferred evaluation protocol for self-supervised learning (SSL). Yet, the standard linear probing (LP) fails to adequately reflec…

BenchmarkingComputational EfficiencySelf-Supervised Learning