paper-with-me

홈 › Papers

Offline Critic-Guided Diffusion Policy for Multi-User Delay-Constrained Scheduling

2025-01-22 · Zhuoran Li, Ruishuo Chen, Hai Zhong, Longbo Huang

Effective multi-user delay-constrained scheduling is crucial in various real-world applications, such as instant messaging, live streaming, and data center management. In these scenarios, schedulers must make real-time decisions to satisfy both delay and resource constraints without prior knowledge of system dynamics, which are often time-varying and challenging to estimate. Current learning-based methods typically require interactions with actual systems during the training stage, which can be difficult or impractical, as it is capable of significantly degrading system performance and incurring substantial service costs. To address these challenges, we propose a novel offline reinforcement learning-based algorithm, named \underline{S}cheduling By \underline{O}ffline Learning with \underline{C}ritic Guidance and \underline{D}iffusion Generation (SOCD), to learn efficient scheduling policies purely from pre-collected \emph{offline data}. SOCD innovatively employs a diffusion-based policy network, complemented by a sampling-free critic network for policy guidance. By integrating the Lagrangian multiplier optimization into the offline reinforcement learning, SOCD effectively trains high-quality constraint-aware policies exclusively from available datasets, eliminating the need for online interactions with the system. Experimental results demonstrate that SOCD is resilient to various system dynamics, including partially observable and large-scale environments, and delivers superior performance compared to existing methods.

📄 PDF Abstract BibTeX arXiv:2501.12942

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningScheduling

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

Policy-Guided Diffusion

2024-04-09 · Matthew Thomas Jackson, Michael Tryfan Matthews, Cong Lu, Benjamin Ellis 외

In many real-world settings, agents must learn from an offline dataset gathered by some prior behavior policy. Such a setting naturally leads to distribution shift between the behavior policy and the target policy being …

Safe Offline Reinforcement Learning with Feasibility-Guided Diffusion Model

2024-01-19 · Yinan Zheng, Jianxiong Li, Dongjie Yu, Yujie Yang 외

Safe offline RL is a promising way to bypass risky online interactions towards safe policy learning. Most existing methods only enforce soft constraints, i.e., constraining safety violations in expectation below threshol…

Offline RLreinforcement-learningReinforcement Learning

Consistency Models as a Rich and Efficient Policy Class for Reinforcement Learning

2023-09-29 · Zihan Ding, Chi Jin

Score-based generative models like the diffusion model have been testified to be effective in modeling multi-modal data from image generation to reinforcement learning (RL). However, the inference process of diffusion mo…

Image GenerationOffline RLReinforcement Learning (RL)

DIDI: Diffusion-Guided Diversity for Offline Behavioral Generation

2024-05-23 · Jinxin Liu, Xinghong Guo, Zifeng Zhuang, Donglin Wang

In this paper, we propose a novel approach called DIffusion-guided DIversity (DIDI) for offline behavioral generation. The goal of DIDI is to learn a diverse set of skills from a mixture of label-free offline data. We ac…

D4RLDecision MakingDiversity

Aligning Flow Map Policies with Optimal Q-Guidance

2026-05-12 · Christos Ziakas, Alessandra Russo, Avishek Joey Bose arxiv

Generative policies based on expressive model classes, such as diffusion and flow matching, are well-suited to complex control problems with highly multimodal action distributions. Their expressivity, however, comes at a…

Reinforcement Learning