Search for question
Question

(60 points) Part 2: Q- Learning on an Atari Game Environment In this part of the assignment, you will adapt the Q-Learning code from Part 1 to an Atari game environment of your choosing. Objective: Adapt the Q-Learning code to an Atari game environment. Tasks: 1. Choose an Atari game environment from the RL Gym library[1]. 2. Adapt the Q-Learning code from Part 1 to work with the chosen Atari game environment. 3. Train your Q-Learning agent on the Atari game environment.

Fig: 1