From 55ae92619a84b7e93be4b6888e4139a6b953e77f Mon Sep 17 00:00:00 2001 From: Shangtong Zhang Date: Sat, 28 Oct 2017 11:08:25 -0600 Subject: [PATCH] Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1f4ae96..40932d1 100644 --- a/README.md +++ b/README.md @@ -69,11 +69,11 @@ I use 8 threads and a two tanh hidden layer network, each hidden layer has 64 hi # Dependency * Open AI gym -* [RoboSchool](https://github.com/openai/roboschool) (Optional) -* PyTorch v0.12 +* [Roboschool](https://github.com/openai/roboschool) (Optional) +* PyTorch v0.2.0 * Python 2.7 or Python 3.6 * Tensorflow (Optional, but tensorboard is awesome) -> If you want to use Roboschool, you have to use python3. And don't try to use Roboschool with parallelized algorithms, +> If you want to use Roboschool, you have to use Python3. And don't try to use Roboschool with parallelized algorithms, > there is a known [critical bug](https://github.com/openai/roboschool/issues/86). # Usage