All Projects → dubezOniner → Deep-QLearning-Demo-csharp

dubezOniner / Deep-QLearning-Demo-csharp

Licence: MIT License
This demo is a C# port of ConvNetJS RLDemo (https://cs.stanford.edu/people/karpathy/convnetjs/demo/rldemo.html) by Andrej Karpathy

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Deep-QLearning-Demo-csharp

reinforcement-learning-flappybird
In-browser reinforcement learning for flappy bird 🐦
Stars: ✭ 41 (+20.59%)
Mutual labels:  qlearning
Q-learning-conv-net
Q learning AI bot perceiving environment with CNN
Stars: ✭ 14 (-58.82%)
Mutual labels:  qlearning
cartpole-rl-remote
CartPole game by Reinforcement Learning, a journey from training to inference
Stars: ✭ 24 (-29.41%)
Mutual labels:  qlearning
ReinforcementLearning Sutton-Barto Solutions
Solutions and figures for problems from Reinforcement Learning: An Introduction Sutton&Barto
Stars: ✭ 20 (-41.18%)
Mutual labels:  qlearning
GAN-Q-Learning
Unofficial Implementation of GAN Q Learning https://arxiv.org/abs/1805.04874
Stars: ✭ 42 (+23.53%)
Mutual labels:  qlearning
Reinforcement Learning
Learn Deep Reinforcement Learning in 60 days! Lectures & Code in Python. Reinforcement Learning + Deep Learning
Stars: ✭ 3,329 (+9691.18%)
Mutual labels:  qlearning
Deep reinforcement learning course
Implementations from the free course Deep Reinforcement Learning with Tensorflow and PyTorch
Stars: ✭ 3,232 (+9405.88%)
Mutual labels:  qlearning
DOM-Q-NET
Graph-based Deep Q Network for Web Navigation
Stars: ✭ 30 (-11.76%)
Mutual labels:  qlearning
reinforced-race
A model car learns driving along a track using reinforcement learning
Stars: ✭ 37 (+8.82%)
Mutual labels:  qlearning
Reinforcement-Learning-An-Introduction
Kotlin implementation of algorithms, examples, and exercises from the Sutton and Barto: Reinforcement Learning (2nd Edition)
Stars: ✭ 28 (-17.65%)
Mutual labels:  qlearning

Deep QLearning demo

This demo is a C# port of ConvNetJS Reinforcement Learning Demo by Andrej Karpathy. Watch the demo video on YouTube. This project also uses Cedric Bovar's ConvNetSharp library for the Convolutional Neural Networks.

Pretrained model

I included a pretrained model that I trained for a few hours, you can load and use it if you don't like waiting :)

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].