Job_Shop_Scheduling_Benchmark_Environments_and_Instances
Job_Shop_Scheduling_Benchmark_Environments_and_Instances copied to clipboard
Fast JSS gym
- faster JSS
myJobShop.py,implemented with the discrete time tick [1]schedule_operation_on_machine_stepis faster than the previouse with timestep=1 [2]schedule_operation_on_machine_step_fastis faster thanschedule_operation_on_machine_stepwith timestep= minimal remaining time - Gym-like interface
- Only support JSS and dispatching rules now
- Confusing naming and comments