Skip to content

swkim3866/gs-linkhq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GS-LinkHQ

GS-LinkHQ is a reinforcement learning based agent that generates policy for both computation offloading and distributed caching in the GEdge-Platform. The policy supports horizontal (between cloud edge and neighbor cloud edge) and vertical (between cloud edge and core cloud) collaboration.

policy_gen_workflow

The policy for computaion offloading

  • Providing offloading service developers (or service providers) with edge resource allocation policies and capabilities required to implement policies for offloading service development
    • Supporting offloading service provisioning: Optimized resource allocation
  • Resource allocation policy
    • Where to deploy
    • How to deploy
    • Collaborative deployment or Noncollaborative deployment
      • Horizontal, vertical and horizontal + vertical collaboration
  • Policy provide point
    • Service development point
    • When quality of service decreases → When scale out or scale up
    • Choosing load balancing method

The information considered to decide the policy is as follows.

  • Offloading service definition
    1. CPU specification
    2. GPU usage and specification
    3. Storage/cache specification
    4. Service properties (network delay sensitive, availability sensitive, etc.)
  • Cloud edge (include neighbor edge's information) system resource status information
    1. CPU usage
    2. GPU usage
    3. Storage/cache usage
    4. Network quality status (latency) (Bet CEs, Bet CE and CC)
    5. Deployed offloading services quality

Components

GS-LinkHQ consists of three subprojects

development_workflow

  • simulator: Develop proposed methods first with simulator
    • Virtual Cluster edge(Single cluster based edge) environment
    • Include resource map, network performance map, and offloading service(task) definition
    • Use Q-Learning, DQN with intelligent technology
  • testbed: Develop and validate agents on testbed
    • K8s based single cluster environment
  • agent: Reinforcement learning agent developed with the above two projects
    • Real-world (GEdge-Platform) environment

Requirements

  • Docker (or Nvidia Docker)
  • Docker compose

Usage

1. Clone repository

git clone https://github.com/gedge-platform/gs-linkhq.git

2. Build images and run containers

docker compose up --build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.2%
  • Dockerfile 2.8%