Macro actions based toy DQN StarCraft II AIbot, which beats Hard(Level 5) builtin bot with 95% win rate
- Install Starcraft II from official site
- Install python package manager: pipenv
- Download Training data for attack actions and link to
yuri/attack_train
- Create directory to save random victory data
$ pipenv install
To-do
To-do
$ pylint *.py
Fill configs in yuri/yuri.json
$ pipenv run python -m yuri.main --type game
$ pipenv run python -m yuri.main --type train
This project is licensed under the MIT License - see the LICENSE.md file for details
To-do