Skip to content
#

uniform-cost-search

Here are 173 public repositories matching this topic...

In this project, the Pac-Man agent finds paths through its maze world, both to reach a particular location and to collect food efficiently. Search algorithms such as Depth First Search, Bread First Search, Uniform Cost Search and A-star search are applied to Pac-Man scenarios.

  • Updated Nov 6, 2017
  • Python

A project that applies several Artificial Intelligence techniques such as informed state space search, reinforcement learning and probabilistic inference. Algorithms such as Depth First Search, Breadth First Search, Uniform Cost Search, A-star Search enabled the pacman to win in different game versions

  • Updated Nov 6, 2017
  • Python

Improve this page

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

Learn more