From e832e2e89a6195cca3f3f9e611e3f608b0ba7d67 Mon Sep 17 00:00:00 2001 From: Shangtong Zhang Date: Thu, 26 Oct 2017 23:06:20 -0600 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d4cfa3..3b72056 100644 --- a/README.md +++ b/README.md @@ -69,8 +69,8 @@ I use 8 threads and a two tanh hidden layer network, each hidden layer has 64 hi # Dependency * Open AI gym -* PyTorch (For some reason I use v0.12 now, although I really like v0.2) -* Python 2.7 (I don't want to try Python 3 until I have to use RoboSchool) +* PyTorch v0.12 + Python 2.7 (Well tested) +* PyTorch v0.2 + Python 3.6 (Experimental) * Tensorflow (Optional, but tensorboard is awesome) # Usage