Lei-Kun / End-to-end-DRL-for-FJSP

This is the official code of the publised paper 'A Multi-action Deep Reinforcement Learning Framework for Flexible Job-shop Scheduling Problem'
MIT License
236 stars 55 forks source link

Understanding data shape #9

Open MagMueller opened 1 year ago

MagMueller commented 1 year ago

Why is the size of your FJSPDataset (num_samples, n_jobs, n_machines, n_machines) ? The dataset represents how much time each job needs at least at each machine so (num_samples, n_jobs, n_machines) should be enough, correct?

Lei-Kun commented 1 year ago

it`s n_job n_o n_machine

在 2023-02-21 19:32:34,"Magnus Müller" @.***> 写道:

Why is the size of your FJSPDataset (num_samples, n_jobs, n_machines, n_machines) and not (num_samples, n_jobs, n_machines)? The dataset represents how much time each job needs at least at each machine, correct?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>