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
neurips2020-flatland-baselines
Commits
b5b521f6
Commit
b5b521f6
authored
Apr 26, 2020
by
MasterScrat
Browse files
Removed logging
parent
07075277
Changes
1
Hide whitespace changes
Inline
Side-by-side
train.py
View file @
b5b521f6
...
...
@@ -58,10 +58,6 @@ def on_episode_end(info):
episode
.
custom_metrics
[
"episode_score_normalized"
]
=
episode_score
*
norm_factor
episode
.
custom_metrics
[
"percentage_complete"
]
=
percentage_complete
print
(
"="
*
50
)
print
(
episode
.
custom_metrics
)
print
(
"="
*
50
)
def
run
(
args
,
parser
):
if
args
.
config_file
:
...
...
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