oxwhirl / smac

SMAC: The StarCraft Multi-Agent Challenge
MIT License
1.07k stars 226 forks source link

Disable the text messages #15

Closed starry-sky6688 closed 4 years ago

starry-sky6688 commented 4 years ago

Hi, I want to disable the text messages(eg "KillUnitBtTag 46") because I need to show the performence of my algorithm by video. Can you tell me how to do this?

starry-sky6688 commented 4 years ago

a

samvelyan commented 4 years ago

Hi there. I'm not really sure if this is possible. I'm using the debug commands on sc2-client proto to kill the units and there seems to be no flag for showing/not showing the commands. Perhaps it can be disabled from the game menu, but I haven't really found from where.

lionsq commented 4 years ago

I am curious about how to use the debug commands in SMAC to disable the texts.

Duke-Allen commented 2 years ago

Hi, I want to disable the text messages(eg "KillUnitBtTag 46") because I need to show the performence of my algorithm by video. Can you tell me how to do this?

Hey, Do you know how to disable the text messages(eg "KillUnitBtTag 46")? I also want to disable the text. Thanks a lot.