paper-with-me

Papers

Differentiable Discrete Event Simulation for Queuing Network Control

2024-09-05 · Ethan Che, Jing Dong, Hongseok Namkoong

Queuing network control is essential for managing congestion in job-processing systems such as service systems, communication networks, and manufacturing processes. Despite growing interest in applying reinforcement learning (RL) techniques, queueing network control poses distinct challenges, including high stochasticity, large state and action spaces, and lack of stability. To tackle these challenges, we propose a scalable framework for policy optimization based on differentiable discrete event simulation. Our main insight is that by implementing a well-designed smoothing technique for discrete event dynamics, we can compute pathwise policy gradients for large-scale queueing networks using auto-differentiation software (e.g., Tensorflow, PyTorch) and GPU parallelization. Through extensive empirical experiments, we observe that our policy gradient estimators are several orders of magnitude more accurate than typical REINFORCE-based estimators. In addition, We propose a new policy architecture, which drastically improves stability while maintaining the flexibility of neural-network policies. In a wide variety of scheduling and admission control tasks, we demonstrate that training control policies with pathwise gradients leads to a 50-1000x improvement in sample efficiency over state-of-the-art RL methods. Unlike prior tailored approaches to queueing, our methods can flexibly handle realistic scenarios, including systems operating in non-stationary environments and those with non-exponential interarrival/service times.

📄 PDF Abstract BibTeX arXiv:2409.03740

Code (0)

등록된 구현이 없습니다.

Tasks

GPUReinforcement Learning (RL)Scheduling

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

QGym: Scalable Simulation and Benchmarking of Queuing Network Controllers

2024-10-08 · Haozhe Chen, Ang Li, Ethan Che, Tianyi Peng 외

Queuing network control determines the allocation of scarce resources to manage congestion, a fundamental problem in manufacturing, communications, and healthcare. Compared to standard RL problems, queueing problems are …

Benchmarking

AIMD scheduling and resource allocation in distributed computing systems

2021-09-06 · Eleftherios Vlahakis, Nikolaos Athanasopoulos, Sean McLoone

We consider the problem of simultaneous scheduling and resource allocation of an incoming flow of requests to a set of computing units. By representing each computing unit as a node, we model the overall system as a mult…

Distributed ComputingScheduling

From Natural Language to Simulations: Applying GPT-3 Codex to Automate Simulation Modeling of Logistics Systems

2022-02-24 · Ilya Jackson, Maria Jesus Saenz

Our work is the first attempt to apply Natural Language Processing to automate the development of simulation models of systems vitally important for logistics. We demonstrated that the framework built on top of the fine-…

Language ModelingLanguage Modellingvalid

From Simulation to Deep Learning: Survey on Network Performance Modeling Approaches

2026-03-30 · Carlos Güemes-Palau, Miquel Ferriol-Galmés, Jordi Paillisse-Vilanova, Pere Barlet-Ros 외 arxiv

Network performance modeling is a field that predates early computer networks and the beginning of the Internet. It aims to predict the traffic performance of packet flows in a given network. Its applications range from …

Differentiable Parameter Optimization for DAEs with State-Dependent Events

2026-05-06 · Ion Matei, Maksym Zhenirovskyy, Anthony Wong arxiv

Differential-algebraic equations (DAEs) with state-dependent events arise in systems whose continuous dynamics are constrained by algebraic equations and interrupted by mode changes, switching logic, impacts, or state re…