Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 802 Bytes

scripted_agents.md

File metadata and controls

32 lines (23 loc) · 802 Bytes

Scripted Agents

Built to discover the API and possibilities.

Infinite Scouting Agent (Scripted)

$ python3.6 -m pysc2.bin.agent --map Simple64 --agent nidup.pysc2.agents.ScoutingAgent --agent_race T

SCV Control Groups Agent (Scripted)

$ python3.6 -m pysc2.bin.agent --map Simple64 --agent nidup.pysc2.agents.SCVControlGroupsAgent --agent_race T

SCV Harvester Agent (Scripted)

$ python3.6 -m pysc2.bin.agent --map Simple64 --agent nidup.pysc2.agents.SCVHarvesterAgent --agent_race T

Build Order Agent (Scripted)

$ python3.6 -m pysc2.bin.agent --map Simple64 --agent nidup.pysc2.agents.BuildOrderAgent --agent_race T