paper-with-me

홈 › Papers

Neural Inventory Control in Networks via Hindsight Differentiable Policy Optimization

2023-06-20 · Matias Alvo, Daniel Russo, Yash Kanoria

We argue that inventory management presents unique opportunities for reliably applying and evaluating deep reinforcement learning (DRL). Toward reliable application, we emphasize and test two techniques. The first is Hindsight Differentiable Policy Optimization (HDPO), which performs stochastic gradient descent to optimize policy performance while avoiding the need to repeatedly deploy randomized policies in the environment-as is common with generic policy gradient methods. Our second technique involves aligning policy (neural) network architectures with the structure of the inventory network. Specifically, we focus on a network with a single warehouse that consolidates inventory from external suppliers, holds it, and then distributes it to many stores as needed. In this setting, we introduce the symmetry-aware policy network architecture. We motivate this architecture by establishing an asymptotic performance guarantee and empirically demonstrate its ability to reduce the amount of data needed to uncover strong policies. Both techniques exploit structures inherent in inventory management problems, moving beyond generic DRL algorithms. Toward rigorous evaluation, we create and share new benchmark problems, divided into two categories. One type focuses on problems with hidden structures that allow us to compute or bound the cost of the true optimal policy. Across four problems of this type, we find HDPO consistently attains near-optimal performance, handling up to 60-dimensional raw state vectors effectively. The other type of evaluation involves constructing a test problem using real time series data from a large retailer, where the optimum is poorly understood. Here, we find HDPO methods meaningfully outperform a variety of generalized newsvendor heuristics. Our code can be found at github.com/MatiasAlvo/Neural_inventory_control.

📄 PDF Abstract BibTeX arXiv:2306.11246

Code (1)

MatiasAlvo/Neural_inventory_control 공식 구현 pytorch

Tasks

Deep Reinforcement LearningManagementPolicy Gradient MethodsReinforcement Learning (RL)Stochastic Optimization

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Contextual Bandits for Evaluating and Improving Inventory Control Policies

2023-10-24 · Dean Foster, Randy Jia, Dhruv Madeka

Solutions to address the periodic review inventory control problem with nonstationary random demand, lost sales, and stochastic vendor lead times typically involve making strong assumptions on the dynamics for either app…

Multi-Armed Bandits

Introduction to Online Control

2022-11-17 · Elad Hazan, Karan Singh

This text presents an introduction to an emerging paradigm in control of dynamical systems and differentiable reinforcement learning called online nonstochastic control. The new approach applies techniques from online co…

Decision Making

Hindsight Trust Region Policy Optimization

2019-07-29 · Hanbo Zhang, Site Bai, Xuguang Lan, David Hsu 외

Reinforcement Learning(RL) with sparse rewards is a major challenge. We propose \emph{Hindsight Trust Region Policy Optimization}(HTRPO), a new RL algorithm that extends the highly successful TRPO algorithm with \emph{hi…

Atari GamesPolicy Gradient MethodsReinforcement LearningReinforcement Learning (RL)

Deep Inventory Management

2022-10-06 · Dhruv Madeka, Kari Torkkola, Carson Eisenach, Anna Luo 외

This work provides a Deep Reinforcement Learning approach to solving a periodic review inventory control system with stochastic vendor lead times, lost sales, correlated demand, and price matching. While this dynamic pro…

Deep Reinforcement LearningManagementModel-based Reinforcement Learningreinforcement-learning+2

Outbound Modeling for Inventory Management

2025-07-15 · Riccardo Savorgnan, Udaya Ghai, Carson Eisenach, Dean Foster arxiv

We study the problem of forecasting the number of units fulfilled (or ``drained'') from each inventory warehouse to meet customer demand, along with the associated outbound shipping costs. The actual drain and shipping c…

Reinforcement Learning