DeepMind-Atari-Deep-Q-Learner
DQN
An implementation of a deep reinforcement learning architecture for playing Atari games
The original code from the DeepMind article + my tweaks
2k stars
153 watching
532 forks
Language: Lua
last commit: almost 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
kaixhin/atari | A deep reinforcement learning framework for Atari games using persistent advantage learning and dueling double DQN architecture. | 264 |
kristjankorjus/replicating-deepmind | Reproducing DeepMind's Atari game-playing system using C++ and GPU acceleration | 653 |
5vision/darqn | An implementation of a deep reinforcement learning model for continuous control tasks | 116 |
coreylowman/dfdx | A deep learning library for Rust with GPU acceleration and ergonomic API. | 1,737 |
muupan/dqn-in-the-caffe | An implementation of Deep Q-Network using Caffe to train and test reinforcement learning algorithms. | 213 |
hungtuchen/pytorch-dqn | An implementation of a deep reinforcement learning network using PyTorch to learn human-level control through trial and error. | 386 |
ahq1993/multimodal-deep-q-network-for-social-human-robot-interaction | A deep reinforcement learning system designed to enable robots to acquire social interaction skills through multimodal interactions with humans. | 14 |
mhauskn/dqn | An implementation of Deep Q-Network using Caffe | 68 |
mzaradzki/neuralnets | An experiment with various deep learning libraries and frameworks on images and time series data | 162 |
floringogianu/categorical-dqn | An implementation of reinforcement learning algorithm using PyTorch and designed to work with Atari games. | 96 |
ahq1993/perceivable-human-robot-interaction-using-neural-attention-q-networks | An implementation of a deep reinforcement learning algorithm to teach a robot to interact with humans in a socially acceptable manner. | 4 |
kotlin/kotlindl | A high-level Deep Learning API for training and deploying neural networks written in Kotlin. | 1,474 |
zhouyanzhao/orn | A deep learning framework implementation of an oriented response network for visual recognition tasks | 223 |
nutszebra/prelu_net | An implementation of a deep neural network architecture designed to surpass human-level performance on image classification tasks. | 12 |
sql-machine-learning/elasticdl | A framework for building and training distributed deep learning models in Kubernetes environments. | 733 |