QlearningExample.torch
Catch Game Agent
Implementing Q learning in Torch to control an agent playing catch with a fruit.
Implementation of a simple example of Q learning in Torch.
50 stars
7 watching
13 forks
Language: Lua
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
seannaren/deepspeech.torch | A speech recognition system based on the DeepSpeech2 architecture | 259 |
richardassar/samplernn_torch | A Torch implementation of a deep learning model for generating audio from input data | 156 |
jwyang/jule.torch | Implementations of joint unsupervised learning algorithm for deep representations and image clusters using Torch | 288 |
nashory/gans-collection.torch | A collection of Torch implementations for training various types of Generative Adversarial Networks (GANs) | 55 |
fmassa/object-detection.torch | An implementation of object detection frameworks in the Torch deep learning framework | 116 |
torch/graph | A Lua-based library for graph manipulation and visualization in Torch. | 35 |
torch/nn | An open-source neural network package providing a modular framework for building and training neural networks. | 1,343 |
torch/demos | Torch7 tutorials and demos providing hands-on experience with the deep learning framework. | 355 |
ankane/torch.rb | A Ruby implementation of deep learning libraries inspired by PyTorch. | 733 |
junwei-pan/fasttext_torch | A Torch implementation of fasttext-based text classification | 72 |
andreaskoepf/faster-rcnn.torch | An experimental implementation of a real-time object detection system using a neural network with region proposal generation. | 122 |
aiqm/torchani | A PyTorch implementation of a neural network potential for molecular simulations | 464 |
soumith/imagenet-multigpu.torch | A toolkit for training neural networks on the ImageNet dataset using multiple GPUs. | 402 |
torch/nngraph | Graphical computation library for building neural network architectures | 299 |
cvondrick/torch-starter | A basic package for training neural networks in Torch7, providing a simplified starting point for developers. | 56 |