LGAISCMay 18

Scheduling That Speaks: An Interpretable Programmatic Reinforcement Learning Framework

arXiv:2605.1845460.7Has Code
Predicted impact top 36% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For human decision makers in scheduling, ProRL provides high-performance, interpretable policies that address trust and usability concerns of black-box DRL methods.

ProRL introduces an interpretable programmatic reinforcement learning framework for job shop scheduling, achieving strong performance against heuristics and DRL baselines while maintaining human-readable policies and requiring only 100 training episodes.

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 https://github.com/HcPlu/ProRL.

Foundations

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

Your Notes