Enumeration (using Python generators) of finite and infinite discrete spaces.
-
Updated
Nov 3, 2020 - Python
Enumeration (using Python generators) of finite and infinite discrete spaces.
Sokoban level solver w/ bidirectional A* search
This repository contains solver to 8 Puzzle Problem using A* algorithm and manhattan distance as heuristics.
Simple Wordle solver using BFS
Experimenting with intelligent agents utilizing a variety of different algorithmic methods to develop an expert level bot for the card game of Schnapsen.
A simple robotic vacuum cleaner simulator
Solving 8-Puzzle using A* Algorithm
Artificial Intelligence and Machine Learning - Project - Dice Wars
This repository contains a State Space Search project where differente search algorithms are implemented
Finds the optimal solution path with DFS, BFS and A* Algorithm in an indonesian dot puzzle.
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.
Arrange a 3x3 grid containing the numbers 1-8 so that the numbers are displayed in order. Compares search algorithms that solve this puzzle, including Random Search, Breadth First Search, Depth First Search, Greedy Search, and A* Search. See README file and result.txt.
Pac-Man game implementation using some foundational AI concepts, such as informed state-space search, probabilistic inference, and reinforcement learning.
Programs for Design And Analysis of Algorithms SEM - IV
Artificial Intelligence and Machine Learning - Team Project - Dice Wars
8-puzzle implementation in Python using State space search algorithms
A repository containing all files used for assignments of Machine Intelligence - UE18CS303
Eight puzzle solver using iterative deepening
Programs, reports, and documentation for the coursework on Artificial Intelligence
Add a description, image, and links to the state-space-search topic page so that developers can more easily learn about it.
To associate your repository with the state-space-search topic, visit your repo's landing page and select "manage topics."