wycharry / TStarBots

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TStarBots

Code for the StarCraft2 AI as described in the technical report [1].

For installation, please strictly follow below steps in order.

1. Install PySC2 Tencent Extension

PySC2 Tencent Extension is described in Section 3.1 of [1]. For installation, refer to https://github.com/Tencent/PySC2TencentExtension and follow the README there carefully.

2. Install TStarBot1

TStarBot1 is described in Secion 3.2 of [1]. For installation, refer to https://github.com/Tencent/TStarBot1 and follow the README there carefully.

3. Install TStarBot2

TStarBot2 is described in Section 3.3 of [1]. For installation, refer to https://github.com/Tencent/TStarBot2 and follow the README there carefully.

Reference

[1] https://arxiv.org/abs/1809.07193

About