From d164c581d084f22023e7f10c229ec895d8a2323c Mon Sep 17 00:00:00 2001
From: gmollard <guillaume.mollard2@gmail.com>
Date: Thu, 18 Jul 2019 21:27:11 +0000
Subject: [PATCH] Update README.md

---
 RLLib_training/README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/RLLib_training/README.md b/RLLib_training/README.md
index b7e0f4d..8bda956 100644
--- a/RLLib_training/README.md
+++ b/RLLib_training/README.md
@@ -1,6 +1,8 @@
 This repository allows to run Rail Environment multi agent training with the RLLib Library.
 
 ## Installation:
+
+To run scripts of this repository, the deep learning library tensorflow should be installed, along with the following packages:
 ```sh
 pip install gym ray==0.7.0 gin-config opencv-python lz4 psutil
 ```
-- 
GitLab