Coder Social home page Coder Social logo

hqyyqh888 / ddqn_beamselection Goto Github PK

View Code? Open in Web Editor NEW
38.0 1.0 15.0 54 KB

Joint Deep Reinforcement Learning and Unfolding: Beam Selection and Precoding for mmWave Multiuser MIMO With Lens Arrays

Home Page: https://ieeexplore.ieee.org/document/9448095

Python 100.00%
deep-learning-for-communications deep-reinforcement-learning deep-unfolding beam-selection-and-precoding multiuser-mimo-with-lens-arrays

ddqn_beamselection's Introduction

DDQN_BeamSelection

Joint Deep Reinforcement Learning and Unfolding: Beam Selection and Precoding for mmWave Multiuser MIMO With Lens Arrays

This repository contains the entire code for our work "Joint deep reinforcement learning and unfolding: Beam selection and precoding for mmWave multiuser MIMO with lens arrays", available at: https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=9448095 and has been accepted for publication in IEEE JOURNAL ON SELECTED AREAS IN COMMUNICATIONS (JSAC).

For any reproduce, further research or development, please kindly cite our JSAC Journal paper:

Q. Hu, Y. Liu, Y. Cai, G. Yu, and Z. Ding, “Joint deep reinforcement learning and unfolding: Beam selection and precoding for mmWave multiuser MIMO with lens arrays,” IEEE J. Sel. Areas Commun., vol. 39, no. 8, pp. 2289–2304, Aug. 2021.

Requirements

The following versions have been tested: Python 3.6 + Pytorch 1.9.0. But newer versions should also be fine.

Training and Testing

Run the main program "joint_trainer.py.py".

The introduction of each file

joint_trainer.py:main function,run this file to train jointly the DDQN and deep-unfolding neural network;

Config.py: System parameters;

DDQN:

Net_module.py:The architecture (dimension of trainable parameters) of DDQN;

Dueling_DDQN.py: The dueling architecture of DDQN;

Base_Agent.py: Define the class of agent that contains the basic functions of the DQN;

DQN.py: Define the class of DQN and it inherits from the Base_Agent;

DDQN.py: The class that inherits from the DQN and add the function of DDQN;

my_DQN.py: The class that inherits from the DQN and add some functions to deal with our problem, e.g., the computation of the reward function;

Replay_Buffer.py: The replay buffer of the DDQN;

The folder data_structures and exploration_strategies denote the data structure and exploration strategies (e.g., noise net), respectively;

Deep-unfolding:

WMMSE.py: Iterative WMMSE algorithm for digital precoding;

unfolder.py & model.py:Deep-unfolding neural network for digital precoding (unfold the iterative WMMSE algorithm);

complex_matrix.py: Some complex matrix operations, e.g., the matrix inversion and determinant of complex matrix;

Beamspace_channel.py:Beamspace channel model.

ddqn_beamselection's People

Contributors

hqyyqh888 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.