oxwhirl / smac

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

Add `state` API for PettingZoo env #105

Closed mansicer closed 1 year ago

mansicer commented 1 year ago

Current PettingZoo implementation lacks the state method, which is a standard PettingZoo API. Adding this API will help implementations of centralized training methods like QMIX.

Made two modifications: