oxwhirl / smac

SMAC: The StarCraft Multi-Agent Challenge
MIT License
1.03k stars 228 forks source link

About the results #74

Closed Amanda2024 closed 2 years ago

Amanda2024 commented 3 years ago

hi,

About the x axis, how many steps(or the max-length-limit) did one epoch contain?

douglasrizzo commented 2 years ago

Hi @Amanda-1997, if you take at look inside https://github.com/oxwhirl/smac/blob/master/smac/env/starcraft2/maps/smac_maps.py, you'll see that each map has a different limit attribute, which is the number of steps before the environment resets to the initial state, in case the episode does not end before that.