https://github.com/dubezOniner/Deep-QLearning-Demo-csharp
This demo is a C# port of ConvNetJS RLDemo (https://cs.stanford.edu/people/karpathy/convnetjs/demo/rldemo.html) by Andrej Karpathy
https://github.com/dubezOniner/Deep-QLearning-Demo-csharp
ai deep-learning neural-network qlearning reinforcement-learning
Last synced: 6 months ago
JSON representation
This demo is a C# port of ConvNetJS RLDemo (https://cs.stanford.edu/people/karpathy/convnetjs/demo/rldemo.html) by Andrej Karpathy
- Host: GitHub
- URL: https://github.com/dubezOniner/Deep-QLearning-Demo-csharp
- Owner: dubezOniner
- License: mit
- Created: 2016-11-07T15:19:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-10T19:00:47.000Z (over 8 years ago)
- Last Synced: 2024-11-02T23:32:07.588Z (11 months ago)
- Topics: ai, deep-learning, neural-network, qlearning, reinforcement-learning
- Language: C#
- Homepage:
- Size: 3.29 MB
- Stars: 46
- Watchers: 6
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dotnet-datascience - Deep QLearning demo - This demo is a C# port of [ConvNetJS RLDemo](https://cs.stanford.edu/people/karpathy/convnetjs/demo/rldemo.html) by Andrej Karpathy. (Reinforcement Learning)
README
# Deep QLearning demo
This demo is a C# port of [ConvNetJS Reinforcement Learning Demo](https://cs.stanford.edu/people/karpathy/convnetjs/demo/rldemo.html) by Andrej Karpathy.
Watch the demo video on [YouTube](https://www.youtube.com/watch?v=pTgI_-yYlBA&t=9s).
This project also uses Cedric Bovar's [ConvNetSharp library](https://github.com/cbovar/ConvNetSharp) 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 :)