Dna072 / drl-jss

Deep Reinforcement Learning for Job Shop Scheduling
0 stars 0 forks source link

Update benchmark algorithms to utilize the multi job functionality. #4

Open Dna072 opened 8 months ago

Dna072 commented 8 months ago

After updating the environment to be able to process multiple jobs when machines are started, we have to update the benchmark algorithms, EDD, FIFO and Random agent to utilize the ability of assigning multi-jobs to machines. After this we can compare our benchmark algorithms with DQN.