Metadata-Version: 2.1
Name: SMACv2
Version: 1.0.0
Summary: SMACv2 - StarCraft Multi-Agent Challenge.
Home-page: https://github.com/oxwhirl/smacv2
Author: WhiRL
Author-email: benellis@robots.ox.ac.uk
License: MIT License
Keywords: StarCraft,Multi-Agent Reinforcement Learning
License-File: LICENSE
Requires-Dist: pysc2>=3.0.0
Requires-Dist: protobuf<3.21
Requires-Dist: s2clientprotocol>=4.10.1.75800.0
Requires-Dist: absl-py>=0.1.0
Requires-Dist: numpy>=1.10
Requires-Dist: pygame>=2.0.0
Provides-Extra: dev
Requires-Dist: pre-commit>=2.0.1; extra == "dev"
Requires-Dist: black>=19.10b0; extra == "dev"
Requires-Dist: flake8>=3.7; extra == "dev"
Requires-Dist: flake8-bugbear>=20.1; extra == "dev"

SMACv2 - StarCraft Multi-Agent Challenge

SMACv2 is an update to Whirl’s Starcraft Multi-Agent Challenge, 
which is a benchmark for research in the field of cooperative 
multi-agent reinforcement learning. SMAC and SMACv2 both focus 
on decentralised micromanagement scenarios in StarCraft II, 
rather than the full game.

The accompanying paper which outlines the motivation for using SMAC as well as
results using the state-of-the-art deep multi-agent reinforcement learning
algorithms can be found at https://www.arxiv.link

Read the README at https://github.com/oxwhirl/smacv2 for more information.
