paper-with-me

Papers

Leveraging Transformers for StarCraft Macromanagement Prediction

2021-10-11 · Muhammad Junaid Khan, Shah Hassan, Gita Sukthankar

Inspired by the recent success of transformers in natural language processing and computer vision applications, we introduce a transformer-based neural architecture for two key StarCraft II (SC2) macromanagement tasks: global state and build order prediction. Unlike recurrent neural networks which suffer from a recency bias, transformers are able to capture patterns across very long time horizons, making them well suited for full game analysis. Our model utilizes the MSC (Macromanagement in StarCraft II) dataset and improves on the top performing gated recurrent unit (GRU) architecture in predicting global state and build order as measured by mean accuracy over multiple time horizons. We present ablation studies on our proposed architecture that support our design decisions. One key advantage of transformers is their ability to generalize well, and we demonstrate that our model achieves an even better accuracy when used in a transfer learning setting in which models trained on games with one racial matchup (e.g., Terran vs. Protoss) are transferred to a different one. We believe that transformers' ability to model long games, potential for parallelization, and generalization performance make them an excellent choice for StarCraft agents.

📄 PDF Abstract BibTeX arXiv:2110.05343

Code (0)

등록된 구현이 없습니다.

Tasks

PredictionStarcraftStarcraft IITransfer Learning

Similar Papers 제목 키워드 기반

Learning Macromanagement in StarCraft from Replays using Deep Learning

2017-07-12 · Niels Justesen, Sebastian Risi

The real-time strategy game StarCraft has proven to be a challenging environment for artificial intelligence techniques, and as a result, current state-of-the-art solutions consist of numerous hand-crafted modules. In th…

Deep LearningDeep Reinforcement LearningReinforcement LearningStarcraft

NeuroPAL: Punctuated Anytime Learning with Neuroevolution for Macromanagement in Starcraft: Brood War

2025-06-12 · Jim O'Connor, Yeonghun Lee, Gary B Parker

StarCraft: Brood War remains a challenging benchmark for artificial intelligence research, particularly in the domain of macromanagement, where long-term strategic planning is required. Traditional approaches to StarCraf…

Computational EfficiencyStarcraft

Transformer-based Value Function Decomposition for Cooperative Multi-agent Reinforcement Learning in StarCraft

2022-08-15 · Muhammad Junaid Khan, Syed Hammad Ahmed, Gita Sukthankar

The StarCraft II Multi-Agent Challenge (SMAC) was created to be a challenging benchmark problem for cooperative multi-agent reinforcement learning (MARL). SMAC focuses exclusively on the problem of StarCraft micromanagem…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement Learning (RL)SMAC+3

Forward Modeling for Partial Observation Strategy Games - A StarCraft Defogger

2018-11-30 · ICLR 2018 1 · Gabriel Synnaeve, Zeming Lin, Jonas Gehring, Dan Gant 외

We formulate the problem of defogging as state estimation and future state prediction from previous, partial observations in the context of real-time strategy games. We propose to employ encoder-decoder neural networks f…

DecoderReal-Time Strategy GamesStarcraftState Estimation

Multi-platform Version of StarCraft: Brood War in a Docker Container: Technical Report

2018-01-07 · Michal Šustr, Jan Malý, Michal Čertický

We present a dockerized version of a real-time strategy game StarCraft: Brood War, commonly used as a domain for AI research, with a pre-installed collection of AI developement tools supporting all the major types of Sta…

Real-Time Strategy GamesStarcraft