Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 876 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 876 Bytes

AILabCS312

This repo contains the code and auxiliary files for all the practicum of the "CS312: Artificial Intelligence Labroratory" course, Spring '19, IIT Dharwad.

The topics of each lab are listed in the following table

Lab Topic
1 Uninformed Searches on Mazes
2 Informed Searches on Mazes
3 Randomized Searches on Traveling Salesman Problem
4 Competition based on Lab 3
5 A* Algorithm on Mazes
6 AO* Algorithm to solve the Optimal Matrix Multiplication Problem
7 Othello Bot using MiniMax and AlphaBeta Pruning
8 Solving MDPs with Value and Policy Iteration
9 Goal Stack Planning in Blocksworld

NOTE: Each lab has a docs folder that contains the problem statement and the final report