Skip to content

Latest commit

 

History

History

mpe

How to Use

Train MPE with MAPPO algorithm:

python train_ppo.py --config mpe_ppo.yaml

Train MPE with JRPO algorithm:

python train_ppo.py --config mpe_jrpo.yaml

Train MPE with MAT algorithm:

python train_mat.py --config mpe_mat.yaml

Train MPE with VDN algorithm:

python train_vdn.py --config mpe_vdn.yaml