-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modification in ENV to have priorization of Jobs and More Limitation on Jobs #21
Comments
Hi, It for sure can be implemented, as you said by controlling how the |
Congrats on your great job and thanks for your reply. |
For the Prioritization, I was thinking of giving a reward for specific jobs that have priority but I was worried if it depends on the job number I define or if it doesn't matter and I can consider a reward for some jobs, and in this way I can simulate the prioritization. do you think this is the correct way? |
We used a simple Feedforward network that limited the application of a pre-train model to only the same input representation. Replacing it with a transformer lift this limitation and improve the performance
Yes you can do this, but be sure to also include this information in the representation of the observation. |
Thank you for your reply. In your paper, you mentioned that the model needs to be retrained if the number of jobs changes. Could you provide more details on this? Are there any other limitations I should consider, such as variations in the number of machines? Would I need to retrain the model in that case as well? I have modified the model to account for different job lengths, but I want to ensure I am covering all potential limitations. Additionally, I would appreciate any further insights you can provide. My work could lead to publishable results, and I'd be glad to collaborate on this. |
Hi there,
You did a great job and thanks for sharing your work, I was wondering if any additional logic like a constraint on the job selection or its availability by changing the legal_job array makes sense or not. For me, it is important to prioritize the job and define more constraint on the one activity of a job? I know it is not based on this logics but can you give me a hint about how I can implement it? just by changing the legal job status?
The text was updated successfully, but these errors were encountered: