Our current environment implementation only gives support for one Agent per environment. We need to add support for two Agents on a single environment.
Note: Currently, pysc2 only gives support to at most 2 players on a single map. When this limit is expanded, it would be a good thing to support multiple agents on a single map.
Our current environment implementation only gives support for one Agent per environment. We need to add support for two Agents on a single environment.