paper-with-me

홈 › Papers

Learning RL-Policies for Joint Beamforming Without Exploration: A Batch Constrained Off-Policy Approach

2023-10-12 · Heasung Kim, Sravan Kumar Ankireddy

In this work, we consider the problem of network parameter optimization for rate maximization. We frame this as a joint optimization problem of power control, beam forming, and interference cancellation. We consider the setting where multiple Base Stations (BSs) communicate with multiple user equipment (UEs). Because of the exponential computational complexity of brute force search, we instead solve this nonconvex optimization problem using deep reinforcement learning (RL) techniques. Modern communication systems are notorious for their difficulty in exactly modeling their behavior. This limits us in using RL-based algorithms as interaction with the environment is needed for the agent to explore and learn efficiently. Further, it is ill-advised to deploy the algorithm in the real world for exploration and learning because of the high cost of failure. In contrast to the previous RL-based solutions proposed, such as deep-Q network (DQN) based control, we suggest an offline model-based approach. We specifically consider discrete batch-constrained deep Q-learning (BCQ) and show that performance similar to DQN can be achieved with only a fraction of the data without exploring. This maximizes sample efficiency and minimizes risk in deploying a new algorithm to commercial networks. We provide the entire project resource, including code and data, at the following link: https://github.com/Heasung-Kim/ safe-rl-deployment-for-5g.

📄 PDF Abstract BibTeX arXiv:2310.08660

Code (1)

heasung-kim/safe-rl-deployment-for-5g 공식 구현

Tasks

Deep Reinforcement LearningQ-LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
DQN A DQN, or Deep Q-Network, approximates a state-value function in a Q-Learning framework with a neural network. In the Atari…
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} +…
BASE 설명 없음

Similar Papers 제목 키워드 기반

Sum Rate Maximization in STAR-RIS-UAV-Assisted Networks: A CA-DDPG Approach for Joint Optimization

2025-12-01 · Yujie Huang, Haibin Wan, Xiangcheng Li, Tuanfa Qin 외 arxiv

With the rapid advances in programmable materials, reconfigurable intelligent surfaces (RIS) have become a pivotal technology for future wireless communications. The simultaneous transmitting and reflecting reconfigurabl…

Reinforcement Learning

HCPO: Hierarchical Conductor-Based Policy Optimization in Multi-Agent Reinforcement Learning

2025-11-15 · Zejiao Liu, Junqi Tu, Yitian Hong, Luolin Xiong 외 arxiv

In cooperative Multi-Agent Reinforcement Learning (MARL), efficient exploration is crucial for optimizing the performance of joint policy. However, existing methods often update joint policies via independent agent explo…

Multi-agent Reinforcement Learning

HYDRA: A Heterogeneous Chiplet DSE Framework for Serving Dynamic Hybrid LLM Workloads

2026-08-19 · Jiahao Lin, Alish Kanani, Sangwan Lee, Jaehyun Park 외 arxiv

Hybrid Transformer-Mamba large language models (LLMs) enhance long-context efficiency, but their heterogeneous computation and communication patterns complicate efficient hardware acceleration. Chiplet-based architecture…

Provably Good Batch Reinforcement Learning Without Great Exploration

2020-07-16 · Yao Liu, Adith Swaminathan, Alekh Agarwal, Emma Brunskill

Batch reinforcement learning (RL) is important to apply RL algorithms to many high stakes tasks. Doing batch RL in a way that yields a reliable new policy in large domains is challenging: a new decision policy may visit …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Exploration by Maximizing Rényi Entropy for Reward-Free RL Framework

2020-06-11 · Chuheng Zhang, Yuanying Cai, Longbo Huang, Jian Li

Exploration is essential for reinforcement learning (RL). To face the challenges of exploration, we consider a reward-free RL framework that completely separates exploration from exploitation and brings new challenges fo…

Q-LearningReinforcement Learning (RL)