Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 570 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 570 Bytes

Assignments of the course Artificial Intelligence (DD2380) of KTH. These assignments were developed in Java and the following bullet points describe more in detailled what they were about:

  • A1: Hidden Markov Models (HMM) were used to developed the DuckHunt game. We needed to predict the next move of the bird to shoot it. Also the specie of the bird had to be predicted.

  • A2: Minimax algorithm with alpha-beta pruning was used to solve an N-dimension tic-tac-toe and checkers game. Hash tables were also used in order to optimize the performance of the algorithm.