ottolan0728 / Dynamic-Parallel-Machine-Scheduling-with-Deep-Q-network

To help other researchers re-produce or re-use our work, we have shared our code on github.
5 stars 0 forks source link

Could you please tell where can I get your paper about the project? #1

Open igeng opened 2 years ago

igeng commented 2 years ago

Dear author: Thank you for your great work and the spirit of open source.Here I have two question. One is where can I get the paper? I can't find the paper about this project by google. Second is when I run main_batch.py, I met an error like this:

Instance 1 start. And now round is 1

error Traceback (most recent call last): File "D:\PycharmProjects\LoadBalancing_ref\Dynamic-Parallel-Machine-Scheduling-with-Deep-Q-network\main_batch.py", line 115, in Score_list.append(round(1-(job.makespan[0] - job.optimal) / job.optimal, 2)) AttributeError: 'pmsp_env' object has no attribute 'optimal'

What can I do to solve the problem?

shreyassr123 commented 3 months ago

Here is the link for the paper, https://ieeexplore.ieee.org/document/10185153. However, I feel the directory figure is missing from this repository. That is the first error I am getting when I run the file main_batch.py