From f36e2e905b7803162937757362a7ba5f3b5e8bd7 Mon Sep 17 00:00:00 2001 From: Santiago Valdarrama Date: Mon, 3 Aug 2020 19:43:48 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 106dec7..7556620 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ In order to run the code, you need Python3 and the following libraries: * [NumPy](http://www.numpy.org/) -* [TensorFlow 2.x](https://www.tensorflow.org/) +* [TensorFlow](https://www.tensorflow.org/) * [OpenAI Gym](https://gym.openai.com/) To install them all, make sure you activate a virtual environment and then run the following commands: