Saltbot is an ai that plays StarCraft II
In it's current development stage, it is a series of agents written agains the pysc2 environment from DeepMind.
Requires the sc2 RL environment from DeepMind.
From the root directory of the repository run:
python -m pysc2.bin.agent --map CollectMineralShards --agent saltbot.agents.scripted_agent.NibzCollectMineralShards
or
python -m pysc2.bin.agent --map Simple64 --agent saltbot.agents.saltbot.MineMinerals --agent_race P
Collect Mineral Shards