This repository is the official implementation of the Non-iterative Optimization of Trajectory and Radio Resource for Aerial Network . This work is accepted at the IEEE Transactions on Wireless Communications.
This repository is conda-based. Please install Conda first, then precede the installation. To install requirements:
conda env create -f conda_env.yaml
conda activate drone
You can test the code via
python drone_basestation.py
If you find the code is helpful, please refer our paper!
@ARTICLE{10791413,
author={Lyu, Hyeonsu and Jang, Jonggyu and Lee, Harim and Yang, Hyun Jong},
journal={IEEE Transactions on Wireless Communications},
title={Non-iterative Optimization of Trajectory and Radio Resource for Aerial Network},
year={2024},
volume={},
number={},
pages={1-1},
keywords={Trajectory;Optimization;Quality of service;Wireless communication;Downlink;Internet of Things;Resource management;Power control;Iterative methods;Markov decision processes;Trajectory-planning;user association;resource allocation;power control;quality-of-service;Markov decision process},
doi={10.1109/TWC.2024.3510043}}