This repository implements the proposed method from IEEE 2020 Paper Multi-Agent Reinforcement Learning Based Resource Allocation for UAV Networks
- Install required packages in requirements.txt
python3 -m pip install -r requirements.txt
- Run inference
- Inference with GPU
- Implement in the real work (if possible)
You can cite Paper in BibTeX:
@ARTICLE{8807386,
author={Cui, Jingjing and Liu, Yuanwei and Nallanathan, Arumugam},
journal={IEEE Transactions on Wireless Communications},
title={Multi-Agent Reinforcement Learning-Based Resource Allocation for UAV Networks},
year={2020},
volume={19},
number={2},
pages={729-743},
doi={10.1109/TWC.2019.2935201}}