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

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

diff --git a/README.md b/README.md
index 3283fca..63972a8 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@ 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 `torch_training` folder 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  algorithm from implemented in the RLLib library available at: <https://github.com/ray-project/ray/tree/master/python/ray/rllib>
 
-- 
GitLab