Skip to content

d1skidder/maze-solver-astar-vs-rl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Compares the shortest path for a 2D maze search with AStar Algorithm vs. Reinforcement Learing

Takes the size of the maze and number of obstacles as command line arguments

Running in the scritpt from command line: pytthon maze_solver grid_size num_ostacles

As an example, for a 20x20 grid with 30 obstacles, run python maze_solver 20 30

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages