Skip to content

Freakwill/Qlearning-Matlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Qlearning-Matlab

Implement Q-learning by Matlab.

+rl

Env: the base class of Environment

Agent: the base class of agents

QAgent: the base class of agents for Q-learning

Recommended to inherit from QAgent. See MyQAgent as an example.

Example

maze.m

story: a robot with 10 power tries to find its heaven that is far from it. It has to get the resource first! Come bro! Here we go.

note: the dashline is the direction of moving.

screenshot.png

Lines

Tools for drawing.

About

implement Qlearning by Matlab

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages