pysc2
pysc2 copied to clipboard
play_vs_agent has no flag check for use_raw_units
I've written most of my bots using raw data at this point, but I can't play against them because the default value for use_raw_units in LanSC2Env is False and there's no flag to change that when calling play_vs_agent from the command line.
If I'm missing something please let me know