Question
(40 points) Part 1: Q- Learning and Policy Iteration on the Frozen Lake Environment In this part of the assignment, you will implement a basic version of Q-Learning on the Frozen Lake environment, following the tutorial provided here. The main purpose is to familiarize yourself with using the RL Gym library. In part 2,
Question image 1