From f230fa85fec753637ea956d5eae7711f2484ae4b Mon Sep 17 00:00:00 2001 From: u214892 <u214892@sbb.ch> Date: Thu, 6 Jun 2019 17:01:51 +0200 Subject: [PATCH] #47 bugfix line too long --- flatland/envs/observations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flatland/envs/observations.py b/flatland/envs/observations.py index 4d32faa4..e6b7a4f0 100644 --- a/flatland/envs/observations.py +++ b/flatland/envs/observations.py @@ -191,7 +191,7 @@ class TreeObsForRailEnv(ObservationBuilder): #7: agent in the opposite drection 1 = agent present other direction than myself (so conflict) - (possible future use: number of other agents in other direction in this branch, i.e. number of conflicts) + (possible future use: number of other agents in other direction in this branch, ie. number of conflicts) 0 = no agent present other direction than myself -- GitLab