Skip to content
Snippets Groups Projects
Commit 739df52f authored by spiglerg's avatar spiglerg
Browse files

fixed issue #60

parent 00c7e8be
No related branches found
No related tags found
No related merge requests found
...@@ -173,7 +173,9 @@ class RailEnv(Environment): ...@@ -173,7 +173,9 @@ class RailEnv(Environment):
# Return the new observation vectors for each agent # Return the new observation vectors for each agent
return self._get_observations() return self._get_observations()
def step(self, action_dict): def step(self, action_dict_):
action_dict = action_dict_.copy()
alpha = 1.0 alpha = 1.0
beta = 1.0 beta = 1.0
......
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