All Projects → cyoon1729 → deep-Q-networks

cyoon1729 / deep-Q-networks

Licence: other
Implementations of algorithms from the Q-learning family. Implementations inlcude: DQN, DDQN, Dueling DQN, PER+DQN, Noisy DQN, C51

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to deep-Q-networks

Hands On Reinforcement Learning With Python
Master Reinforcement and Deep Reinforcement Learning using OpenAI Gym and TensorFlow
Stars: ✭ 640 (+374.07%)
Mutual labels:  q-learning, deep-q-network
Accel Brain Code
The purpose of this repository is to make prototypes as case study in the context of proof of concept(PoC) and research and development(R&D) that I have written in my website. The main research topics are Auto-Encoders in relation to the representation learning, the statistical machine learning for energy-based models, adversarial generation networks(GANs), Deep Reinforcement Learning such as Deep Q-Networks, semi-supervised learning, and neural network language model for natural language processing.
Stars: ✭ 166 (+22.96%)
Mutual labels:  q-learning, deep-q-network
Reinforcement Learning With Tensorflow
Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学
Stars: ✭ 6,948 (+5046.67%)
Mutual labels:  q-learning, deep-q-network
2048 Deep Reinforcement Learning
Trained A Convolutional Neural Network To Play 2048 using Deep-Reinforcement Learning
Stars: ✭ 169 (+25.19%)
Mutual labels:  q-learning, deep-q-network
Gym Fx
Forex trading simulator environment for OpenAI Gym, observations contain the order status, performance and timeseries loaded from a CSV file containing rates and indicators. Work In Progress
Stars: ✭ 151 (+11.85%)
Mutual labels:  q-learning, deep-q-network
king-pong
Deep Reinforcement Learning Pong Agent, King Pong, he's the best
Stars: ✭ 23 (-82.96%)
Mutual labels:  q-learning, deep-q-network
VREP-RL-bot
Reinforcement Learning in Vrep
Stars: ✭ 14 (-89.63%)
Mutual labels:  q-learning
dqn-lambda
NeurIPS 2019: DQN(λ) = Deep Q-Network + λ-returns.
Stars: ✭ 20 (-85.19%)
Mutual labels:  deep-q-network
marley
A framework for multi-agent reinforcement learning.
Stars: ✭ 261 (+93.33%)
Mutual labels:  q-learning
tictactoe-reinforcement-learning
Train a tic-tac-toe agent using reinforcement learning.
Stars: ✭ 36 (-73.33%)
Mutual labels:  q-learning
RL-2018
Reinforcement Learning at UCLA IPAM RIPS 2018
Stars: ✭ 15 (-88.89%)
Mutual labels:  q-learning
relearn
A Reinforcement Learning Library for C++11/14
Stars: ✭ 22 (-83.7%)
Mutual labels:  q-learning
Explorer
Explorer is a PyTorch reinforcement learning framework for exploring new ideas.
Stars: ✭ 54 (-60%)
Mutual labels:  q-learning
RL
Reinforcement Learning Demos
Stars: ✭ 66 (-51.11%)
Mutual labels:  q-learning
Paddle-RLBooks
Paddle-RLBooks is a reinforcement learning code study guide based on pure PaddlePaddle.
Stars: ✭ 113 (-16.3%)
Mutual labels:  q-learning
java-reinforcement-learning
Package provides java implementation of reinforcement learning algorithms such Q-Learn, R-Learn, SARSA, Actor-Critic
Stars: ✭ 90 (-33.33%)
Mutual labels:  q-learning
qbso-fs
Python implementation of QBSO-FS : a Reinforcement Learning based Bee Swarm Optimization metaheuristic for Feature Selection problem.
Stars: ✭ 47 (-65.19%)
Mutual labels:  q-learning
Warehouse Robot Path Planning
A multi agent path planning solution under a warehouse scenario using Q learning and transfer learning.🤖️
Stars: ✭ 59 (-56.3%)
Mutual labels:  q-learning
flow
High frequency AI based algorithmic trading module.
Stars: ✭ 57 (-57.78%)
Mutual labels:  q-learning
cs7641-assignment4
CS7641 - Machine Learning - Assignment 4 - Markov Decision Processes
Stars: ✭ 14 (-89.63%)
Mutual labels:  q-learning

deep-Q-networks

Implementation of algorithms from the Q-learning family

Check /ipynb for jupiter notebooks of implementations

Implemented:

  • Vanilla DQN
  • Double DQN
  • Dueling DQN
  • Prioritized experience replay + DDQN
  • Noisy DQN (in progress)
  • C51 Categorical DQN (in progress)
  • DRQN with Gated Recurrent Units (in progress)

Dependencies:

  • PyTorch = 0.4.1
  • Python = 3.6
  • Gym = 0.12.5

Associated Papers:

To be added

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].