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 2e21e1bbb3495a7cb0eb29eeb1e95233e5d0eadc..7a89add9d3628bc2b509c862c86c2cb9110ce66d 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