paper-with-me

Papers

Skynet: A Top Deep RL Agent in the Inaugural Pommerman Team Competition

2019-04-20 · Chao Gao, Pablo Hernandez-Leal, Bilal Kartal, Matthew E. Taylor

The Pommerman Team Environment is a recently proposed benchmark which involves a multi-agent domain with challenges such as partial observability, decentralized execution (without communication), and very sparse and delayed rewards. The inaugural Pommerman Team Competition held at NeurIPS 2018 hosted 25 participants who submitted a team of 2 agents. Our submission nn_team_skynet955_skynet955 won 2nd place of the "learning agents'' category. Our team is composed of 2 neural networks trained with state of the art deep reinforcement learning algorithms and makes use of concepts like reward shaping, curriculum learning, and an automatic reasoning module for action pruning. Here, we describe these elements and additionally we present a collection of open-sourced agents that can be used for training and testing in the Pommerman environment. Code available at: https://github.com/BorealisAI/pommerman-baseline

📄 PDF Abstract BibTeX arXiv:1905.01360

Code (1)

BorealisAI/pommerman-baseline 공식 구현

Tasks

Deep Reinforcement LearningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Accelerating Training in Pommerman with Imitation and Reinforcement Learning

2019-11-12 · Hardik Meisheri, Omkar Shelke, Richa Verma, Harshad Khadilkar

The Pommerman simulation was recently developed to mimic the classic Japanese game Bomberman, and focuses on competitive gameplay in a multi-agent setting. We focus on the 2$\times$2 team version of Pommerman, developed …

Imitation Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Continual Match Based Training in Pommerman: Technical Report

2018-12-18 · Peng Peng, Liang Pang, Yufeng Yuan, Chao GAO

Continual learning is the ability of agents to improve their capacities throughout multiple tasks continually. While recent works in the literature of continual learning mostly focused on developing either particular los…

Continual Learning

Sample Efficient Training in Multi-Agent Adversarial Games with Limited Teammate Communication

2020-11-01 · Hardik Meisheri, Harshad Khadilkar

We describe our solution approach for Pommerman TeamRadio, a competition environment associated with NeurIPS 2019. The defining feature of our algorithm is achieving sample efficiency within a restrictive computational b…

Imitation Learning

Inaugural MOASEI Competition at AAMAS'2025: A Technical Report

2025-07-07 · Ceferino Patino, Tyler J. Billings, Alireza Saleh Abadi, Daniel Redder 외

We present the Methods for Open Agent Systems Evaluation Initiative (MOASEI) Competition, a multi-agent AI benchmarking event designed to evaluate decision-making under open-world conditions. Built on the free-range-zoo …

BenchmarkingDecision MakingLanguage ModelingLanguage Modelling+1

Multi-Agent Training for Pommerman: Curriculum Learning and Population-based Self-Play Approach

2024-06-30 · Nhat-Minh Huynh, Hoang-Giang Cao, I-Chen Wu

Pommerman is a multi-agent environment that has received considerable attention from researchers in recent years. This environment is an ideal benchmark for multi-agent training, providing a battleground for two teams wi…