From 71e2058a94efdd7481b347a60004d196f8ef06ce Mon Sep 17 00:00:00 2001 From: "Egli Adrian (IT-SCI-API-PFI)" <adrian.egli@sbb.ch> Date: Wed, 3 Jul 2019 07:53:29 +0200 Subject: [PATCH] . --- 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 537d8be8..7932aaca 100644 --- a/flatland/utils/rendertools.py +++ b/flatland/utils/rendertools.py @@ -38,7 +38,7 @@ class RenderTool(object): gTheta = np.linspace(0, np.pi / 2, 5) gArc = array([np.cos(gTheta), np.sin(gTheta)]).T # from [1,0] to [0,1] - def __init__(self, env, gl="PILSVG", jupyter=False, agentRenderVariant=AgentRenderVariant.ONE_STEP_BEHIND): + def __init__(self, env, gl="PILSVG", jupyter=False, agentRenderVariant=AgentRenderVariant.AGENT_SHOWS_OPTIONS): self.env = env self.iFrame = 0 self.time1 = time.time() -- GitLab