Skip to content

Latest commit

 

History

History
executable file
·
31 lines (18 loc) · 685 Bytes

README.rst

File metadata and controls

executable file
·
31 lines (18 loc) · 685 Bytes

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 .