paper-with-me

홈 › Papers

Solving the Order Batching and Sequencing Problem using Deep Reinforcement Learning

2020-06-16 · Bram Cals, Yingqian Zhang, Remco Dijkman, Claudy van Dorst

In e-commerce markets, on time delivery is of great importance to customer satisfaction. In this paper, we present a Deep Reinforcement Learning (DRL) approach for deciding how and when orders should be batched and picked in a warehouse to minimize the number of tardy orders. In particular, the technique facilitates making decisions on whether an order should be picked individually (pick-by-order) or picked in a batch with other orders (pick-by-batch), and if so with which other orders. We approach the problem by formulating it as a semi-Markov decision process and develop a vector-based state representation that includes the characteristics of the warehouse system. This allows us to create a deep reinforcement learning solution that learns a strategy by interacting with the environment and solve the problem with a proximal policy optimization algorithm. We evaluate the performance of the proposed DRL approach by comparing it with several batching and sequencing heuristics in different problem settings. The results show that the DRL approach is able to develop a strategy that produces consistent, good solutions and performs better than the proposed heuristics.

📄 PDF Abstract BibTeX arXiv:2006.09507

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Instance Space Analysis for the Car Sequencing Problem

2020-12-18 · Yuan Sun, Samuel Esler, Dhananjay Thiruvady, Andreas T. Ernst 외

We investigate an important research question for solving the car sequencing problem, that is, which characteristics make an instance hard to solve? To do so, we carry out an instance space analysis for the car sequencin…

Dimensionality Reduction

Simultaneously Solving Mixed Model Assembly Line Balancing and Sequencing problems with FSS Algorithm

2017-07-19 · Joao Batista Monteiro Filho, Isabela Maria Carneiro de Albuquerque, Fernando Buarque de Lima Neto

Many assembly lines related optimization problems have been tackled by researchers in the last decades due to its relevance for the decision makers within manufacturing industry. Many of theses problems, more specificall…

Decision Making

Reinforcement Learning with Multi-Step Lookahead Information Via Adaptive Batching

2026-01-15 · Nadav Merlis arxiv

We study tabular reinforcement learning problems with multiple steps of lookahead information. Before acting, the learner observes $\ell$ steps of future transition and reward realizations: the exact state the agent woul…

Reinforcement Learning

Efficient and Scalable Deep Reinforcement Learning for Mean Field Control Games

2024-12-28 · Nianli Peng, Yilin Wang

Mean Field Control Games (MFCGs) provide a powerful theoretical framework for analyzing systems of infinitely many interacting agents, blending elements from Mean Field Games (MFGs) and Mean Field Control (MFC). However,…

Deep Reinforcement LearningReinforcement Learning (RL)

Formulating and solving integrated order batching and routing in multi-depot AGV-assisted mixed-shelves warehouses

2021-01-27 · Lin Xie, Hanyi Li, Laurin Luttmann

Different retail and e-commerce companies are facing the challenge of assembling large numbers of time-critical picking orders that include both small-line and multi-line orders. To reduce unproductive picker working tim…