This is a simple implementation done for the Reinforcement Module CA (B9AI105_2324_TMD2).
Simply follow the below instructions to clone & install necessary libraries. (Please use Python 3.8 or above).
git clone https://github.com/Excellent-Torch/Deep-Q-network-on-a-Frozen-Lake-Environment.git
cd Deep-Q-network-on-a-Frozen-Lake-Environment
pip install -r requirements.txt
Please create a seperate Python Environment of your choice before installation if any error occurs.
Use Jupyter Notebook, VSCode or Colab to run the code.