paper-with-me

홈 › Papers

Kaleidoscope: Learnable Masks for Heterogeneous Multi-agent Reinforcement Learning

2024-10-11 · Xinran Li, Ling Pan, Jun Zhang

In multi-agent reinforcement learning (MARL), parameter sharing is commonly employed to enhance sample efficiency. However, the popular approach of full parameter sharing often leads to homogeneous policies among agents, potentially limiting the performance benefits that could be derived from policy diversity. To address this critical limitation, we introduce \emph{Kaleidoscope}, a novel adaptive partial parameter sharing scheme that fosters policy heterogeneity while still maintaining high sample efficiency. Specifically, Kaleidoscope maintains one set of common parameters alongside multiple sets of distinct, learnable masks for different agents, dictating the sharing of parameters. It promotes diversity among policy networks by encouraging discrepancy among these masks, without sacrificing the efficiencies of parameter sharing. This design allows Kaleidoscope to dynamically balance high sample efficiency with a broad policy representational capacity, effectively bridging the gap between full parameter sharing and non-parameter sharing across various environments. We further extend Kaleidoscope to critic ensembles in the context of actor-critic algorithms, which could help improve value estimations.Our empirical evaluations across extensive environments, including multi-agent particle environment, multi-agent MuJoCo and StarCraft multi-agent challenge v2, demonstrate the superior performance of Kaleidoscope compared with existing parameter sharing approaches, showcasing its potential for performance enhancement in MARL. The code is publicly available at \url{https://github.com/LXXXXR/Kaleidoscope}.

📄 PDF Abstract BibTeX arXiv:2410.08540

Code (1)

lxxxxr/kaleidoscope 공식 구현 pytorch

Tasks

DiversityMuJoCoMulti-agent Reinforcement Learningreinforcement-learningReinforcement LearningStarcraft

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Kaleidoscope: An Efficient, Learnable Representation For All Structured Linear Maps

2020-12-29 · ICLR 2020 1 · Tri Dao, Nimit S. Sohoni, Albert Gu, Matthew Eichhorn 외

Modern neural network architectures use structured linear transformations, such as low-rank matrices, sparse matrices, permutations, and the Fourier transform, to improve inference speed and reduce memory usage compared …

Allimage-classificationImage Classificationspeech-recognition+1

Kaleidoscope: In-language Exams for Massively Multilingual Vision Evaluation

2025-04-09 · Israfel Salazar, Manuel Fernández Burda, Shayekh Bin Islam, Arshia Soltani Moakhar 외

The evaluation of vision-language models (VLMs) has mainly relied on English-language benchmarks, leaving significant gaps in both multilingual and multicultural coverage. While multilingual benchmarks have expanded, bot…

Multiple-choice

Live Forensics for Distributed Storage Systems

2019-07-24 · Saurabh Jha, Shengkun Cui, Tianyin Xu, Jeremy Enos 외

We present Kaleidoscope an innovative system that supports live forensics for application performance problems caused by either individual component failures or resource contention issues in large-scale distributed stora…

Attribute

Kaleidoscope Gallery: Exploring Ethics and Generative AI Through Art

2025-05-20 · Alayt Issak, Uttkarsh Narayan, Ramya Srinivasan, Erica Kleinman 외

Ethical theories and Generative AI (GenAI) models are dynamic concepts subject to continuous evolution. This paper investigates the visualization of ethics through a subset of GenAI models. We expand on the emerging fiel…

Ethics

Improving Global Parameter-sharing in Physically Heterogeneous Multi-agent Reinforcement Learning with Unified Action Space

2024-08-14 · Xiaoyang Yu, Youfang Lin, Shuo Wang, Kai Lv 외

In a multi-agent system (MAS), action semantics indicates the different influences of agents' actions toward other entities, and can be used to divide agents into groups in a physically heterogeneous MAS. Previous multi-…

Multi-agent Reinforcement LearningSMACSMAC+