Open igeng opened 2 years 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
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?