/RLShortestPath

Demo source for finding shortest path in undirected graph using Q-learning

Primary LanguageC++MIT LicenseMIT

RLShortestPath

Demo source for finding shortest path in undirected graph using Q-learning technique - one of the reinforcement learning algorithms. The code is C++ traslation from python, inspired by exelent Pluralsight course, namely Understanding Algorithms for Reinforcement Learning. Please subscribe to fully understand and play with the demo code.

Short description of console output

Sample undirected graph visualisation:

graph

Console output:

results

Enjoy!