diff --git a/checkpoints/210122165109-5000.pth.local b/checkpoints/210122165109-5000.pth.local new file mode 100644 index 0000000000000000000000000000000000000000..b5b0ca5f919d54edb98387f1d50b186cadb3439d Binary files /dev/null and b/checkpoints/210122165109-5000.pth.local differ diff --git a/checkpoints/210122165109-5000.pth.target b/checkpoints/210122165109-5000.pth.target new file mode 100644 index 0000000000000000000000000000000000000000..e12b79aff9be0c9e3fb4b917665ed1d883da2998 Binary files /dev/null and b/checkpoints/210122165109-5000.pth.target differ diff --git a/run.py b/run.py index f4c75dbc19976ea7758966fc326a00010a9b38ab..eb21fffe13db8a429329a4e043d904a78cb24355 100644 --- a/run.py +++ b/run.py @@ -66,19 +66,27 @@ 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: +# http://gitlab.aicrowd.com/adrian_egli/neurips2020-flatland-starter-kit/issues/51 +# Fri, 22 Jan 2021 23:37:56 set_action_size_reduced() load_policy = "DDDQN" checkpoint = "./checkpoints/210122120236-3000.pth" # 17.011131341978228 EPSILON = 0.0 -load_policy = "DDDQN" -checkpoint = "./checkpoints/210122165109-5000.pth" # 14.438561289066921 -EPSILON = 0.0 +if True: + set_action_size_reduced() + load_policy = "DDDQN" + checkpoint = "./checkpoints/210122165109-5000.pth" # 17.993750197899438 + EPSILON = 0.0 -load_policy = "PPO" -checkpoint = "./checkpoints/210122235754-5000.pth" # 16.2589510774425 -EPSILON = 0.0 +if False: + set_action_size_reduced() + load_policy = "PPO" + checkpoint = "./checkpoints/210122235754-5000.pth" # 16.00113400887389 + EPSILON = 0.0 # load_policy = "DeadLockAvoidance" # 22.13346834815911