Skip to content

A small example of Q learning given a set reward matrix and graph with corresponding weighted edges.

Notifications You must be signed in to change notification settings

paw3ll/QLearning-Maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

QLearning-Maze

A small example of Q learning given a set reward matrix and graph with corresponding weighted edges.

Q-Learning is a reinforcement learning technique used in machine learning. The goal of Q-Learning is to learn a policy, which tells an agent what action to take under what circumstance. It does not require a model of the environment and can handle problems with stochastic transitions and rewards, without requiring adaptations.(1) 1.https://en.wikipedia.org/wiki/Q-learning

Matlab

About

A small example of Q learning given a set reward matrix and graph with corresponding weighted edges.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages