This is the project repo implementation of coding of all Assignments of IAI
Usage
- Clone the repo
git clone https://github.com/Rajathbharadwaj/IAI.git
- Install numpy
pip install numpy
- Run
python run.py
for Missionaries and Cannibals problem - Run
python Queens/run.py
for NQueens problem.
Video Recorded
Video Recorded (Assignment 4)
Files
Four Ply Game Tree
Citations
- Heavily referenced from
https://github.com/aimacode/aima-python/blob/master/search.py
https://github.com/M-S-Saurabh/8-Queens-Puzzle
https://github.com/aimacode/aima-python/blob/master/game.py | logic.py
(Assignment 4)