deep-qlearning-algorithm
There are 16 repositories under deep-qlearning-algorithm topic.
Phoenix-Shen/ReinforcementLearning
强化学习算法库,包含了目前主流的强化学习算法(Value based and Policy based)的代码,代码都经过调试并可以运行
drl-dql/DQN-Flappy-Bird
🕹️ Flappy Bird hack using Deep Reinforcement Learning with Double Q-learning
andi611/DQN-Deep-Q-Network-Atari-Breakout-Tensorflow
Training a vision-based agent with the Deep Q Learning Network (DQN) in Atari's Breakout environment, implementation in Tensorflow.
MohammadAsadolahi/Deep-Q-Learning-for-solving-OpenAi-Gym-LunarLander-v2-in-python
reinforcement learning DQN method to solve OpenAi Gym "LunarLander-v2" by usnig a Deep Neuralnetwork
kunalG98/Self-Driving-Car
Self Diving Car Game using Pytorch and Kivy framework in Python
andri27-ts/PacMan-RL
Solving MsPacman game using Deep Q-learning algorithm
ashutoshtiwari13/DeepQNetwork-Hub
Tensorflow - Keras /PyTorch Implementation ⚡️ of State-of-the-art DeepQN for RL Gym benchmarks 👨💻
KanishkNavale/DQN-DuelingDQN
Tensorflow based DQN and PyTorch based DDQN Agent for 'MountainCar-v0' openai-gym environment.
Salman1804102/Task-Scheduling-Using-Reinforcement-Learning-and-DQN
Deep Learning Project on Task Scheduling
AutomateWithGautam/Optimal-path-of-Unknown-environment-with-Deep-Q-Learning-algorithm-
Path finding of a doubly Q network with using social choice theory and improved classical Q learning algorithm . uses Tensorflow and pygame
8Gitbrix/DQN
Implementation of Deep Q Learning algorithms in pytorch
ahkhat/Self_Driving_Car
A Self Driving Car with Reinforcement Learning
Pradnya1208/Snake-Game-using-Deep-Reinforcement-Learning
🐍 The Project is based on Reinforcement Learning which trains the snake to eat the food present in the environment.
gaurav-aiml/Intro-To-ML
This repository contains projects completed as a part of the coursework for Introduction to Machine Learning (Fall 2019) taught by Prof. Sargur N. Srihari at the University at Buffalo.
gorkemguneser/Deep-Q-Learning-PACMAN
In this project, I used Deep Reinforcement Learning to combine artificial neural networks with reinforcement learning.
jhonsonlee/dqn-navigating-in-a-virtual-world
Reinforcement Learning Project using Deep Q Network