From 6a3f528b61258992f8aeb8439bc327f27d6e1db7 Mon Sep 17 00:00:00 2001 From: MLErik <baerenjesus@gmail.com> Date: Thu, 10 Oct 2019 08:58:56 -0400 Subject: [PATCH] initial commit for updates on intro file --- ...roduction_flatland_2_1_1.py => introduction_flatland_2_1.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename examples/{introduction_flatland_2_1_1.py => introduction_flatland_2_1.py} (99%) diff --git a/examples/introduction_flatland_2_1_1.py b/examples/introduction_flatland_2_1.py similarity index 99% rename from examples/introduction_flatland_2_1_1.py rename to examples/introduction_flatland_2_1.py index 2e21e1bb..7a89add9 100644 --- a/examples/introduction_flatland_2_1_1.py +++ b/examples/introduction_flatland_2_1.py @@ -9,7 +9,7 @@ from flatland.envs.schedule_generators import sparse_schedule_generator # We also include a renderer because we want to visualize what is going on in the environment from flatland.utils.rendertools import RenderTool, AgentRenderVariant -# This is an introduction example for the Flatland 2.1.1 version. +# This is an introduction example for the Flatland 2.1.* version. # Changes and highlights of this version include # - Stochastic events (malfunctions) # - Different travel speeds for differet agents -- GitLab