paper-with-me

Papers

QGym: Scalable Simulation and Benchmarking of Queuing Network Controllers

2024-10-08 · Haozhe Chen, Ang Li, Ethan Che, Tianyi Peng, Jing Dong, Hongseok Namkoong

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 distinguished by unique challenges: i) a system operating in continuous time, ii) high stochasticity, and iii) long horizons over which the system can become unstable (exploding delays). To spur methodological progress tackling these challenges, we present an open-sourced queueing simulation framework, QGym, that benchmark queueing policies across realistic problem instances. Our modular framework allows the researchers to build on our initial instances, which provide a wide range of environments including parallel servers, criss-cross, tandem, and re-entrant networks, as well as a realistically calibrated hospital queuing system. QGym makes it easy to compare multiple policies, including both model-free RL methods and classical queuing policies. Our testbed complements the traditional focus on evaluating algorithms based on mathematical guarantees in idealized settings, and significantly expands the scope of empirical benchmarking in prior work. QGym code is open-sourced at https://github.com/namkoong-lab/QGym.

📄 PDF Abstract BibTeX arXiv:2410.06170

Code (1)

namkoong-lab/qgym 공식 구현 pytorch

Tasks

Benchmarking

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

qgym: A Gym for Training and Benchmarking RL-Based Quantum Compilation

2023-08-01 · Stan van der Linde, Willem de Kok, Tariq Bontekoe, Sebastian Feld

Compiling a quantum circuit for specific quantum hardware is a challenging task. Moreover, current quantum computers have severe hardware limitations. To make the most use of the limited resources, the compilation proces…

BenchmarkingOpenAI GymReinforcement Learning (RL)

Learning to Prove Theorems via Interacting with Proof Assistants

2019-05-21 · Kaiyu Yang, Jia Deng

Humans prove theorems by relying on substantial high-level reasoning and problem-specific insights. Proof assistants offer a formalism that resembles human mathematical reasoning, representing theorems in higher-order lo…

Automated Theorem ProvingMathematical ProofsMathematical Reasoning

Distributed Traffic Signal Control via Coordinated Maximum Pressure-plus-Penalty

2024-04-30 · Vinzenz Tütsch, Zhiyu He, Florian Dörfler, Kenan Zhang

This paper develops an adaptive traffic control policy inspired by Maximum Pressure (MP) while imposing coordination across intersections. The proposed Coordinated Maximum Pressure-plus-Penalty (CMPP) control policy feat…

Computational EfficiencyDistributed OptimizationTraffic Signal Control

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 lear…

GPUReinforcement Learning (RL)Scheduling

Identifying and Mitigating Systemic Measurement Bias in Production LLM Inference Benchmarks

2026-05-22 · Ashok Chandrasekar, Jason Kramberger arxiv

As Large Language Models (LLMs) transition from research environments to production deployments, evaluating their performance against strict Service Level Objectives (SLOs) has become critical. However, current evaluatio…