Skip to content

Excellent-Torch/Deep-Q-network-on-a-Frozen-Lake-Environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Deep Q-network on a Frozen Lake Environment

This is a simple implementation done for the Reinforcement Module CA (B9AI105_2324_TMD2).

Local Installation

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.

Or

Use Jupyter Notebook, VSCode or Colab to run the code.

License

MIT

About

A simple implementation of Deep Q-network on a Frozen Lake Environment using gym.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published