oxwhirl / smac

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

How to get the action of enemies at some timestep? #94

Closed wang88256187 closed 2 years ago

wang88256187 commented 2 years ago

Hi, I want look how the enemy agents reflact to my agents' action, is there some API can help me?

samvelyan commented 2 years ago

Hi. The enemy team in SMAC is controlled by a in-game heuristic AI. There is, unfortunately, no way to which action it chose (from a completely different action space).

On Wed, 20 Apr 2022 at 15:46, wang88256187 @.***> wrote:

Hi, I want look how the enemy agents reflact to my agents' action, is there some API can help me?

— Reply to this email directly, view it on GitHub https://github.com/oxwhirl/smac/issues/94, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACKGD7MHD6NKGVBG5KSF3LLVGAKFJANCNFSM5T4JOYBA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Best wishes, Mikayel Samvelyan