Laboratory exercises for the Artificial Intelligence course at FER, University of Zagreb (2016/2017).
Link to a course site: http://www.fer.unizg.hr/en/course/artint
- state space search (DFS, BFS, uniform cost search, A* search, implement heuristics)
- task: fill in the missing parts of code to help Pacman reach his goal
- refutation resolution
- task: fill in the missing parts of code to help Pacard reach his goal
- naive Bayes Classifier
- reinforcement learning