Skip to content

ML agent that finds shortest corresponding paths of same grouped points with no intersections

Notifications You must be signed in to change notification settings

VictorClarke/Flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FLOW

ML agent that finds shortest corresponding paths of same grouped points with no intersections. This is a python search agent that uses an A* heuristic to match alike colored markers on an NxN grid.

FLOW IMAGE python file takes an image capture of the original grid in which the alike color markers (two of each color) are scattered randomly throughout. Contains two functions in which the various colors, locations, and the grid itself is produced.

FLOW SOLVER python file takes the puzzle as an argument and outputs the paths of the corresponding colors.

About

ML agent that finds shortest corresponding paths of same grouped points with no intersections

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages