Deep Q Learning

Minimal Deep Q Learning (DQN & DDQN) implementations in Keras
Alternatives To Deep Q Learning
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Keras Rl5,3485125 months ago7June 01, 201843mitPython
Deep Reinforcement Learning for Keras.
Deep Q Learning894
3 years ago12mitPython
Minimal Deep Q Learning (DQN & DDQN) implementations in Keras
Deep Rl Keras485
3 years ago12Python
Keras Implementation of popular Deep RL Algorithms (A3C, DDQN, DDPG, Dueling DDQN)
Keras Flappybird392
4 years ago12Python
Using Keras and Deep Q-Network to Play FlappyBird
Openai_lab314
5 years agomitPython
An experimentation framework for Reinforcement Learning using OpenAI Gym, Tensorflow, and Keras.
Machine Learning Is All You Need253
a year agoPython
🔥🌟《Machine Learning 格物志》: ML + DL + RL basic codes and notes by sklearn, PyTorch, TensorFlow, Keras & the most important, from scratch!💪 This repository is ALL You Need!
Dqn194
5 years ago12mitPython
Basic DQN implementation
Dqn116
5 years ago8Python
DQN implementation in Keras + TensorFlow + OpenAI Gym
Openaigym86
2 years ago2Python
Solving OpenAI Gym problems.
Tensorflow Practice80
3 years agomitJupyter Notebook
Tutorials of Tensorflow for beginners with popular data sets and projects. Let's have fun to learn Machine Learning with Tensorflow.
Alternatives To Deep Q Learning
Select To Compare


Alternative Project Comparisons
Readme

deep-q-learning

Introduction to Making a Simple Game AI with Deep Reinforcement Learning

animation

Minimal and Simple Deep Q Learning Implemenation in Keras and Gym. Under 100 lines of code!

The explanation for the dqn.py code is covered in the blog article https://keon.io/deep-q-learning/

I made minor tweaks to this repository such as load and save functions for convenience.

I also made the memory a deque instead of just a list. This is in order to limit the maximum number of elements in the memory.

The training might be unstable for dqn.py. This problem is mitigated in ddqn.py. I'll cover ddqn in the next article.

Popular Keras Projects
Popular Dqn Projects
Popular Machine Learning Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Deep Learning
Article
Keras
Reinforcement Learning
Dqn
Deep Reinforcement Learning
Deep Q Network