OCAILGMay 1, 2022

Processing Network Controls via Deep Reinforcement Learning

arXiv:2205.02119v1h-index: 5
Originality Incremental advance
AI Analysis

This work addresses control optimization in processing networks, which is incremental as it applies and refines existing advanced policy gradient methods to specific domains.

The dissertation tackled processing network control problems, such as queueing networks and ride-hailing driver repositioning, by customizing proximal policy optimization (PPO) algorithms, resulting in control policies that consistently outperformed state-of-the-art heuristics.

Novel advanced policy gradient (APG) algorithms, such as proximal policy optimization (PPO), trust region policy optimization, and their variations, have become the dominant reinforcement learning (RL) algorithms because of their ease of implementation and good practical performance. This dissertation is concerned with theoretical justification and practical application of the APG algorithms for solving processing network control optimization problems. Processing network control problems are typically formulated as Markov decision process (MDP) or semi-Markov decision process (SMDP) problems that have several unconventional for RL features: infinite state spaces, unbounded costs, long-run average cost objectives. Policy improvement bounds play a crucial role in the theoretical justification of the APG algorithms. In this thesis we refine existing bounds for MDPs with finite state spaces and prove novel policy improvement bounds for classes of MDPs and SMDPs used to model processing network operations. We consider two examples of processing network control problems and customize the PPO algorithm to solve them. First, we consider parallel-server and multiclass queueing networks controls. Second, we consider the drivers repositioning problem in a ride-hailing service system. For both examples the PPO algorithm with auxiliary modifications consistently generates control policies that outperform state-of-art heuristics.

Foundations

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

Your Notes