RL-Job-Shop-Scheduling
RL-Job-Shop-Scheduling copied to clipboard
where to find the solution results?
I am new to this area, and I just get the make span, but could not find the solution sequence, I need help.
Hello,
Sorry for the late answer, I recommend you to check out the issue #34 where I describe a way to extract the solution Thank you for the issue
Hello @wangludewdrop @ingambe , I have the same issue. I revised the code according to issue #34. use the terminal to run python3 main.py command. but the error said AttributeError: 'JssEnv' object has no attribute 'last_solution' thanks.
The same here!
but the error said AttributeError: 'JssEnv' object has no attribute 'last_solution'
Hi,
@WayneHsiao0225 use pip install --upgrade JSSEnv
for AttributeError: 'JssEnv' object has no attribute 'last_solution'
error.
And @ingambe, I have followed instructions from issue#34. I am getting the following output for my job instance. Can you please help me interpret this?
Hi, @WayneHsiao0225 use
pip install --upgrade JSSEnv
forAttributeError: 'JssEnv' object has no attribute 'last_solution'
error.And @ingambe, I have followed instructions from issue#34. I am getting the following output for my job instance. Can you please help me interpret this?
The same how to convert this to an understandable way?