学习调度作业车间问题:使用图神经网络和强化学习的表示与策略学习

Learning to schedule job-shop problems: representation and policy learning using graph neural network and reinforcement learning

International Journal of Production Research · 2021
被引 308 · 同刊同年前 1%
ABS 3

中文导读

提出一个框架,用图神经网络和强化学习学习作业车间调度问题的调度策略,通过图表示状态并端到端训练,在多个基准上优于常用调度规则和其他强化学习方法,且学到的策略可迁移到新问题。

Abstract

We propose a framework to learn to schedule a job-shop problem (JSSP) using a graph neural network (GNN) and reinforcement learning (RL). We formulate the scheduling process of JSSP as a sequential decision-making problem with graph representation of the state to consider the structure of JSSP. In solving the formulated problem, the proposed framework employs a GNN to learn that node features that embed the spatial structure of the JSSP represented as a graph (representation learning) and derive the optimum scheduling policy that maps the embedded node features to the best scheduling action (policy learning). We employ Proximal Policy Optimization (PPO) based RL strategy to train these two modules in an end-to-end fashion. We empirically demonstrate that the GNN scheduler, due to its superb generalization capability, outperforms practically favoured dispatching rules and RL-based schedulers on various benchmark JSSP. We also confirmed that the proposed framework learns a transferable scheduling policy that can be employed to schedule a completely new JSSP (in terms of size and parameters) without further training.

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