Starcraft II

78 papers with code • 3 benchmarks • 4 datasets

Starcraft II is a RTS game; the task is to train an agent to play the game.

( Image credit: The StarCraft Multi-Agent Challenge )

Libraries

Use these libraries to find Starcraft II models and implementations
2 papers
1,692
2 papers
684
2 papers
550
See all 5 libraries.

Most implemented papers

The StarCraft Multi-Agent Challenge

oxwhirl/pymarl 11 Feb 2019

In this paper, we propose the StarCraft Multi-Agent Challenge (SMAC) as a benchmark problem to fill this gap.

QMIX: Monotonic Value Function Factorisation for Deep Multi-Agent Reinforcement Learning

oxwhirl/pymarl ICML 2018

At the same time, it is often possible to train the agents in a centralised fashion in a simulated or laboratory setting, where global state information is available and communication constraints are lifted.

The Surprising Effectiveness of PPO in Cooperative, Multi-Agent Games

marlbenchmark/on-policy 2 Mar 2021

This is often due to the belief that PPO is significantly less sample efficient than off-policy methods in multi-agent systems.

StarCraft II: A New Challenge for Reinforcement Learning

deepmind/pysc2 16 Aug 2017

Finally, we present initial baseline results for canonical deep reinforcement learning agents applied to the StarCraft II domain.

Relational Deep Reinforcement Learning

inoryy/reaver 5 Jun 2018

We introduce an approach for deep reinforcement learning (RL) that improves upon the efficiency, generalization capacity, and interpretability of conventional approaches through structured perception and relational reasoning.

Perceiver IO: A General Architecture for Structured Inputs & Outputs

deepmind/deepmind-research ICLR 2022

A central goal of machine learning is the development of systems that can solve many problems in as many data domains as possible.

QPLEX: Duplex Dueling Multi-Agent Q-Learning

wjh720/QPLEX ICLR 2021

This paper presents a novel MARL approach, called duPLEX dueling multi-agent Q-learning (QPLEX), which takes a duplex dueling network architecture to factorize the joint value function.

Gym-$μ$RTS: Toward Affordable Full Game Real-time Strategy Games Research with Deep Reinforcement Learning

vwxyzjn/gym-microrts 21 May 2021

In recent years, researchers have achieved great success in applying Deep Reinforcement Learning (DRL) algorithms to Real-time Strategy (RTS) games, creating strong autonomous agents that could defeat professional players in StarCraft~II.

TStarBots: Defeating the Cheating Level Builtin AI in StarCraft II in the Full Game

Tencent/TStarBots 19 Sep 2018

Both TStarBot1 and TStarBot2 are able to defeat the built-in AI agents from level 1 to level 10 in a full game (1v1 Zerg-vs-Zerg game on the AbyssalReef map), noting that level 8, level 9, and level 10 are cheating agents with unfair advantages such as full vision on the whole map and resource harvest boosting.

FACMAC: Factored Multi-Agent Centralised Policy Gradients

schroederdewitt/multiagent_mujoco NeurIPS 2021

We propose FACtored Multi-Agent Centralised policy gradients (FACMAC), a new method for cooperative multi-agent reinforcement learning in both discrete and continuous action spaces.