Coder Social home page Coder Social logo

radar-dqn's Introduction

Ersin - On the Use of MDPs in Cognitive Radar: An Application to Target Tracking
Date: 7/27/2018
Author: Jianyuan (Jet) Yu
Contact: [email protected]
Affiliate: Wireless, ECE, Virginia Tech

Table of Contents


Overview

The work replaces the mdp solver in Ersin work git link as dqn(deep q network) solver. The codes are mostly written in .m except for the dqn.py file, and python files are mostly based on open source RL with Tensorflow by Morvan Zhou.
It is NOT preferable to run codes in this blended way due to the low efficient computation and difficult to adjust the parameters within the dqn solver. Moreover, these codes may bring the new compatible problem when moving to ARC platform.

Setup

Refer to READMEconfig.md

Codes

Refer to READMEcodes.md

News

  1. 10/22 adding DRQN
  2. 9/6 add in dpg(deep policy gradient) method, which apt for episode model.
  3. 9/1 dqn get same result as mdp.
  4. 7/17 the codes running through.

Bugs

  1. unmatch of State and NumBands, i.e. the NumBands in 5 in the default case, while the State is 1 times 4 vector instead of 1 times 5.
  2. the CurrentActionNumber outrange, probably comes from the first one, I just did roll over.

Further Works ๐Ÿšง

  1. fix DoubleDQN PriDQN DuelDQN
  2. add DRQN

radar-dqn's People

Contributors

yujianyuanhaha avatar kmark29 avatar mirandayaoyao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar Gordon Oh avatar Ilia Shumailov avatar

Watchers

James Cloos avatar Tahsin Mullick 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.