Code Monkey home page Code Monkey logo

nextg-admission-control's Introduction

Admission Control in NextG Scenario with Reinforcement Learning

The goal is to have scenario/environment where requests will arrive needing resources from the Provider (INP) and it needs to decide which ones to accept or reject. We will be using Reinforcement Learning to maximize the INP profit. The pricing model is dynamic and changes depending on a set of different factors such as Supply,Demand,Priority, Resource Usage and job duration.

About Folders

  • ./dataset contains datasets generated through "generate_dset.py" source for deterministic experiments
  • ./src contains the code and libraries for running a fcfs and the RL versions
  • ./params contains the csv parameters generated through random_search.py performed via RayTune

Sources

  • ./RL_torch.py is the code that calls and manages the environment and DDQN algorithm(pytorch)
  • ./fcfs.py is a first-come-first-served approach
  • ./random_search.py does a hyperparameter search with RayTuning to find the best network configuration
  • ./utils_models.py contains the model architecture used for testing
  • ./utils_nextg.py contains code for management the Environment, Queue and Request structure
  • ./utils_parameters.py has some global definitions for imports
  • ./utils_replay_buffers.py contains a set of different replay buffers used for testing
  • ./utils.py has a few general functions that don't fit on the other categories

Reference

If using this code for anything, please cite the following paper:

(Waiting IEEE Release)

nextg-admission-control's People

Contributors

vcruzer avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.