From 66a6278a229d65d1f6498dfd784d9163db8cd639 Mon Sep 17 00:00:00 2001 From: Martin Thoma Date: Fri, 25 Dec 2015 08:45:52 +0100 Subject: [PATCH] Add redis to requirements in README Redis is required by tf_rl/controller/human_controller.py --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 06449423..73da6685 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Check out Karpathy game in `notebooks` folder. - `future==0.15.2` - `euclid==0.1` +- `redis` ## How does this all fit together.