基于图神经网络和深度强化学习的动态作业车间调度问题研究

Dynamic Job-Shop Scheduling Problems Using Graph Neural Network and Deep Reinforcement Learning

IEEE Transactions on Systems, Man, and Cybernetics: Systems · 2023
被引 117 · 同刊同年前 1%
ABS 3

中文导读

提出一种结合图神经网络和深度强化学习的框架,将动态作业车间调度问题建模为马尔可夫决策过程,通过图状态嵌入和策略学习最小化完工时间,在随机工件到达和机器故障环境下表现出高效性、鲁棒性和泛化能力。

Abstract

The job-shop scheduling problem (JSSP) is one of the best-known combinatorial optimization problems and is also an essential task in various sectors. In most real-world environments, scheduling is complex, stochastic, and dynamic, with inevitable uncertainties. Therefore, this article proposes a novel framework based on graph neural networks (GNNs) and deep reinforcement learning (DRL) to deal with the dynamic JSSP (DJSSP) with stochastic job arrivals and random machine breakdowns by minimizing the makespan. In the proposed framework, JSSP is formulated as a Markov decision process (MDP) and is associated with a disjunctive graph to encode the information of jobs and machines as nodes and arcs. We propose a GNN architecture to perform representation learning by transforming graph states into node embeddings. Then, the agent takes actions using a parameterized policy in terms of policy learning. Operations are used as actions, and an effective reward is well designed to guide the agent. We train our proposed method using proximal policy optimization (PPO), which helps minimize the loss function while ensuring that the deviation is relatively small. Extensive experiments show that the proposed method can achieve excellent results considering different criteria: efficiency, effectiveness, robustness, and generalizability. Once the proposed method is trained, it can directly schedule new JSSPs of different sizes and distributions in static benchmark tests, showing its excellent generalizability and effectiveness compared to another DRL-based method. Furthermore, the proposed method simultaneously maintains the win rate (a quantitative metric) and the scheduling score (a qualitative metric) when scheduling in dynamic environments.

作业车间调度深度强化学习图神经网络组合优化生产调度