Using Artificial Intelligence (Search Algorithms) to Solve Modified Version of 8-Puzzle Game in Python
-
Updated
Mar 14, 2019 - Python
Using Artificial Intelligence (Search Algorithms) to Solve Modified Version of 8-Puzzle Game in Python
Finding all the possible states of the 8-Puzzle starting from the given initial state until the goal node is reached. States being unique. •Using the initial state of the puzzle, performing different moves in all the directions to generate new states. Using BFS to reach the goal. Back tracking for solving the problem
Resolvedor do 8-puzzle utilizando Inteligência Artificial com Aprendizado por Reforço (QLearning)
8 puzzle solver using BFS, DFS and A* , It has simulation that shows the path from start till reaching the goal.
Implementation of simple algorithms for AI like planning ang graph search
Basically a port of the solver I worked on in the Princeton Algorithms course
8Puzzle solver finding the optimal moves to solve 8Puzzle with A* search algorithm
Puzzle solver is a Java app which implements A* algorithm for numeric puzzles.
8 puzzle problem using artificial intelligence
Python solver for the 8puzzle & 15puzzle game
An application that uses A* algorithm and uniform cost search to solve 8-puzzle.
Solving 8Puzzle by using a Min PriorityQueue.
Implementation of the 8-puzzle problem using A Star algorithm (Java)
Artificial Intelligence Search Algorithms implemented for solving 8 puzzle
Add a description, image, and links to the 8puzzle topic page so that developers can more easily learn about it.
To associate your repository with the 8puzzle topic, visit your repo's landing page and select "manage topics."