darren1231 / Simple-DQN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple-DQN

This is a modified implementation of this paper: Deep Auto-Encoder Neural Networks in Reinforcement Learning

paper

Toolbox

Before you start, make sure you have included this toolbox in your path of Matlab Deeplearning Tool Box

Run

rum_map.m

Show

This program will find the best path from start position(left) to the goal position(right). Instead of giving the information of 36 states(6 multify 6), we give the pixels of whole picture as a state. This is a 900(30 multify 30) pixels of picture which contains 25(5 multify 5) small white picture as a robot's position.

start

start

animation

paper

About


Languages

Language:MATLAB 99.2%Language:Shell 0.7%Language:M 0.1%