Scheduling Servers Shutdown in Grid Computing with Deep Reinforcement Learning
- 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
- Install SimpleRL:
git clone https://github.com/lccasagrande/SimpleRL.git
cd SimpleRL
pip install -e .[tf]
- Install DeepShutdown:
git clone https://github.com/lccasagrande/DeepShutdown.git
cd DeepShutdown
pip install -e .