Approximate Dynamic Programming
Tetris, Markov Decision Processes and Approximate Dynamic Programming
I recently learnt about Markov Decision Processes (MDPs). These are sequential decision processes, commonly found in the real world where decisions need to be made in an environment with uncertainty. Solving these problems, especially when they are large, is a big challenge. During my research of MDPs, I learnt these Read more…