From 6b16b5476f85d9bb7eafb42b8ae6cdbe8cb7ef16 Mon Sep 17 00:00:00 2001 From: Shangtong Zhang Date: Tue, 24 Apr 2018 23:37:26 -0600 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 18b9237..c3f09c8 100644 --- a/README.md +++ b/README.md @@ -54,9 +54,9 @@ Support for PyTorch v0.3.x can be found in [v0.2](https://github.com/ShangtongZh Prediction is sampled after 110K iterations, and I only implemented one-step training # Dependency -* MacOS 10.12, CentO/S 6.8 and Ubuntu 16.04 +* MacOS 10.12, CentO/S 6.8 or Ubuntu 16.04 * PyTorch v0.4.0 -* Python 3.6 (recommended), 3.5 and 2.7 +* Python 3.6 (recommended), 3.5 or 2.7 * Core dependencies: `pip install -r requirements.txt` * Optional: [Roboschool](https://github.com/openai/roboschool), [DeepMind Control Suite](https://github.com/deepmind/dm_control)+[DMControl2Gym](dm_control2gym)