Matrix Games¶
MASA currently includes the following multi-agent matrix-game environments under masa.envs.multiagent.matrix.
All of these environments:
use the PettingZoo
ParallelEnvAPI,expose binary global observations,
provide a
label_fnandcost_fnfor safety-aware training, anddefault to flattened observations.
You can instantiate them directly from their module paths, for example:
from masa.envs.multiagent.matrix.chicken import ChickenMatrix
env = ChickenMatrix()