/ai-lab

Primary LanguagePython

ai-lab

tictactoe.py - Tic Tac Toe
eight_puzzle_bfs.py - 8 Puzzle using BFS
eight_puzzle_a_star.py - 8 Puzzle using A star
eight_puzzle_ids.py - 8 Puzzle using Iterative Depth First Search
jug.py - Jug Filling Problem
vacuum.py - Simple Vacuum Cleaner Agent
complicated_vacuum.py - Complicated Vacuum Cleaner Agent