Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 257 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 257 Bytes

a project to complete notable things described in AI: A Modern Approach

pathfinding

  • trying to implement A*
  • need to seperate cost and heuristic and accumulate cost (?)

tree

  • try to share in all these ai projects
  • develop a good interface that works