From fce5dd94c6add793d2846f028fe3736151b5ddcd Mon Sep 17 00:00:00 2001 From: Dennis Date: Sat, 7 Jan 2017 09:36:40 +0200 Subject: [PATCH] requires python 2.7 as the code this code is based on p 2.7 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb70c36..a6e4db1 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ called [Q learning](https://en.wikipedia.org/wiki/Q-learning). ##Dependencies -None! Native Python +Python 2.7 ##Usage