🤖 AI Summary
This work addresses the inefficiency of static-weight strategies in high-dynamic warehouse environments, where real-time contextual changes hinder optimal sorting performance. To overcome this limitation, the authors propose an online learning control framework based on the Bayesian Contextual Bandit (BCB), introducing BCB for the first time into large-scale warehouse sorting systems. The approach integrates Bang-Bang control theory to achieve time-optimal decision-making and leverages a high-fidelity physics-aware simulator to enable safe and effective transition from offline training to online deployment. Experimental results demonstrate that the proposed method outperforms heuristic baselines by achieving a 2.03% improvement in cumulative reward, while simultaneously offering lower inference latency, enhanced contextual sensitivity, and a more efficient balance between exploration and exploitation.
📝 Abstract
Efficient sorter diversion control of automated material handling systems (MHS) is critical for optimizing operational efficiency in large-scale warehouse environments. In this study, we use an inbound receiving sorter at a high-volume e-commerce warehouse as our primary use case, where the sorter diversion system relies on cost functions with static weight configurations that fail to adapt to highly dynamic system contexts, such as volume mode, congestion level, equipment physical status, and upstream/downstream dependencies. To address this real-time sorter diversion optimization challenge, we conducted a comparative study of three candidate hybrid machine learning frameworks: Linear Regression with Gradient Descent Optimization (LR+GDO), XGBoost with Bayesian Optimization (XGB+BO), and Bayesian Contextual Bandits (BCB). Model training and evaluation were enabled by leveraging a high-fidelity physics-aware emulator to overcome the cold-start problem and allow a safe transition from offline to online learning. We performed comprehensive evaluations including reward model predictive accuracy, contextual sensitivity, action distribution, and projected reward uplift. Our results demonstrate that while tree-based reward models offer slightly better predictive power, the BCB framework achieved overall higher performance with 2.03% reward uplift over the heuristic baseline. Furthermore, BCB exhibits several superior characteristics, such as its decisive time-optimal policy backed by Bang-Bang control theory, continuous online learning capability, strategic balance between exploration and exploitation, and significantly shorter inference latency. These results demonstrate the potential of the BCB framework for real-time control optimization in large-scale warehouse environments, motivating further investigation toward operational deployment.