google-deepmind / pysc2

StarCraft II Learning Environment
Apache License 2.0
7.96k stars 1.15k forks source link

Checking if action finished? #322

Closed pablojor closed 1 year ago

pablojor commented 3 years ago

Hi im trying to implement some machine learning and knowing if an action is finished would be really helpful.

Is there anyway to check if an action i made has finished? For example if i move to a point with a troop how can i check if its still moving?

thank you

tewalds commented 1 year ago

You'd have to check what the units are doing in the following observations, as in if they've made it near the target point.