Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Flatland
Flatland
Commits
739df52f
Commit
739df52f
authored
Jun 11, 2019
by
spiglerg
Browse files
fixed issue
#60
parent
00c7e8be
Pipeline
#1016
failed with stage
in 8 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
flatland/envs/rail_env.py
View file @
739df52f
...
...
@@ -173,7 +173,9 @@ class RailEnv(Environment):
# Return the new observation vectors for each agent
return
self
.
_get_observations
()
def
step
(
self
,
action_dict
):
def
step
(
self
,
action_dict_
):
action_dict
=
action_dict_
.
copy
()
alpha
=
1.0
beta
=
1.0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment