/Frozen-Lake-Q-Learning

This project is used to create an agent that can play Frozen Lake game. The agent is created using reinforcement learning.

Primary LanguageJupyter Notebook

Frozen-Lake-Q-Learning

This project is used to create an agent that can play Frozen Lake game. The agent is created using reinforcement learning.
Q-learning algorithm using value iteration is used to train the agent.
All of the source code and its explanation is in "Frozen_Lake_Reinforcement_Learning.ipynb".
Check the "Required Packages.txt" to see what packages are required to run this code and why they are used.