paper-with-me

홈 › Papers

Attention-Enhanced Prioritized Proximal Policy Optimization for Adaptive Edge Caching

2024-02-08 · Farnaz Niknia, Ping Wang, Zixu Wang, Aakash Agarwal, Adib S. Rezaei

This paper tackles the growing issue of excessive data transmission in networks. With increasing traffic, backhaul links and core networks are under significant traffic, leading to the investigation of caching solutions at edge routers. Many existing studies utilize Markov Decision Processes (MDP) to tackle caching problems, often assuming decision points at fixed intervals; however, real-world environments are characterized by random request arrivals. Additionally, critical file attributes such as lifetime, size, and priority significantly impact the effectiveness of caching policies, yet existing research fails to integrate all these attributes in policy design. In this work, we model the caching problem using a Semi-Markov Decision Process (SMDP) to better capture the continuous-time nature of real-world applications, enabling caching decisions to be triggered by random file requests. We then introduce a Proximal Policy Optimization (PPO)--based caching strategy that fully considers file attributes like lifetime, size, and priority. Simulations show that our method outperforms a recent Deep Reinforcement Learning-based technique. To further advance our research, we improved the convergence rate of PPO by prioritizing transitions within the replay buffer through an attention mechanism. This mechanism evaluates the similarity between the current state and all stored transitions, assigning higher priorities to transitions that exhibit greater similarity.

📄 PDF Abstract BibTeX arXiv:2402.14576

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement LearningQ-Learningreinforcement-learningReinforcement LearningTransfer Learning

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…

Similar Papers 제목 키워드 기반

PTR-PPO: Proximal Policy Optimization with Prioritized Trajectory Replay

2021-12-07 · Xingxing Liang, Yang Ma, Yanghe Feng, Zhong Liu

On-policy deep reinforcement learning algorithms have low data utilization and require significant experience for policy improvement. This paper proposes a proximal policy optimization algorithm with prioritized trajecto…

Deep Reinforcement Learning

Graph-attention-based Casual Discovery with Trust Region-navigated Clipping Policy Optimization

2024-12-27 · Shixuan Liu, Yanghe Feng, Keyu Wu, Guangquan Cheng 외

In many domains of empirical sciences, discovering the causal structure within variables remains an indispensable task. Recently, to tackle with unoriented edges or latent assumptions violation suffered by conventional m…

Causal DiscoveryGraph AttentionReinforcement Learning (RL)

Generalizing Consistency Policy to Visual RL with Prioritized Proximal Experience Regularization

2024-09-28 · Haoran Li, Zhennan Jiang, Yuhui Chen, Dongbin Zhao

With high-dimensional state spaces, visual reinforcement learning (RL) faces significant challenges in exploitation and exploration, resulting in low sample efficiency and training stability. As a time-efficient diffusio…

Reinforcement Learning (RL)

Evolutionary Enhanced Multi-Agent Reinforcement Learning for Cooperative Air Combat

2026-05-24 · Chengwei Li, Junlin Liu, Yang Gao arxiv

As modern air combat evolves toward beyond-visual-range (BVR) multi-aircraft cooperative engagements, autonomous decision-making for unmanned combat aerial vehicles (UCAVs) faces significant challenges due to high-dimens…

Multi-agent Reinforcement Learning

Truly Proximal Policy Optimization

2019-03-19 · Yuhui Wang, Hao He, Chao Wen, Xiaoyang Tan

Proximal policy optimization (PPO) is one of the most successful deep reinforcement-learning methods, achieving state-of-the-art performance across a wide range of challenging tasks. However, its optimization behavior is…

Deep Reinforcement LearningReinforcement Learning