Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
neurips2020-flatland-starter-kit
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
adrian_egli
neurips2020-flatland-starter-kit
Commits
b99d9b01
Commit
b99d9b01
authored
4 years ago
by
Egli Adrian (IT-SCI-API-PFI)
Browse files
Options
Downloads
Patches
Plain Diff
DeadLockAvoidance -> Evaluation done
parent
ee47292e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
aicrowd.json
+1
-1
1 addition, 1 deletion
aicrowd.json
run.py
+16
-17
16 additions, 17 deletions
run.py
with
17 additions
and
18 deletions
aicrowd.json
+
1
−
1
View file @
b99d9b01
...
@@ -2,6 +2,6 @@
...
@@ -2,6 +2,6 @@
"challenge_id"
:
"neurips-2020-flatland-challenge"
,
"challenge_id"
:
"neurips-2020-flatland-challenge"
,
"grader_id"
:
"neurips-2020-flatland-challenge"
,
"grader_id"
:
"neurips-2020-flatland-challenge"
,
"debug"
:
false
,
"debug"
:
false
,
"tags"
:
[
"
other
"
]
"tags"
:
[
"
RL
"
]
}
}
This diff is collapsed.
Click to expand it.
run.py
+
16
−
17
View file @
b99d9b01
...
@@ -51,17 +51,17 @@ set_action_size_full()
...
@@ -51,17 +51,17 @@ set_action_size_full()
# Print per-step logs
# Print per-step logs
VERBOSE
=
True
VERBOSE
=
True
USE_FAST_TREEOBS
=
True
USE_FAST_TREEOBS
=
True
USE_PPO_AGENT
=
True
if
False
:
# Checkpoint to use (remember to push it!)
# Checkpoint to use (remember to push it!)
# 116591 adrian_egli
# 116591 adrian_egli
# graded 71.305 0.633 RL Successfully Graded ! More details about this submission can be found at:
# graded 71.305 0.633 RL Successfully Graded ! More details about this submission can be found at:
# http://gitlab.aicrowd.com/adrian_egli/neurips2020-flatland-starter-kit/issues/51
# http://gitlab.aicrowd.com/adrian_egli/neurips2020-flatland-starter-kit/issues/51
# Fri, 22 Jan 2021 23:37:56
# Fri, 22 Jan 2021 23:37:56
set_action_size_reduced
()
set_action_size_reduced
()
load_policy
=
"
DDDQN
"
load_policy
=
"
DDDQN
"
checkpoint
=
"
./checkpoints/210122120236-3000.pth
"
# 17.011131341978228
checkpoint
=
"
./checkpoints/210122120236-3000.pth
"
# 17.011131341978228
EPSILON
=
0.0
EPSILON
=
0.0
if
False
:
if
False
:
# 116658 adrian_egli
# 116658 adrian_egli
...
@@ -83,12 +83,11 @@ if True:
...
@@ -83,12 +83,11 @@ if True:
checkpoint
=
"
./checkpoints/210122165109-5000.pth
"
# 17.993750197899438
checkpoint
=
"
./checkpoints/210122165109-5000.pth
"
# 17.993750197899438
EPSILON
=
0.0
EPSILON
=
0.0
if
False
:
if
True
:
# 116727 adrian_egli
# 116659 adrian_egli
# graded 106.786 0.768 RL Successfully Graded ! More details about this submission can be found at:
# graded 80.579 0.715 RL Successfully Graded ! More details about this submission can be found at:
# http://gitlab.aicrowd.com/adrian_egli/neurips2020-flatland-starter-kit/issues/54
# http://gitlab.aicrowd.com/adrian_egli/neurips2020-flatland-starter-kit/issues/53
# Sat, 23 Jan 2021 14:31:50
# Sat, 23 Jan 2021 07:45:49
set_action_size_reduced
()
set_action_size_reduced
()
load_policy
=
"
DeadLockAvoidance
"
load_policy
=
"
DeadLockAvoidance
"
checkpoint
=
None
checkpoint
=
None
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment