This document is prepared to offer a manual for CS560 project which github page could be find at https://github.com/FatihTasyaran/ReinforcementLearningOnGraphs.
Every section contains explanation for the corresponding source file. Since all the project written in Python3, an interpreter would be enough to run iplmeneted resources.
Throughout the project, a representation for graphs stated below used. This representation could be easily transformed into other graph libraries.
S0,Out,S4,27,S9347,32,S26,4,S18,0
Where the values depicted are states and integers are actions.