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
ce45a97b
Commit
ce45a97b
authored
4 years ago
by
Egli Adrian (IT-SCI-API-PFI)
Browse files
Options
Downloads
Patches
Plain Diff
DDDQN
parent
3f52dbd4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
checkpoints/210122165109-5000.pth.local
+0
-0
0 additions, 0 deletions
checkpoints/210122165109-5000.pth.local
checkpoints/210122165109-5000.pth.target
+0
-0
0 additions, 0 deletions
checkpoints/210122165109-5000.pth.target
run.py
+14
-6
14 additions, 6 deletions
run.py
with
14 additions
and
6 deletions
checkpoints/210122165109-5000.pth.local
0 → 100644
+
0
−
0
View file @
ce45a97b
File added
This diff is collapsed.
Click to expand it.
checkpoints/210122165109-5000.pth.target
0 → 100644
+
0
−
0
View file @
ce45a97b
File added
This diff is collapsed.
Click to expand it.
run.py
+
14
−
6
View file @
ce45a97b
...
@@ -66,19 +66,27 @@ checkpoint = "./checkpoints/210119134958-10000.pth" # 12.18162927750207
...
@@ -66,19 +66,27 @@ checkpoint = "./checkpoints/210119134958-10000.pth" # 12.18162927750207
EPSILON
=
0.0
EPSILON
=
0.0
# Checkpoint to use (remember to push it!)
# Checkpoint to use (remember to push it!)
#116591 adrian_egli
# 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
# 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
load_policy
=
"
DDDQN
"
if
True
:
checkpoint
=
"
./checkpoints/210122165109-5000.pth
"
# 14.438561289066921
set_action_size_reduced
()
EPSILON
=
0.0
load_policy
=
"
DDDQN
"
checkpoint
=
"
./checkpoints/210122165109-5000.pth
"
# 17.993750197899438
EPSILON
=
0.0
load_policy
=
"
PPO
"
if
False
:
checkpoint
=
"
./checkpoints/210122235754-5000.pth
"
# 16.2589510774425
set_action_size_reduced
()
EPSILON
=
0.0
load_policy
=
"
PPO
"
checkpoint
=
"
./checkpoints/210122235754-5000.pth
"
# 16.00113400887389
EPSILON
=
0.0
# load_policy = "DeadLockAvoidance" # 22.13346834815911
# load_policy = "DeadLockAvoidance" # 22.13346834815911
...
...
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