From af03b004359892f1df22b2ce30a751cca4e647ee Mon Sep 17 00:00:00 2001
From: gmollard <guillaume.mollard2@gmail.com>
Date: Sat, 29 Jun 2019 13:07:02 +0000
Subject: [PATCH] Update README.md

---
 README.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 7c4451a..3283fca 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
 Examples of scripts to train agents in the Flatland environment.
+
 It should be cloned inside the main flatland repository.
+
 The `torch_training` shows an example of how to train agents with a DQN implemented in pytorch.
-The `RLLib_training` folder shows an example of how to train agents with the RLLib library available at: 
-<https://github.com/ray-project/ray/tree/master/python/ray/rllib>
+
+The `RLLib_training` folder shows an example of how to train agents with the RLLib library available at: <https://github.com/ray-project/ray/tree/master/python/ray/rllib>
 
-- 
GitLab