Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 262 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 262 Bytes

Hanoi Tower MDP

Implementation of a Markov Decision Process that solves a modified version of the classic Hanoi-Tower problem. Investigated both Value Iteration and Policy Iteration, for more information refer to the report. Foundation of Agents Assignment 1