torch-dqn
DQN model
An implementation of Deep Q-Networks using PyTorch to learn actions in grid world environments
Simple PuddleWorld DQN example using torch7
29 stars
5 watching
1 forks
Language: Lua
last commit: over 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
iassael/torch-bnlstm | An implementation of a recurrent neural network architecture with batch normalization | 92 |
torch/cutorch | Provides a CUDA backend for the PyTorch deep learning framework | 337 |
jiasenlu/cdssm | An implementation of a specific deep learning model in PyTorch for natural language processing tasks. | 41 |
aiqm/torchani | A PyTorch implementation of a neural network potential for molecular simulations | 471 |
jhkim89/pyramidnet | A Torch implementation of a novel neural network architecture designed to improve the generalization ability of deep image classification models. | 129 |
jwyang/jule.torch | Implementations of joint unsupervised learning algorithm for deep representations and image clusters using Torch | 289 |
hungtuchen/pytorch-dqn | An implementation of a deep reinforcement learning network using PyTorch to learn human-level control through trial and error. | 387 |
kuz/deepmind-atari-deep-q-learner | An implementation of a deep reinforcement learning architecture for playing Atari games | 1,828 |
floringogianu/categorical-dqn | An implementation of reinforcement learning algorithm using PyTorch and designed to work with Atari games. | 96 |
soumith/cudnn.torch | Torch7 bindings for NVIDIA cuDNN, providing FFI access to its neural network acceleration features | 428 |
enochkan/torch-metrics | A collection of common machine learning evaluation metrics implemented in PyTorch | 110 |
soumith/dcgan.torch | A PyTorch implementation of a deep generative model that can be used to generate images from a dataset. | 1,466 |
erogol/seg-torch | Custom image segmentation implementation using deep learning with Lua and Torch | 37 |
interesaaat/torchsharp | A .NET wrapper around the PyTorch library, providing access to its features and functionality. | 17 |
nearai/torchfold | A PyTorch module for dynamic batching and optimized computation on deep neural networks | 221 |