可解释的编程式强化学习框架:让调度决策“说话” / Scheduling That Speaks: An Interpretable Programmatic Reinforcement Learning Framework
1️⃣ 一句话总结
本文提出了一种名为ProRL的编程式强化学习方法,用人类可读和可修改的规则程序代替传统深度神经网络的“黑箱”决策,在保证调度性能的同时大幅提升可解释性,并能轻松融入工业中已有的专家经验,且在计算资源受限时也能高效训练。
Deep reinforcement learning (DRL) has recently emerged as a promising approach to solve combinatorial optimization problems such as job shop scheduling. However, the policies learned by DRL are typically represented by deep neural networks (DNNs), whose opaque neural architectures and non-interpretable policy decisions can lead to critical trust and usability concerns for human decision makers. In addition, the computational requirements of DNNs can further hinder practical deployment in resource constrained environments. In this work, we propose ProRL, a novel interpretable programmatic reinforcement learning framework that achieves high-performance scheduling with human-readable and editable programmatic policies (i.e., programs). We first introduce a domain-specific language for scheduling (DSL-S) to represent scheduling strategies as structured programs. ProRL then explores the program space defined by DSL-S using local search to identify incomplete programs, which are subsequently completed by learning their parameters via Bayesian optimization. ProRL learns which scheduling heuristic rules to select, and hence, it naturally incorporates existing heuristics already used in industrial scenarios. Experiments on widely used benchmark instances demonstrate the strong performance of ProRL against existing heuristics and DRL baselines. Furthermore, ProRL performs well under strongly constrained computational resources, such as training with only 100 episodes. Our code is available at this https URL.
可解释的编程式强化学习框架:让调度决策“说话” / Scheduling That Speaks: An Interpretable Programmatic Reinforcement Learning Framework
本文提出了一种名为ProRL的编程式强化学习方法,用人类可读和可修改的规则程序代替传统深度神经网络的“黑箱”决策,在保证调度性能的同时大幅提升可解释性,并能轻松融入工业中已有的专家经验,且在计算资源受限时也能高效训练。
源自 arXiv: 2605.18454