Skip to content

Project Loki is a display of different areas of Artificial Intelligence. Its main goal is to showcase how differente problems can be solved using AI and how different algorithms and/or techniques can approach each problem.

Notifications You must be signed in to change notification settings

mpenalozag/Project-Loki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Project Loki

Search Problems

Algorithms implemented

  • Best First Search
  • Breadth First Search

Problems Solved & Heuristics for each problem

  • Vacuum World. Heuristics: Euclidian Distance To Dirt, Amount of Dirty Cells.
  • 8-Puzzle. Heuristics: Manhattan Distance, Euclidian Distance.
  • Sokoban. Heuristics: Boxes Out of Goal, Manhattan Distance from Box to Goal. Euclidian Distance from Box to Goal.

About

Project Loki is a display of different areas of Artificial Intelligence. Its main goal is to showcase how differente problems can be solved using AI and how different algorithms and/or techniques can approach each problem.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages