paper-with-me

홈 › Papers

Mediated Multi-Agent Reinforcement Learning

2023-06-14 · Dmitry Ivanov, Ilya Zisman, Kirill Chernyshev

The majority of Multi-Agent Reinforcement Learning (MARL) literature equates the cooperation of self-interested agents in mixed environments to the problem of social welfare maximization, allowing agents to arbitrarily share rewards and private information. This results in agents that forgo their individual goals in favour of social good, which can potentially be exploited by selfish defectors. We argue that cooperation also requires agents' identities and boundaries to be respected by making sure that the emergent behaviour is an equilibrium, i.e., a convention that no agent can deviate from and receive higher individual payoffs. Inspired by advances in mechanism design, we propose to solve the problem of cooperation, defined as finding socially beneficial equilibrium, by using mediators. A mediator is a benevolent entity that may act on behalf of agents, but only for the agents that agree to it. We show how a mediator can be trained alongside agents with policy gradient to maximize social welfare subject to constraints that encourage agents to cooperate through the mediator. Our experiments in matrix and iterative games highlight the potential power of applying mediators in MARL.

📄 PDF Abstract BibTeX arXiv:2306.08419

Code (1)

dimonenka/mediatedmarl 공식 구현 pytorch

Tasks

Multi-agent Reinforcement Learningreinforcement-learningReinforcement Learning

Similar Papers 제목 키워드 기반

LLM-Mediated Guidance of MARL Systems

2025-03-16 · Philipp D. Siedler, Ian Gemp

In complex multi-agent environments, achieving efficient learning and desirable behaviours is a significant challenge for Multi-Agent Reinforcement Learning (MARL) systems. This work explores the potential of combining M…

Language ModelingLanguage ModellingLarge Language ModelMulti-agent Reinforcement Learning

Cognitive Exoskeleton: Augmenting Human Cognition with an AI-Mediated Intelligent Visual Feedback

2025-07-09 · Songlin Xu, Xinyu Zhang arxiv

In this paper, we introduce an AI-mediated framework that can provide intelligent feedback to augment human cognition. Specifically, we leverage deep reinforcement learning (DRL) to provide adaptive time pressure feedbac…

Reinforcement Learning

Instigating Cooperation among LLM Agents Using Adaptive Information Modulation

2024-09-16 · Qiliang Chen, Sepehr Ilami, Nunzio Lore, Babak Heydari

This paper introduces a novel framework combining LLM agents as proxies for human strategic behavior with reinforcement learning (RL) to engage these agents in evolving strategic interactions within team environments. Ou…

Reinforcement Learning (RL)

Trace-Mediated Peak Bias: Bridging Temporal Credit Assignment and Cognitive Heuristics in Deep Reinforcement Learning

2026-06-03 · Viktor Veselý, Aleksandar Todorov, Erwan Escudie, Matthia Sabatelli arxiv

Temporal credit assignment is central to both biological and artificial intelligence, yet its interaction with non-linear function approximation is poorly understood. We identify a systematic failure mode in deep reinfor…

Reinforcement Learning

The End of Reward Engineering: How LLMs Are Redefining Multi-Agent Coordination

2026-01-13 · Haoran Su, Yandong Sun, Congjia Yu arxiv

Reward engineering, the manual specification of reward functions to induce desired agent behavior, remains a fundamental challenge in multi-agent reinforcement learning. This difficulty is amplified by credit assignment …

Multi-agent Reinforcement Learning