• Stars
    star
    23
  • Rank 983,302 (Top 20 %)
  • Language
    Julia
  • License
    Other
  • Created almost 9 years ago
  • Updated almost 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Julia implementation of DeepMind's Deep Q Learning algorithm described in "Playing Atari with Deep Reinforcement Learning"

DeepQLearning.jl

Julia implementation of DeepMind's Deep Q-Learning algorithm as described in Playing Atari with Deep Reinforcement Learning. This code only implements the base algorithm. It does not include the code for a convolutional network. However, this can be easily added using Mocha.jl. In lieu of this it uses a simpler single layer neural network. Information on the original RecurrenJS DQN implementation can be found here

note: This library has been tested on various learning tasks and seems to be functioning correctly, but is not yet ready for public consumption.

Example code

using DeepQLearning

... coming soon ... I hope :)

##Dependencies This library requires NNGraph.jl.

##Credits This library draws on the work of Andrej Karpathy

License

MIT