From 5cbe2e3c4e3219cd257c66a64a9488936a8c2d6d Mon Sep 17 00:00:00 2001
From: stvident <adityapola@gmail.com>
Date: Sat, 14 Sep 2019 13:59:25 +0000
Subject: [PATCH] Update flatland_2.0.md for a minor typo

---
 flatland_2.0.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flatland_2.0.md b/flatland_2.0.md
index 68614117..bb8fde87 100644
--- a/flatland_2.0.md
+++ b/flatland_2.0.md
@@ -57,7 +57,7 @@ env = RailEnv(
 )
 ```
 
-You can see that you now need bot a `rail_generator` and a `schedule_generator` to generate a level. These need to work nicely together. The `rail_generator` will only generate the railway infrastructure and provide hints to the `schedule_generator` about where to place agents. The `schedule_generator` will then generate a schedule, meaning it places agents at different train stations and gives them tasks by providing individual targets.
+You can see that you now need both a `rail_generator` and a `schedule_generator` to generate a level. These need to work nicely together. The `rail_generator` will only generate the railway infrastructure and provide hints to the `schedule_generator` about where to place agents. The `schedule_generator` will then generate a schedule, meaning it places agents at different train stations and gives them tasks by providing individual targets.
 
 You can tune the following parameters in the `sparse_rail_generator`:
 
-- 
GitLab