/DJSP

DRL for DJSP

Primary LanguagePython

##DJSP

This is an implementation of the paper "A spatial pyramid pooling-based deep reinforcement learning model for dynamic job-shop scheduling problem"

Requirements

  • python >=3.6 (python=3.6 in our environment)
  • pytorch >= 1.10 (pytorch=1.10.2 in our environment)
  • the detailed requirements can be found in the requirements.txt file

Installation

pip install -r requirements.txt

Quick to start