From d89a8260a1dfb488825b71a888f3bea1b01f8f33 Mon Sep 17 00:00:00 2001
From: "Egli Adrian (IT-SCI-API-PFI)" <adrian.egli@sbb.ch>
Date: Tue, 1 Oct 2019 20:39:37 +0200
Subject: [PATCH] .

---
 flatland/envs/rail_env.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/flatland/envs/rail_env.py b/flatland/envs/rail_env.py
index 8105d1eb..6fefc3f4 100644
--- a/flatland/envs/rail_env.py
+++ b/flatland/envs/rail_env.py
@@ -109,8 +109,8 @@ class RailEnv(Environment):
     stop_penalty = 0  # penalty for stopping a moving agent
     start_penalty = 0  # penalty for starting a stopped agent
 
-    # Where the agent will be placed to when the reach their target destination
-    # (Remove the agents to free the cell)
+    # Where the agent is placed when he reached his destination(target)
+    # remove_agents_at_target must be set to true in the RailEnv(...)
     DEPOT_POSITION = lambda agent, agent_handle : (-10, -10)
 
     def __init__(self,
-- 
GitLab