OCLGSep 20, 2021

A Reinforcement Learning Approach to the Stochastic Cutting Stock Problem

arXiv:2109.09592v116 citations
Originality Incremental advance
AI Analysis

This work addresses inventory control in manufacturing for operations researchers, presenting an incremental improvement over existing heuristic methods.

The authors tackled the stochastic cutting stock problem by formulating it as a Markov decision process and developing a reinforcement learning-based heuristic, achieving policies that reduce average costs by up to 80% compared to a myopic policy.

We propose a formulation of the stochastic cutting stock problem as a discounted infinite-horizon Markov decision process. At each decision epoch, given current inventory of items, an agent chooses in which patterns to cut objects in stock in anticipation of the unknown demand. An optimal solution corresponds to a policy that associates each state with a decision and minimizes the expected total cost. Since exact algorithms scale exponentially with the state-space dimension, we develop a heuristic solution approach based on reinforcement learning. We propose an approximate policy iteration algorithm in which we apply a linear model to approximate the action-value function of a policy. Policy evaluation is performed by solving the projected Bellman equation from a sample of state transitions, decisions and costs obtained by simulation. Due to the large decision space, policy improvement is performed via the cross-entropy method. Computational experiments are carried out with the use of realistic data to illustrate the application of the algorithm. Heuristic policies obtained with polynomial and Fourier basis functions are compared with myopic and random policies. Results indicate the possibility of obtaining policies capable of adequately controlling inventories with an average cost up to 80% lower than the cost obtained by a myopic policy.

Foundations

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

Your Notes