A link to our paper can be found on Arxiv.
Official codebase for Offline Pre-trained Multi-Agent Decision Transformer. Contains scripts to reproduce experiments.
It may be necessary to add the respective directories to your PYTHONPATH.
The offline smac dataset for this repo is available at here.
## password is vp1ulk
- setup python environment with
pip install -r requirements.txt
- to install StarCraft II & SMAC, you could run
bash install_sc2.sh
. Or you could install them manually to other path you like, following the official link: https://github.com/oxwhirl/smac. - enter the
./sc2/
folder. - set hyper-parameters in
run_madt_sc2.py
line 19-49 according to appendix. - select a maps to test in
envs/config.py
line 142 - run the
run_madt_sc2.py
script