An online Q-Learning agent for the game of StarCraft II.
The demo below shows a match between the RL agent (left) and a random bot (right).
- Python
- Google DeepMind's PySc2
- Download the StarCraft II game.
- If not present already, in the StarCraft II folder create this folder structure Maps->Melee and place the Simple64 map file in there.
- Install dependencies.
# Install requirements
pip install -r requirements.txt
- Run the main.py file.
# Run rush bot
python demo.py
# Run DQN bot
python main,py
Contributors names and contact info
ex. Jovian Anthony Jaison ex. @jovianjaison
- 0.1
- Initial Release
Inspiration, code snippets, etc.