Welcome to my Artificial Intelligence (AI) learning journey repository! In this repository, I document my progress, projects, and resources as I embark on the exciting journey of learning artificial intelligence.
The first lesson is on search algorithms. Check the search directory to find it.
The maze.py file is written by cs50. it implements a stack frontier and a queue frontier which you can toggle between.
The mymaze.py file contains my custom maze. It implements heuristic frontier
You can run both with <python file> <text file>
Were python file is either maze.py or mymaze.py and text file is either maze1.txt or maze2.txt.