Newsvendor Model with Deep Reinforcement Learning

Dylan K. Goetting
DOI: https://doi.org/10.48550/arXiv.2112.12544
IF: 5.414
2021-12-22
Machine Learning
Abstract:I present a deep reinforcement learning (RL) solution to the mathematical problem known as the Newsvendor model, which seeks to optimize profit given a probabilistic demand distribution. To reflect a more realistic and complex situation, the demand distribution can change for different days of the week, thus changing the optimum behavior. I used a Twin-Delayed Deep Deterministic Policy Gradient agent (written as completely original code) with both an actor and critic network to solve this problem. The agent was able to learn optimal behavior consistent with the analytical solution of the problem, and could identify separate probability distributions for different days of the week and behave accordingly.
What problem does this paper attempt to address?