An Introduction of mini-AlphaStar

Ruo-Ze Liu,Wenhai Wang,Yanjie Shen,Zhiqi Li,Yang Yu,Tong Lu
DOI: https://doi.org/10.48550/arXiv.2104.06890
2021-11-17
Abstract:StarCraft II (SC2) is a real-time strategy game in which players produce and control multiple units to fight against opponent's units. Due to its difficulties, such as huge state space, various action space, a long time horizon, and imperfect information, SC2 has been a research hotspot in reinforcement learning. Recently, an agent called AlphaStar (AS) has been proposed, which shows good performance, obtaining a high win rate of 99.8% against human players. We implemented a mini-scaled version of it called mini-AlphaStar (mAS) based on AS's paper and pseudocode. The difference between AS and mAS is that we substituted the hyper-parameters of AS with smaller ones for mini-scale training. Codes of mAS are all open-sourced (<a class="link-external link-https" href="https://github.com/liuruoze/mini-AlphaStar" rel="external noopener nofollow">this https URL</a>) for future research.
Artificial Intelligence
What problem does this paper attempt to address?