https://github.com/bytedance/drl-based-vm-rescheduling
This repo contains the implementation of deep reinforcement learning (DRL) algorithms for virtual machine rescheduling in data centers.
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.9%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
This repo contains the implementation of deep reinforcement learning (DRL) algorithms for virtual machine rescheduling in data centers.
Basic Info
- Host: GitHub
- Owner: bytedance
- License: apache-2.0
- Language: Python
- Default Branch: main
- Size: 300 KB
Statistics
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
- Releases: 0
Archived
Created over 3 years ago
· Last pushed over 3 years ago
Metadata Files
Readme
Contributing
License
README.md
Deep Reinforcement Learning-based Virtual Machine Rescheduling
We are still working on this repository. A more complete and clean version will be provided soon.
Installation Steps
- Install Anaconda:
$ conda create -n rl_vm_scheduling python=3.7
$ conda activate rl_vm_scheduling
- Install RLlib:
$ pip install gym==0.23.1
$ pip install "ray[rllib]" tensorflow torch
$ pip install -e gym-reschdule_combination
Running Steps
- Train PPO-based agent
$ python3 main.py - To use pretrained model for VM selection
$ python3 main.py --track --model [mlp/attn] --pretrain - Evaluation
$ python3 eval.py --restore-name [] --restore-file-name [] --model [mlp/attn]
Environments
- generalizer-v0: Base environment. Fixed number of VMs.
- generalizer-v1: Dynamic number of VMs.
- graph-v1: Dynamic number of VMs with vm-pm affiliations to support graph models.
Owner
- Name: Bytedance Inc.
- Login: bytedance
- Kind: organization
- Location: Singapore
- Website: https://opensource.bytedance.com
- Twitter: ByteDanceOSS
- Repositories: 255
- Profile: https://github.com/bytedance
GitHub Events
Total
- Watch event: 5
Last Year
- Watch event: 5
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
gym-reschdule_combination/gym_reschdule_combination.egg-info/requires.txt
pypi
- gym *
gym-reschdule_combination/setup.py
pypi
- gym *