paper-with-me

홈 › Papers

Reinforcement-Learning based routing for packet-optical networks with hybrid telemetry

2024-06-18 · A. L. García Navarro, Nataliia Koneva, Alfonso Sánchez-Macián, José Alberto Hernández, Óscar González de Dios, J. M. Rivas-Moscoso

This article provides a methodology and open-source implementation of Reinforcement Learning algorithms for finding optimal routes in a packet-optical network scenario. The algorithm uses measurements provided by the physical layer (pre-FEC bit error rate and propagation delay) and the link layer (link load) to configure a set of latency-based rewards and penalties based on such measurements. Then, the algorithm executes Q-learning based on this set of rewards for finding the optimal routing strategies. It is further shown that the algorithm dynamically adapts to changing network conditions by re-calculating optimal policies upon either link load changes or link degradation as measured by pre-FEC BER.

📄 PDF Abstract BibTeX arXiv:2406.12602

Code (1)

alexgaarciia/packetopticallatencyrl 공식 구현

Tasks

Q-Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

Similar Papers 제목 키워드 기반

Toward Packet Routing with Fully-distributed Multi-agent Deep Reinforcement Learning

2019-05-09 · Xinyu You, Xuanjie Li, Yuedong Xu, Hui Feng 외

Packet routing is one of the fundamental problems in computer networks in which a router determines the next-hop of each packet in the queue to get it as quickly as possible to its destination. Reinforcement learning (RL…

Decision MakingDeep Reinforcement LearningQ-Learningreinforcement-learning+2

Reinforcement Learning Framework for Opportunistic Routing in WSNs

2013-10-31 · G. Srinivas Rao, A. V. Ramana

Routing packets opportunistically is an essential part of multihop ad hoc wireless sensor networks. The existing routing techniques are not adaptive opportunistic. In this paper we have proposed an adaptive opportunistic…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Towards Near-Real-Time Telemetry-Aware Routing with Neural Routing Algorithms

2026-04-03 · Andreas Boltres, Niklas Freymuth, Benjamin Schichtholz, Michael König 외 arxiv

Routing algorithms are crucial for efficient computer network operations, and in many settings they must be able to react to traffic bursts within milliseconds. Live telemetry data can provide informative signals to rout…

Reinforcement LearningDecision Making

Relational Deep Reinforcement Learning for Routing in Wireless Networks

2020-12-31 · Victoria Manfredi, Alicia Wolfe, Bing Wang, Xiaolan Zhang

While routing in wireless networks has been studied extensively, existing protocols are typically designed for a specific set of network conditions and so cannot accommodate any drastic changes in those conditions. For i…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

An open source Multi-Agent Deep Reinforcement Learning Routing Simulator for satellite networks

2024-07-08 · Federico Lozano-Cuadra, Mathias D. Thorsager, Israel Leyva-Mayorga, Beatriz Soret

This paper introduces an open source simulator for packet routing in Low Earth Orbit Satellite Constellations (LSatCs) considering the dynamic system uncertainties. The simulator, implemented in Python, supports traditio…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)