paper-with-me

Papers

Towards Better Sample Efficiency in Multi-Agent Reinforcement Learning via Exploration

2025-03-17 · Amir Baghi, Jens Sjölund, Joakim Bergdahl, Linus Gisslén, Alessandro Sestini

Multi-agent reinforcement learning has shown promise in learning cooperative behaviors in team-based environments. However, such methods often demand extensive training time. For instance, the state-of-the-art method TiZero takes 40 days to train high-quality policies for a football environment. In this paper, we hypothesize that better exploration mechanisms can improve the sample efficiency of multi-agent methods. We propose two different approaches for better exploration in TiZero: a self-supervised intrinsic reward and a random network distillation bonus. Additionally, we introduce architectural modifications to the original algorithm to enhance TiZero's computational efficiency. We evaluate the sample efficiency of these approaches through extensive experiments. Our results show that random network distillation improves training sample efficiency by 18.8% compared to the original TiZero. Furthermore, we evaluate the qualitative behavior of the models produced by both variants against a heuristic AI, with the self-supervised reward encouraging possession and random network distillation leading to a more offensive performance. Our results highlights the applicability of our random network distillation variant in practical settings. Lastly, due to the nature of the proposed method, we acknowledge its use beyond football simulation, especially in environments with strong multi-agent and strategic aspects.

📄 PDF Abstract BibTeX arXiv:2503.13077

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyMulti-agent Reinforcement Learning

Similar Papers 제목 키워드 기반

Higher Replay Ratio Empowers Sample-Efficient Multi-Agent Reinforcement Learning

2024-04-15 · Linjie Xu, Zichuan Liu, Alexander Dockhorn, Diego Perez-Liebana 외

One of the notorious issues for Reinforcement Learning (RL) is poor sample efficiency. Compared to single agent RL, the sample efficiency for Multi-Agent Reinforcement Learning (MARL) is more challenging because of its i…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+2

BabyAI 1.1

2020-07-24 · David Yu-Tung Hui, Maxime Chevalier-Boisvert, Dzmitry Bahdanau, Yoshua Bengio

The BabyAI platform is designed to measure the sample efficiency of training an agent to follow grounded-language instructions. BabyAI 1.0 presents baseline results of an agent trained by deep imitation or reinforcement …

Computational EfficiencyImitation Learningreinforcement-learningReinforcement Learning+1

Exploiting inter-agent coupling information for efficient reinforcement learning of cooperative LQR

2025-04-29 · Shahbaz P Qadri Syed, He Bai

Developing scalable and efficient reinforcement learning algorithms for cooperative multi-agent control has received significant attention over the past years. Existing literature has proposed inexact decompositions of l…

Computational Efficiency

Efficient Multi-agent Reinforcement Learning by Planning

2024-05-20 · Qihan Liu, Jianing Ye, Xiaoteng Ma, Jun Yang 외

Multi-agent reinforcement learning (MARL) algorithms have accomplished remarkable breakthroughs in solving large-scale decision-making tasks. Nonetheless, most existing MARL algorithms are model-free, limiting sample eff…

Computational EfficiencyModel-based Reinforcement LearningMulti-agent Reinforcement Learningreinforcement-learning+3

Off-Policy RL Algorithms Can be Sample-Efficient for Continuous Control via Sample Multiple Reuse

2023-05-29 · Jiafei Lyu, Le Wan, Zongqing Lu, Xiu Li

Sample efficiency is one of the most critical issues for online reinforcement learning (RL). Existing methods achieve higher sample efficiency by adopting model-based methods, Q-ensemble, or better exploration mechanisms…

continuous-controlContinuous ControlQ-LearningReinforcement Learning (RL)