Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
marl-flatland
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
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
manavsinghal157
marl-flatland
Commits
c834f7f3
Commit
c834f7f3
authored
4 years ago
by
Egli Adrian (IT-SCI-API-PFI)
Browse files
Options
Downloads
Patches
Plain Diff
DeadLockAvoidance
parent
ce45a97b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
run.py
+22
-16
22 additions, 16 deletions
run.py
with
22 additions
and
16 deletions
run.py
+
22
−
16
View file @
c834f7f3
...
@@ -54,19 +54,7 @@ USE_FAST_TREEOBS = True
...
@@ -54,19 +54,7 @@ USE_FAST_TREEOBS = True
USE_PPO_AGENT
=
True
USE_PPO_AGENT
=
True
# Checkpoint to use (remember to push it!)
# Checkpoint to use (remember to push it!)
set_action_size_reduced
()
# 116591 adrian_egli
load_policy
=
"
DeadLockAvoidanceWithDecision
"
checkpoint
=
"
./checkpoints/210119075622-10000.pth
"
# 22.13346834815911
EPSILON
=
0.0
# Checkpoint to use (remember to push it!)
set_action_size_reduced
()
load_policy
=
"
PPO
"
checkpoint
=
"
./checkpoints/210119134958-10000.pth
"
# 12.18162927750207
EPSILON
=
0.0
# 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:
# 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
...
@@ -75,17 +63,35 @@ load_policy = "DDDQN"
...
@@ -75,17 +63,35 @@ 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
:
# 116658 adrian_egli
# graded 73.821 0.655 RL Successfully Graded ! More details about this submission can be found at:
# http://gitlab.aicrowd.com/adrian_egli/neurips2020-flatland-starter-kit/issues/52
# Sat, 23 Jan 2021 07:41:35
set_action_size_reduced
()
load_policy
=
"
PPO
"
checkpoint
=
"
./checkpoints/210122235754-5000.pth
"
# 16.00113400887389
EPSILON
=
0.0
if
True
:
if
True
:
# 116659 adrian_egli
# 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/53
# Sat, 23 Jan 2021 07:45:49
set_action_size_reduced
()
set_action_size_reduced
()
load_policy
=
"
DDDQN
"
load_policy
=
"
DDDQN
"
checkpoint
=
"
./checkpoints/210122165109-5000.pth
"
# 17.993750197899438
checkpoint
=
"
./checkpoints/210122165109-5000.pth
"
# 17.993750197899438
EPSILON
=
0.0
EPSILON
=
0.0
if
False
:
if
True
:
# 116659 adrian_egli
# 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/53
# Sat, 23 Jan 2021 07:45:49
set_action_size_reduced
()
set_action_size_reduced
()
load_policy
=
"
PPO
"
load_policy
=
"
DeadLockAvoidance
"
checkpoint
=
"
./checkpoints/210122235754-5000.pth
"
# 16.00113400887389
checkpoint
=
None
EPSILON
=
0.0
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