paper-with-me

Papers

Shared Experience Actor-Critic for Multi-Agent Reinforcement Learning

2020-06-12 · NeurIPS 2020 12 · Filippos Christianos, Lukas Schäfer, Stefano V. Albrecht

Exploration in multi-agent reinforcement learning is a challenging problem, especially in environments with sparse rewards. We propose a general method for efficient exploration by sharing experience amongst agents. Our proposed algorithm, called Shared Experience Actor-Critic (SEAC), applies experience sharing in an actor-critic framework. We evaluate SEAC in a collection of sparse-reward multi-agent environments and find that it consistently outperforms two baselines and two state-of-the-art algorithms by learning in fewer steps and converging to higher returns. In some harder environments, experience sharing makes the difference between learning to solve the task and not learning at all.

📄 PDF Abstract BibTeX arXiv:2006.07169

Code (3)

uoe-agents/lb-foraging 공식 구현
uoe-agents/seac 공식 구현 pytorch
uoe-agents/robotic-warehouse

Tasks

Efficient ExplorationMulti-agent Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Off-Policy Actor-Critic with Shared Experience Replay

2019-09-25 · ICML 2020 1 · Simon Schmitt, Matteo Hessel, Karen Simonyan

We investigate the combination of actor-critic reinforcement learning algorithms with uniform large-scale experience replay and propose solutions for two challenges: (a) efficient actor-critic learning with experience re…

Atari GamesReinforcement Learning

The Multi-Agent Pickup and Delivery Problem: MAPF, MARL and Its Warehouse Applications

2022-03-14 · Tim Tsz-Kit Lau, Biswa Sengupta

We study two state-of-the-art solutions to the multi-agent pickup and delivery (MAPD) problem based on different principles -- multi-agent path-finding (MAPF) and multi-agent reinforcement learning (MARL). Specifically, …

Multi-Agent Path FindingMulti-agent Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

Complementary RL: Towards Efficient Experience-Driven Agent Learning

2026-03-18 · Dilxat Muhtar, Jiashun Liu, Wei Gao, Weixun Wang 외 arxiv

Reinforcement Learning (RL) has emerged as a powerful paradigm for training LLM-based agents, yet remains limited by low sample efficiency, stemming not only from sparse outcome feedback but also from the agent's inabili…

Reinforcement Learning

Learning to Coordinate in Multi-Agent Systems: A Coordinated Actor-Critic Algorithm and Finite-Time Guarantees

2021-10-11 · Siliang Zeng, Tianyi Chen, Alfredo Garcia, Mingyi Hong

Multi-agent reinforcement learning (MARL) has attracted much research attention recently. However, unlike its single-agent counterpart, many theoretical and algorithmic aspects of MARL have not been well-understood. In t…

Multi-agent Reinforcement Learning

Distributed Prioritized Experience Replay

2018-03-02 · ICLR 2018 1 · Dan Horgan, John Quan, David Budden, Gabriel Barth-Maron 외

We propose a distributed architecture for deep reinforcement learning at scale, that enables agents to learn effectively from orders of magnitude more data than previously possible. The algorithm decouples acting from le…

Atari GamesDeep Reinforcement Learningreinforcement-learningReinforcement Learning+1