AILGNECOAug 3, 2023

Job Shop Scheduling via Deep Reinforcement Learning: a Sequence to Sequence approach

arXiv:2308.01797v113 citationsh-index: 26
Originality Incremental advance
AI Analysis

This addresses the challenge of designing heuristics for job scheduling in automated systems, which can reduce production costs and waste, though it is incremental as it builds on existing sequence-to-sequence models.

The paper tackles job shop scheduling, an NP-hard combinatorial optimization problem, by proposing an original end-to-end deep reinforcement learning approach that automatically learns dispatching rules, outperforming many classical methods and showing competitive results with state-of-the-art deep reinforcement learning techniques.

Job scheduling is a well-known Combinatorial Optimization problem with endless applications. Well planned schedules bring many benefits in the context of automated systems: among others, they limit production costs and waste. Nevertheless, the NP-hardness of this problem makes it essential to use heuristics whose design is difficult, requires specialized knowledge and often produces methods tailored to the specific task. This paper presents an original end-to-end Deep Reinforcement Learning approach to scheduling that automatically learns dispatching rules. Our technique is inspired by natural language encoder-decoder models for sequence processing and has never been used, to the best of our knowledge, for scheduling purposes. We applied and tested our method in particular to some benchmark instances of Job Shop Problem, but this technique is general enough to be potentially used to tackle other different optimal job scheduling tasks with minimal intervention. Results demonstrate that we outperform many classical approaches exploiting priority dispatching rules and show competitive results on state-of-the-art Deep Reinforcement Learning ones.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes