paper-with-me

Papers

MARLlib: A Scalable and Efficient Multi-agent Reinforcement Learning Library

2022-10-11 · Siyi Hu, Yifan Zhong, Minquan Gao, Weixun Wang, Hao Dong, Xiaodan Liang, Zhihui Li, Xiaojun Chang, Yaodong Yang

A significant challenge facing researchers in the area of multi-agent reinforcement learning (MARL) pertains to the identification of a library that can offer fast and compatible development for multi-agent tasks and algorithm combinations, while obviating the need to consider compatibility issues. In this paper, we present MARLlib, a library designed to address the aforementioned challenge by leveraging three key mechanisms: 1) a standardized multi-agent environment wrapper, 2) an agent-level algorithm implementation, and 3) a flexible policy mapping strategy. By utilizing these mechanisms, MARLlib can effectively disentangle the intertwined nature of the multi-agent task and the learning process of the algorithm, with the ability to automatically alter the training strategy based on the current task's attributes. The MARLlib library's source code is publicly accessible on GitHub: \url{https://github.com/Replicable-MARL/MARLlib}.

📄 PDF Abstract BibTeX arXiv:2210.13708

Code (1)

replicable-marl/marllib 공식 구현 tf

Tasks

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

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

ElegantRL-Podracer: Scalable and Elastic Library for Cloud-Native Deep Reinforcement Learning

2021-12-11 · Xiao-Yang Liu, Zechu Li, Zhuoran Yang, Jiahao Zheng 외

Deep reinforcement learning (DRL) has revolutionized learning and actuation in applications such as game playing and robotic control. The cost of data collection, i.e., generating transitions from agent-environment inter…

Deep Reinforcement LearningGPUreinforcement-learningReinforcement Learning+3

moolib: A Platform for Distributed RL

2022-01-26 · Vegard Mella, Eric Hambro, Danielle Rothermel, Heinrich Küttler

We present moolib, a library that enables the implementation of distributed reinforcement learning and other machine learning codebases. Our implementation aims to be both simple and scalable, targeting researchers wit…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

PettingZoo: Gym for Multi-Agent Reinforcement Learning

2020-09-30 · NeurIPS 2021 12 · J. K. Terry, Benjamin Black, Nathaniel Grammel, Mario Jayakumar 외

This paper introduces the PettingZoo library and the accompanying Agent Environment Cycle ("AEC") games model. PettingZoo is a library of diverse sets of multi-agent environments with a universal, elegant Python API. Pet…

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

Reinforcement Learning Optimization for Large-Scale Learning: An Efficient and User-Friendly Scaling Library

2025-06-06 · Weixun Wang, Shaopan Xiong, Gengru Chen, Wei Gao 외

We introduce ROLL, an efficient, scalable, and user-friendly library designed for Reinforcement Learning Optimization for Large-scale Learning. ROLL caters to three primary user groups: tech pioneers aiming for cost-effe…

Management

XuanCe: A Comprehensive and Unified Deep Reinforcement Learning Library

2023-12-25 · Wenzhang Liu, Wenzhe Cai, Kun Jiang, Guangran Cheng 외

In this paper, we present XuanCe, a comprehensive and unified deep reinforcement learning (DRL) library designed to be compatible with PyTorch, TensorFlow, and MindSpore. XuanCe offers a wide range of functionalities, in…

CPUDeep Reinforcement LearningGPUMuJoCo+2