Pytorch implementation of the paper "Cooperative and Asynchronous Transformer-based Mission Planning for Heterogeneous Teams of Mobile Robots".
You could start training with by running sh train_gridworld.sh
in directory matsar/scripts.
Similar to training, you could run sh render_gridworld.sh
in directory matsar/scripts to start evaluation. Remember to set up your path to the cooresponding model, correct hyperparameters and related evaluation parameters.
The performance of a model trained on a
The preprint is now available on arXiv:
@misc{farjadnasab2024cooperative,
title={Cooperative and Asynchronous Transformer-based Mission Planning for Heterogeneous Teams of Mobile Robots},
author={Milad Farjadnasab and Shahin Sirouspour},
year={2024},
eprint={2410.06372},
archivePrefix={arXiv},
primaryClass={cs.RO}
}