Skip to content

lzwgiter/Intelligent-Adaptive-Gossip-based-Broadcast-Protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intelligent Adaptive Gossip-based Broadcast Protocol

Authors: Zhe Ren, Xinghua Li, Yinbin Miao, Zhuowen Li, Zihao Wang, Ximeng Liu, Robert H. Deng Keywords: UAVs, Gossip Protocol, Sparse Rewards, Partially Observable Markov Decision Process, Reinforcement Learning

Requirements

  • Python
  • NS-3 (version == 3.25)

Description

The Proof-of-concept is made up of two parts as follows:

  • UAVNET environment simulated using NS-3
  • Deep Reinforcement Learning code

Among them, the UAVNET environment code is GossipEnvironment.py, while others compose the deep reinforcement learning code.

Installation

Note: The NS-3 simulation environment with python support needs to be installed, more details see: ns-3 | a discrete-event network simulator for internet systems (nsnam.org)

Python Dependencies:

  • pytorch
  • gym
  • tqdm

Usage

  • After alter the train parameters, to train a new model:
$ python branching_dqn.py
  • Using a pre-trained model:
$ python enjoy.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages