From 1c9a8f2127ec825f971fcdf236108419380b8008 Mon Sep 17 00:00:00 2001 From: Blake Milner Date: Sat, 15 Nov 2014 12:47:29 -0600 Subject: [PATCH] Initial commit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6cc13d7 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +DeepQLearning +============= + +A powerful machine learning algorithm utilizing Q-Learning and Neural Networks, implemented using Torch and Lua.