From 653c291db3554277570751f43305268dfe690649 Mon Sep 17 00:00:00 2001 From: Erik Nygren <erik.nygren@sbb.ch> Date: Wed, 1 May 2019 17:05:21 +0200 Subject: [PATCH] removed debugging print --- flatland/envs/rail_env.py | 1 - 1 file changed, 1 deletion(-) diff --git a/flatland/envs/rail_env.py b/flatland/envs/rail_env.py index 713eb404..12ee20b2 100644 --- a/flatland/envs/rail_env.py +++ b/flatland/envs/rail_env.py @@ -1085,7 +1085,6 @@ class RailEnv(Environment): curv_dir = (curv_dir + 1) % 4 """ new_position = self._new_position(pos, movement) - print(pos,new_position) # Is it a legal move? 1) transition allows the movement in the # cell, 2) the new cell is not empty (case 0), 3) the cell is # free, i.e., no agent is currently in that cell -- GitLab