This project show how reinforcement learning works with the help of Deep Q Learning.
- gym- For the environment
- matplotlib- To plot the data
- tkinter- For GUI
- keras- Building Neural Network
-
Clone the repository
git clone https://github.com/kashish2909/reinforcement_learning.git
-
cd reinforcement_learning
-
Run
python gui.py