RL-Job-Shop-Scheduling
RL-Job-Shop-Scheduling copied to clipboard
Env configuration update to ray 1.12 standard
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.
where is the description in main.py? Could you please help me. Many thanks in advance
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
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..