paper-with-me

홈 › Papers

MVFST-RL: An Asynchronous RL Framework for Congestion Control with Delayed Actions

2019-10-09 · Viswanath Sivakumar, Olivier Delalleau, Tim Rocktäschel, Alexander H. Miller, Heinrich Küttler, Nantas Nardelli, Mike Rabbat, Joelle Pineau, Sebastian Riedel

Effective network congestion control strategies are key to keeping the Internet (or any large computer network) operational. Network congestion control has been dominated by hand-crafted heuristics for decades. Recently, ReinforcementLearning (RL) has emerged as an alternative to automatically optimize such control strategies. Research so far has primarily considered RL interfaces which block the sender while an agent considers its next action. This is largely an artifact of building on top of frameworks designed for RL in games (e.g. OpenAI Gym). However, this does not translate to real-world networking environments, where a network sender waiting on a policy without sending data leads to under-utilization of bandwidth. We instead propose to formulate congestion control with an asynchronous RL agent that handles delayed actions. We present MVFST-RL, a scalable framework for congestion control in the QUIC transport protocol that leverages state-of-the-art in asynchronous RL training with off-policy correction. We analyze modeling improvements to mitigate the deviation from Markovian dynamics, and evaluate our method on emulated networks from the Pantheon benchmark platform. The source code is publicly available at https://github.com/facebookresearch/mvfst-rl.

📄 PDF Abstract BibTeX arXiv:1910.04054

Code (1)

facebookresearch/mvfst-rl 공식 구현 pytorch

Tasks

Network Congestion ControlOpenAI Gym

Similar Papers 제목 키워드 기반

TIC-VLA: A Think-in-Control Vision-Language-Action Model for Robot Navigation in Dynamic Environments

2026-02-02 · Zhiyu Huang, Yun Zhang, Johnson Liu, Rui Song 외 arxiv

Robots in dynamic, human-centric environments must follow language instructions while maintaining real-time reactive control. Vision-language-action (VLA) models offer a promising framework, but they assume temporally al…

Reinforcement LearningRobot Navigation

Intelligent Coordination among Multiple Traffic Intersections Using Multi-Agent Reinforcement Learning

2019-12-09 · Ujwal Padam Tewari, Vishal Bidawatka, Varsha Raveendran, Vinay Sudhakaran 외

We use Asynchronous Advantage Actor Critic (A3C) for implementing an AI agent in the controllers that optimize flow of traffic across a single intersection and then extend it to multiple intersections by considering a mu…

AI AgentMulti-agent Reinforcement Learningreinforcement-learningReinforcement Learning+1

Bringing Order to Asynchronous SGD: Towards Optimality under Data-Dependent Delays with Momentum

2026-05-03 · Tehila Dahan, Roie Reshef, Sharon Goldstein, Kfir Y. Levy arxiv

Asynchronous stochastic gradient descent (SGD) enables scalable distributed training but suffers from gradient staleness. Existing mitigation strategies, such as delay-adaptive learning rates and staleness-aware filterin…

A Class of Accelerated Fixed-Point-Based Methods with Delayed Inexact Oracles and Its Applications

2025-12-15 · Nghia Nguyen-Trung, Quoc Tran-Dinh arxiv

In this paper, we develop a novel accelerated fixed-point-based framework using delayed inexact oracles to approximate a fixed point of a nonexpansive operator (or equivalently, a root of a co-coercive operator), a centr…

Towards Understanding the Generalizability of Delayed Stochastic Gradient Descent

2023-08-18 · Xiaoge Deng, Li Shen, Shengwei Li, Tao Sun 외

Stochastic gradient descent (SGD) performed in an asynchronous manner plays a crucial role in training large-scale machine learning models. However, the generalization performance of asynchronous delayed SGD, which is an…