Skip to content

Rajathbharadwaj/IAI

Repository files navigation

IAI

This is the project repo implementation of coding of all Assignments of IAI

Usage

  1. Clone the repo
    git clone https://github.com/Rajathbharadwaj/IAI.git
  2. Install numpy
    pip install numpy
  3. Run python run.py for Missionaries and Cannibals problem
  4. Run python Queens/run.py for NQueens problem.

Video Recorded

  1. https://youtu.be/pJZLQNMhkWg
  2. https://www.youtube.com/watch?v=IDTHGkwh7Gc&t=0s

Assignment 4

Video Recorded (Assignment 4)

  1. MiniMax, Alpha-Beta and WalkSat Algorithm

Files

  1. Minimax, Alpha-Beta and WalkSat implemnetation

Four Ply Game Tree

  1. alt text

Citations

  1. Heavily referenced from
    https://github.com/aimacode/aima-python/blob/master/search.py
  2. https://github.com/M-S-Saurabh/8-Queens-Puzzle
  3. https://github.com/aimacode/aima-python/blob/master/game.py | logic.py (Assignment 4)

Final Project

Please Click here and read the readme

  1. RL Trading