paper-with-me

홈 › Papers

Scalable spectral representations for multi-agent reinforcement learning in network MDPs

2024-10-22 · Zhaolin Ren, Runyu Zhang, Bo Dai, Na Li

Network Markov Decision Processes (MDPs), a popular model for multi-agent control, pose a significant challenge to efficient learning due to the exponential growth of the global state-action space with the number of agents. In this work, utilizing the exponential decay property of network dynamics, we first derive scalable spectral local representations for network MDPs, which induces a network linear subspace for the local $Q$-function of each agent. Building on these local spectral representations, we design a scalable algorithmic framework for continuous state-action network MDPs, and provide end-to-end guarantees for the convergence of our algorithm. Empirically, we validate the effectiveness of our scalable representation-based approach on two benchmark problems, and demonstrate the advantages of our approach over generic function approximation approaches to representing the local $Q$-functions.

📄 PDF Abstract BibTeX arXiv:2410.17221

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-agent Reinforcement Learning

Methods 이 논문이 사용한 방법론

Exponential Decay Exponential Decay is a learning rate schedule where we decay the learning rate with more iterations using an exponential function: $$ \text{lr} =…

Similar Papers 제목 키워드 기반

Hidden Coalitions in Multi-Agent AI: A Spectral Diagnostic from Internal Representations

2026-05-04 · Cameron Berg, Susan L. Schneider, Mark M. Bailey arxiv

Collections of interacting AI agents can form coalitions, creating emergent group-level organization that is critical for AI safety and alignment. However, observing agent behavior alone is often insufficient to distingu…

Multi-agent Reinforcement Learning

Few-shot Multispectral Segmentation with Representations Generated by Reinforcement Learning

2023-11-20 · Dilith Jayakody, Thanuja Ambegoda

The task of segmentation of multispectral images, which are images with numerous channels or bands, each capturing a specific range of wavelengths of electromagnetic radiation, has been previously explored in contexts wi…

Image Segmentationreinforcement-learningReinforcement LearningSegmentation+1

On The Effect of Auxiliary Tasks on Representation Dynamics

2021-02-25 · Clare Lyle, Mark Rowland, Georg Ostrovski, Will Dabney

While auxiliary tasks play a key role in shaping the representations learnt by reinforcement learning agents, much is still unknown about the mechanisms through which this is achieved. This work develops our understandin…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

A Unified Framework for Locality in Scalable MARL

2026-02-19 · Sourav Chakraborty, Amit Kiran Rege, Claire Monteleoni, Lijun Chen arxiv

Scalable methods for networked multi-agent reinforcement learning let each agent plan using only a small neighborhood of the agent graph. This works only when the system is value-local, meaning a perturbation at one agen…

Multi-agent Reinforcement Learning

Prism: Spectral Parameter Sharing for Multi-Agent Reinforcement Learning

2026-02-06 · Kyungbeom Kim, Seungwon Oh, Kyung-Joong Kim arxiv

Parameter sharing is a key strategy in multi-agent reinforcement learning (MARL) for improving scalability, yet conventional fully shared architectures often collapse into homogeneous behaviors. Recent methods introduce …

Multi-agent Reinforcement Learning