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
a355b142
Commit
a355b142
authored
Apr 29, 2019
by
Erik Nygren
Browse files
removed debugging print
parent
993e6a9d
Pipeline
#432
passed with stage
in 2 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
flatland/envs/rail_env.py
View file @
a355b142
...
...
@@ -1067,7 +1067,6 @@ class RailEnv(Environment):
(
pos
[
0
],
pos
[
1
],
direction
),
curv_dir
)
if
valid_transition
:
print
(
"Curve"
)
movement
=
curv_dir
curv_dir
=
(
curv_dir
+
1
)
%
4
...
...
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