This repository is for the paper "Evolutionary Trainer-based Deep Q-Network for Dynamic Flexible Job Shop Scheduling"
- Python 3.9.
- numPy
- Pytorch
- networkx
- Run GA_traniner.py to perform the training process with GA.
- Run schedulingNewJObArrival.py to perform comparative experiments in new job arrival.
- Run schedulingMachineFault.py to perform comparative experiments in machine failure.