Skip to content
#

state-space-search

Here are 23 public repositories matching this topic...

Project of an intelligent autonomous garbage truck that implements most important learning methods in artificial intelligence. Created for Artificial Intelligence classes in the summer semester of 2020/2021 at Adam Mickiewicz University in Poznań with @HondaPL, @SmoothCrimminal and @Maciasty15.

  • Updated Mar 4, 2023
  • Python

This program runs in console. It lets the user choose an algorithm to try to solve the 8-square problem with a random starting state. The algorithms included are depth-limited search, uniform-cost search, (greedy) best-first search, and A* search.

  • Updated Nov 1, 2022
  • Python

Improve this page

Add a description, image, and links to the state-space-search 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 state-space-search topic, visit your repo's landing page and select "manage topics."

Learn more