Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 511 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 511 Bytes

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