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

Env configuration update to ray 1.12 standard

Open PhilippWillms opened this issue 2 years ago • 3 comments

This PR goes hand-in-hand with this PR in the JSSEnv repo and contributes to fixing the issue reported in #28. Following the ray 1.12.0 guide on Configuring Environments, a proper ray-compatible env registration is described in main.py. now.

PhilippWillms avatar May 01 '22 10:05 PhilippWillms

where is the description in main.py? Could you please help me. Many thanks in advance

mf093087 avatar Jan 03 '23 17:01 mf093087

where is the description in main.py? Could you please help me. Many thanks in advance

Which description? Comparing the original files with my latest commit I did not find any deleted comment blocks or similar ...

EDIT: Kindly have a look also at the GitHub repository containing the JSSEnv

PhilippWillms avatar Jan 03 '23 19:01 PhilippWillms

where the description in main.py is? Could you please help me. Many thanks in advance

Which description? Comparing the original files with my latest commit I did not find any deleted comment blocks or similar ...

EDIT: Kindly have a look also at the GitHub repository containing the JSSEnv

Thanks a lot for the quick reply! Yes, I have also downloaded this JSSEnv and tried this. However, now I want to try to train the Taillard instance as you did in this repository https://github.com/prosysscience/RL-Job-Shop-Scheduling/tree/master/JSS . When I try run main.py, I receive the following error: https://github.com/prosysscience/RL-Job-Shop-Scheduling/issues/35

I registered the environment manually, but still, it didn't work..

mf093087 avatar Jan 03 '23 21:01 mf093087