Joy Jiang

Results 2 comments of Joy Jiang

Same problem. When i run multiple smac instances, this could be really annoying. I struggled to find these outputs are caused by package `pysc2`, and there was already an [issue](https://github.com/deepmind/pysc2/issues/101#issuecomment-1514695922)...

Unfortunately, this behavior is still the same in today's version. I suggest updating the method [`StarcraftProcess()._launch()`](https://github.com/deepmind/pysc2/blob/master/pysc2/lib/sc_process.py#L191-L199) that already receives `**kwargs` but does not make use of it. ```python def _launch(self,...