Skip to content
/ DROO Public
forked from revenol/DROO

A Deep Reinforcement Learning Approach for Online Offloading in Wireless Powered Mobile Edge Computing Networks

License

Notifications You must be signed in to change notification settings

zc300/DROO

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DROO

Deep Reinforcement Learning for Online Offloading in Wireless Powered Mobile-Edge Computing Networks

Python code to reproduce our works on Wireless-powered Mobile-Edge Computing [1], which uses the wireless channel gains as the input and the binary computing mode selection results as the output of a deep neural network (DNN). It includes:

  • memory.py: the DNN structure for the WPMEC, inclduing training structure and test structure

  • data: all data are stored in this subdirectory, includes:

    • data_#.mat: training and testing data sets, where # = {10, 20, 30} is the user number
  • main.py: run this file, inclduing setting system parameters

About our works

  1. Liang Huang, Suzhi Bi, and Ying-jun Angela Zhang, Deep Reinforcement Learning for Online Offloading in Wireless Powered Mobile-Edge Computing Networks, submitted to potential journal.

About authors

  • Liang HUANG, lianghuang AT zjut.edu.cn

  • Suzhi BI, bsz AT szu.edu.cn

  • Ying Jun (Angela) Zhang, yjzhang AT ie.cuhk.edu.hk

Required packages

  • Tensorflow

  • numpy

  • scipy

How the code works

run the file, main.py

About

A Deep Reinforcement Learning Approach for Online Offloading in Wireless Powered Mobile Edge Computing Networks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%