This repository contains the different assignments in IT3105 Artificial Intelligence Programming autumn 2022.
Assignment 1 Link
Creating a general-purpose Actor-Critic model, to solve three games: Towers of Hanoi, Cart Pole Balancing and The Gambler.
Assignment 2 Link
Creating a general-purpose Monte Carlo Tree Search (MCTS), to solve the board game Hex.