skjb / pysc2-tutorial

Tutorials for building a PySC2 bot
https://medium.com/@skjb/building-a-basic-pysc2-agent-b109cde1477c
MIT License
287 stars 85 forks source link

How do run for more number number of iterations? #3

Closed keerthanpg closed 6 years ago

keerthanpg commented 6 years ago

I cloned and ran step5 smart agent and it always terminates at 2500 steps.

image

Also, the rewards are 0 for as far as I can see. How do we check the history?

skjb commented 6 years ago

@keerthanpg make sure you use --max_agent_steps 0 as a command line argument when running the agent

The reward will be 0 except for steps immediately after an enemy unit or building is killed