Skip to content

jackthecodemonkey/ai-driven-finding-yodas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fun project - AI driven path finder

Current Progress & features

  • The mando finds all R2D2 in shortest path using greedy search algorithm.

    The same mechanism as how depth first search works. but instead of choosing the next neighbor randomly, it finds out which way is the best to go among the neighbors to minimize moves.

Screenshot

Goal of the project

  • Able to switch map between the maze and pacman map
  • Able to select search algorithms
  • Able to add enemies on the map
  • Enemies try to catch the mando
  • The mando avoids enemies and find all R2D2
  • Implement reinforcement learning in Rust and use it in browser

About

Fun project! developing AI driven finding R2D2s by the mandalorian

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published