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

.

parent 9794964d
No related branches found
No related tags found
No related merge requests found
...@@ -137,9 +137,9 @@ while True: ...@@ -137,9 +137,9 @@ while True:
action = agent_last_action[agent] action = agent_last_action[agent]
nb_hit += 1 nb_hit += 1
else: else:
action = policy.act(observation[agent], eps=0.0) action = policy.act(observation[agent], eps=0.01)
#if observation[agent][26] == 1: if observation[agent][26] == 1:
# action = RailEnvActions.STOP_MOVING action = RailEnvActions.STOP_MOVING
action_dict[agent] = action 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