Skip to content
Snippets Groups Projects
Commit e67bb6c3 authored by Adrian Egli's avatar Adrian Egli
Browse files

.

parent 043e832d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment