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
653c291d
Commit
653c291d
authored
May 01, 2019
by
Erik Nygren
Browse files
removed debugging print
parent
98eb461f
Pipeline
#470
failed with stage
in 1 minute and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
flatland/envs/rail_env.py
View file @
653c291d
...
...
@@ -1085,7 +1085,6 @@ class RailEnv(Environment):
curv_dir = (curv_dir + 1) % 4
"""
new_position
=
self
.
_new_position
(
pos
,
movement
)
print
(
pos
,
new_position
)
# Is it a legal move? 1) transition allows the movement in the
# cell, 2) the new cell is not empty (case 0), 3) the cell is
# free, i.e., no agent is currently in that cell
...
...
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