paper-with-me

Papers

SMAClite: A Lightweight Environment for Multi-Agent Reinforcement Learning

2023-05-09 · Adam Michalski, Filippos Christianos, Stefano V. Albrecht

There is a lack of standard benchmarks for Multi-Agent Reinforcement Learning (MARL) algorithms. The Starcraft Multi-Agent Challenge (SMAC) has been widely used in MARL research, but is built on top of a heavy, closed-source computer game, StarCraft II. Thus, SMAC is computationally expensive and requires knowledge and the use of proprietary tools specific to the game for any meaningful alteration or contribution to the environment. We introduce SMAClite -- a challenge based on SMAC that is both decoupled from Starcraft II and open-source, along with a framework which makes it possible to create new content for SMAClite without any special knowledge. We conduct experiments to show that SMAClite is equivalent to SMAC, by training MARL algorithms on SMAClite and reproducing SMAC results. We then show that SMAClite outperforms SMAC in both runtime speed and memory.

📄 PDF Abstract BibTeX arXiv:2305.05566

Code (1)

uoe-agents/smaclite 공식 구현

Tasks

Multi-agent Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)SMACSMAC+StarcraftStarcraft II

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

$TAR^2$: Temporal-Agent Reward Redistribution for Optimal Policy Preservation in Multi-Agent Reinforcement Learning

2025-02-07 · Aditya Kapoor, Kale-ab Tessera, Mayank Baranwal, Harshad Khadilkar 외

In cooperative multi-agent reinforcement learning (MARL), learning effective policies is challenging when global rewards are sparse and delayed. This difficulty arises from the need to assign credit across both agents an…

Multi-agent Reinforcement LearningTAR

Flatland: a Lightweight First-Person 2-D Environment for Reinforcement Learning

2018-09-03 · Hugo Caselles-Dupré, Louis Annabi, Oksana Hagen, Michael Garcia-Ortiz 외

Flatland is a simple, lightweight environment for fast prototyping and testing of reinforcement learning agents. It is of lower complexity compared to similar 3D platforms (e.g. DeepMind Lab or VizDoom), but emulates phy…

Lifelong learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Randomness is sometimes necessary for coordination

2026-05-07 · Rohan Patil, Jai Malegaonkar, Henrik I. Christensen arxiv

Full parameter sharing is standard in cooperative multi-agent reinforcement learning (MARL) for homogeneous agents. Under permutation-symmetric observations, however, a shared deterministic policy outputs identical actio…

Multi-agent Reinforcement Learning

WarpDrive: Extremely Fast End-to-End Deep Multi-Agent Reinforcement Learning on a GPU

2021-08-31 · Tian Lan, Sunil Srinivasa, Huan Wang, Stephan Zheng

Deep reinforcement learning (RL) is a powerful framework to train decision-making models in complex environments. However, RL can be slow as it requires repeated interaction with a simulation of the environment. In parti…

CPUDecision MakingDeep Reinforcement LearningGPU+3

Mini Honor of Kings: A Lightweight Environment for Multi-Agent Reinforcement Learning

2024-06-06 · Lin Liu, Jian Zhao, Cheng Hu, Zhengtao Cao 외

Games are widely used as research environments for multi-agent reinforcement learning (MARL), but they pose three significant challenges: limited customization, high computational demands, and oversimplification. To addr…

Multi-agent Reinforcement Learning