Abstract: Artificial Intelligence (AI) is a pivotal technology with diverse applications in fields such as algorithm design, robotic automation, image processing, and machine learning. This paper ...
Pathfinding algorithm addresses the problem of finding the shortest path from source to destination and avoiding obstacles. One of the greatest challenges in the design of realistic Artificial ...
Abstract: The A* algorithm has been widely employed in the automatic navigation of mobile robots. However, the traditional A* algorithm faces challenges in handling complex environments and ...
[Rebuild] Snake Remake 🐍 is an upgraded edition of my past project, 'Unconventional Snake Xenia.' It's an AI-driven snake game featuring a custom neural network. 🧠 The menu-driven interface offers ...
This is phase 1 of my AI project. By using different search algorithms ( DFS, BFS, UCS, A*), I tried to make Pacman do better in eating all the nodes and be alive.