Skip to content
#

astar-search-algorithm

Here are 162 public repositories matching this topic...

This repository contains implementation of different AI algorithms, based on the 4th edition of amazing AI Book, Artificial Intelligence A Modern Approach

  • Updated May 14, 2024
  • Python

A simple search agent of an autonomous vacuum cleaner, trying to reach dirt spilled in different parts of a randomly generated room in the most efficient way possible. The project utilizes various search algorithms including, but not limited to; Greedy Search, Uniform Cost Search, and A* Search utilizing both path cost and a Manhattan heuristic.

  • Updated Apr 25, 2024
  • Python

Improve this page

Add a description, image, and links to the astar-search-algorithm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the astar-search-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more