Skip to content

psusarla95/RF_gym

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RF_gym

Solving MIMO Env Beamforming problem between two Base Stations (BS), in radio communications using reinforcement learning

Millimeter waves is one of the key innovations of 5G communications, that can help achieve high data rates using massive Multiple-Input-Multiple-Output (MIMO) radio units and Beamforming technologies. There have only been very traditional approaches in applying radio beamforming which includes complete scanning or scanning at multiple levels. With the increase in complexities to radio communications through 5G technologies, this implementation is an attempt to solve Beamforming problem using Machine Learning especially, Reinforcement Learning.

gym_rf

This is a custom environment developed for MIMO RL application using OpenAI gym interface. This directory contains implementation of the environment developeed between two BS.

Test

This directory contains the main function of various tests carried on the developed custom environment and Reinforcement learning solution for Beamforming problem. The implementations in this directory has both Q-table learning implementations as well as deep Qlearning.

Installation

run python setup.py before executing the test code. This helps installing the necessary packages required for this environment.