Skip to content

Commit

Permalink
Create maze notebook (educational version)
Browse files Browse the repository at this point in the history
Main features:
- the code is  sequential (ie one solver after one is tested)
- maze only related code (drawing, generation) put in a separate module
- implementation of our own rollout() to show how it works
- references to relevant articles for each solver + some brief
  explanation
- use of c++ A* (rather than python one) + euclidean distance as
  heuristic (easier to understand thatn manhattan distance)
  • Loading branch information
nhuet committed Nov 12, 2021
1 parent 9a2f503 commit e63ebac
Show file tree
Hide file tree
Showing 2 changed files with 884 additions and 0 deletions.
Loading

0 comments on commit e63ebac

Please sign in to comment.