The first assignment was all about general problem using different methods such as:
- A* and Theta* Graph Search
- Adversarial Search
- Local Search
- Constrain Satisfaction Problem (CSP)
- Logic-based Reasoning
For information on how to use this visualization check the README.txt under asst1.
The second assignmnet involved using probability to determine and reason about certain scenarios. Topics included were:
- Bayesian Networks
- Inference by Enumeration
- Inference by Variable Elimination
- Direct Sampling
- Rejection Sampling
- Weighted Sampling
- Temporal Models
- Filtering
- Smoothing
- Most Likely Explanation (MLE)
- Prediction
- Utility Theory
- Calculating Expected Utility
- Value of Perfect Information
- Markov Decision Process - Value Iteration
For information on how to use this interactive visualization check the README.txt under asst2/q5.