Skip to content

tdelubac/Deep_Q_Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Deep_Q_Network

This is an implementation of the Deep Q-Network published in DeepMind's Mnih et al. 2015 paper. It is intended to learn to play to the CartPole-v0 game of OpenAI gym.

Requirements

You will need TensorFlow, Keras and gym to run the code. To install all the required library simply go in the Deep_Q_Network directory and type in a terminal:

pip install -r requirements.txt

Running the code

To run the code go in the Deep_Q_Network directory and type in a terminal:

python q_learning.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages