Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 624 Bytes

File metadata and controls

11 lines (7 loc) · 624 Bytes

Welcome,

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.

Project representation

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.