oxwhirl / smac

SMAC: The StarCraft Multi-Agent Challenge
MIT License
1.04k stars 227 forks source link

Description of the level of built-in AI #39

Closed tania2333 closed 4 years ago

tania2333 commented 4 years ago

As is described in the documentation, the built-in AI is set to level 7 -"very difficult". I guess AI of level 7 is more intelligent than lower level but I don't quite know the concrete settings of this level. Maybe the enemies of level-7 can share their observations while the enemies of lower levels can't, I guess. Could someone give the description of the specific settings of every level?

samvelyan commented 4 years ago

Here is some information about AI levels on StarCtaft II Liquipedia.

For our experiments using the micro scenarios in SMAC, we noticed no difference between levels 7 and 10. We assume that these difficulties play a more major role for macro, but have little to no effect on rather small unit micromanagement.

tania2333 commented 4 years ago

Thank you for the reply.