Reinforcement Learning Techniques
This project implements and compares diffeernt Reinforcement Learning approaches to solve the Gridworld and CartPole problems.
Use of an MDP structure + Value Iteration Algorithm to solve the Gridworld board problem
Use of Q-Learning + Value Iteration Algorithm to solve the Gridworld board problem
Implemented 4 different cases to solve the CartPole problem