RL-Job-Shop-Scheduling icon indicating copy to clipboard operation
RL-Job-Shop-Scheduling copied to clipboard

where to find the solution results?

Open wangludewdrop opened this issue 2 years ago • 5 comments

I am new to this area, and I just get the make span, but could not find the solution sequence, I need help.

wangludewdrop avatar Jul 28 '22 03:07 wangludewdrop

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

ingambe avatar Dec 01 '22 14:12 ingambe

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.

WayneHsiao0225 avatar Dec 26 '22 07:12 WayneHsiao0225

The same here!

but the error said AttributeError: 'JssEnv' object has no attribute 'last_solution'

mf093087 avatar Jan 11 '23 20:01 mf093087

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?

image

UswaFatimaHub avatar Jan 30 '23 09:01 UswaFatimaHub

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?

image

The same how to convert this to an understandable way?

mf093087 avatar Jan 30 '23 14:01 mf093087