Skip to content

Scheduling Servers Shutdown in Grid Computing with Deep Reinforcement Learning.

License

Notifications You must be signed in to change notification settings

lccasagrande/DeepShutdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepShutdown

Scheduling Servers Shutdown in Grid Computing with Deep Reinforcement Learning

Install

  1. Make sure you have Batsim v3.1.0 installed and working. Otherwise, you must follow Batsim installation instructions. Check the version of Batsim with:
batsim --version
  1. Install SimpleRL:
git clone https://github.com/lccasagrande/SimpleRL.git
cd SimpleRL
pip install -e .[tf]
  1. Install DeepShutdown:
git clone https://github.com/lccasagrande/DeepShutdown.git
cd DeepShutdown
pip install -e .