From 92b1fc48eb6525a4ca88631ff59e18b656cc3b6e Mon Sep 17 00:00:00 2001
From: Erik Nygren <erik.nygren@sbb.ch>
Date: Mon, 15 Jul 2019 08:42:04 -0400
Subject: [PATCH] fixed issues with editor with refactored rendertools.py

---
 flatland/utils/rendertools.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flatland/utils/rendertools.py b/flatland/utils/rendertools.py
index fe1a3593..1e1a7c15 100644
--- a/flatland/utils/rendertools.py
+++ b/flatland/utils/rendertools.py
@@ -388,7 +388,7 @@ class RenderTool(object):
                    arrows=False,  # defunct - draw arrows on rail lines
                    agents=True,  # whether to include agents
                    show_observations=True,  # whether to include observations
-                   show_predictions=True,  # whether to include predictions
+                   show_predictions=False,  # whether to include predictions
                    rail_color="gray",  # color to use in drawing rails (not used with SVG)
                    frames=False,  # frame counter to show (intended since invocation)
                    episode=None,  # int episode number to show
-- 
GitLab