paper-with-me

Papers

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 budget while beating the previous years learning agents. The proposed algorithm (i) uses imitation learning to seed the policy, (ii) explicitly defines the communication protocol between the two teammates, (iii) shapes the reward to provide a richer feedback signal to each agent during training and (iv) uses masking for catastrophic bad actions. We describe extensive tests against baselines, including those from the 2019 competition leaderboard, and also a specific investigation of the learned policy and the effect of each modification on performance. We show that the proposed approach is able to achieve competitive performance within half a million games of training, significantly faster than other studies in the literature.

📄 PDF Abstract BibTeX arXiv:2011.00424

Code (0)

등록된 구현이 없습니다.

Tasks

Imitation Learning

Similar Papers 제목 키워드 기반

Transformer Guided Coevolution: Improved Team Selection in Multiagent Adversarial Team Games

2024-10-17 · Pranav Rajbhandari, Prithviraj Dasgupta, Donald Sofge

We consider the problem of team selection within multiagent adversarial team games. We propose BERTeam, a novel algorithm that uses a transformer-based deep neural network with Masked Language Model training to select th…

Deep Reinforcement LearningLanguage ModelingLanguage Modelling

Blackbox Attacks on Reinforcement Learning Agents Using Approximated Temporal Information

2019-09-06 · Yiren Zhao, Ilia Shumailov, Han Cui, Xitong Gao 외

Recent research on reinforcement learning (RL) has suggested that trained agents are vulnerable to maliciously crafted adversarial samples. In this work, we show how such samples can be generalised from White-box and Gre…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Time Series Analysis

Sample-Efficient Reinforcement Learning of Partially Observable Markov Games

2022-06-02 · Qinghua Liu, Csaba Szepesvári, Chi Jin

This paper considers the challenging tasks of Multi-Agent Reinforcement Learning (MARL) under partial observability, where each agent only sees her own individual observations and actions that reveal incomplete informati…

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

Seq2Seq Mimic Games: A Signaling Perspective

2018-11-15 · Juan Leni, John Levine, John Quigley

We study the emergence of communication in multiagent adversarial settings inspired by the classic Imitation game. A class of three player games is used to explore how agents based on sequence to sequence (Seq2Seq) model…

Minimax-Optimal Multi-Agent RL in Markov Games With a Generative Model

2022-08-22 · Gen Li, Yuejie Chi, Yuting Wei, Yuxin Chen

This paper studies multi-agent reinforcement learning in Markov games, with the goal of learning Nash equilibria or coarse correlated equilibria (CCE) sample-optimally. All prior results suffer from at least one of the t…

Multi-agent Reinforcement Learning