Starcraft

125 papers with code • 0 benchmarks • 6 datasets

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

( Image credit: Macro Action Selection with Deep Reinforcement Learning in StarCraft )

Libraries

Use these libraries to find Starcraft models and implementations
3 papers
1,692
3 papers
34
2 papers
2,373
See all 9 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.

Counterfactual Multi-Agent Policy Gradients

opendilab/DI-engine 24 May 2017

COMA uses a centralised critic to estimate the Q-function and decentralised actors to optimise the agents' policies.

Is Independent Learning All You Need in the StarCraft Multi-Agent Challenge?

cyanrain7/trpo-in-marl 18 Nov 2020

Most recently developed approaches to cooperative multi-agent reinforcement learning in the \emph{centralized training with decentralized execution} setting involve estimating a centralized, joint value function.

Stabilising Experience Replay for Deep Multi-Agent Reinforcement Learning

cts198859/deeprl_dist ICML 2017

Many real-world problems, such as network packet routing and urban traffic control, are naturally modeled as multi-agent reinforcement learning (RL) problems.

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.