diff --git a/run.py b/run.py index d610faba273f00404f1b660f7eb75501ddafc12e..a7e7e7bdda1ac152ad06a570b80e74a87dd34082 100644 --- a/run.py +++ b/run.py @@ -138,8 +138,8 @@ while True: nb_hit += 1 else: action = policy.act(observation[agent], eps=0.01) - if observation[agent][26] == 1: - action = RailEnvActions.STOP_MOVING + #if observation[agent][26] == 1: + # action = RailEnvActions.STOP_MOVING action_dict[agent] = action