English

Newsvendor Model with Deep Reinforcement Learning

Machine Learning 2021-12-28 v2

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.

Keywords

Cite

@article{arxiv.2112.12544,
  title  = {Newsvendor Model with Deep Reinforcement Learning},
  author = {Dylan K. Goetting},
  journal= {arXiv preprint arXiv:2112.12544},
  year   = {2021}
}

Comments

10 pages with 4 figures

R2 v1 2026-06-24T08:29:36.447Z