Job_Shop_Scheduling_Benchmark_Environments_and_Instances icon indicating copy to clipboard operation
Job_Shop_Scheduling_Benchmark_Environments_and_Instances copied to clipboard

Fast JSS gym

Open HcPlu opened this issue 7 months ago • 0 comments

  1. faster JSS myJobShop.py, implemented with the discrete time tick [1] schedule_operation_on_machine_step is faster than the previouse with timestep=1 [2] schedule_operation_on_machine_step_fast is faster than schedule_operation_on_machine_step with timestep= minimal remaining time
  2. Gym-like interface
  3. Only support JSS and dispatching rules now
  4. Confusing naming and comments

HcPlu avatar Mar 25 '25 09:03 HcPlu