Skip to content
/ SMIX Public

Code for "SMIX(λ): Enhancing Centralized Value Functions for Cooperative Multi-Agent Reinforcement Learning" AAAI 2020

License

Notifications You must be signed in to change notification settings

chaovven/SMIX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMIX(λ)

PyTorch implementation of "SMIX(λ): Enhancing Centralized Value Functions for Cooperative Multi-Agent Reinforcement Learning". If you use our code please cite the paper.

Installation

SMIX(λ) is tested on SMAC environment. The installation procedure is the same as pymarl.

Run SMIX(λ)

Run SMIX(λ) on 3s5z map:

python3 src/main.py --config=smix --env-config=sc2 with env_args.map_name=3s5z

Results

Replays of SMIX(λ)

Videos of SMIX(λ)'s performance on 3s5z scenario are available respectively at:

Citing SMIX(λ)

In BibTeX format:

@inproceedings{wen20smix,
  title={SMIX($\lambda$): Enhancing Centralized Value Functions for Cooperative Multi-Agent Reinforcement Learning},
  author={Wen, Chao and Yao, Xinghu and Wang, Yuhui and Tan, Xiaoyang},
  booktitle={Proceedings of the Thirty-Fourth AAAI Conference on Artificial Intelligence},
  year={2020},
}

About

Code for "SMIX(λ): Enhancing Centralized Value Functions for Cooperative Multi-Agent Reinforcement Learning" AAAI 2020

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published