├── .gitignore ├── HsAgent.cs ├── HsScene.unity ├── LICENSE ├── README.md └── flowchart.JPG /.gitignore: -------------------------------------------------------------------------------- 1 | *.meta 2 | git_commit_logs.txt -------------------------------------------------------------------------------- /HsAgent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IntelligentNetworkingLAB/Optimize-Deployment-and-Minimize-Data-Processing-Time-based-on-Reinforcement-learning-in-UAV-MEC-env/HEAD/HsAgent.cs -------------------------------------------------------------------------------- /HsScene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IntelligentNetworkingLAB/Optimize-Deployment-and-Minimize-Data-Processing-Time-based-on-Reinforcement-learning-in-UAV-MEC-env/HEAD/HsScene.unity -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IntelligentNetworkingLAB/Optimize-Deployment-and-Minimize-Data-Processing-Time-based-on-Reinforcement-learning-in-UAV-MEC-env/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IntelligentNetworkingLAB/Optimize-Deployment-and-Minimize-Data-Processing-Time-based-on-Reinforcement-learning-in-UAV-MEC-env/HEAD/README.md -------------------------------------------------------------------------------- /flowchart.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IntelligentNetworkingLAB/Optimize-Deployment-and-Minimize-Data-Processing-Time-based-on-Reinforcement-learning-in-UAV-MEC-env/HEAD/flowchart.JPG --------------------------------------------------------------------------------