minimario commited on
Commit
7b2f326
·
1 Parent(s): 995f717

add offline models

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. run_100_eq5/args.json +49 -0
  2. run_100_eq5/epoch-499.pt +3 -0
  3. run_100_eq5_lambda5/args.json +49 -0
  4. run_100_eq5_lambda5/epoch-499.pt +3 -0
  5. run_100_orig/args.json +49 -0
  6. run_100_orig/epoch-499.pt +3 -0
  7. run_20221230T16/args.json +48 -0
  8. run_20221230T16/epoch-499.pt +3 -0
  9. run_20221230T1645/args.json +48 -0
  10. run_20_big_label_cons/args.json +49 -0
  11. run_20_big_label_cons/epoch-499.pt +3 -0
  12. run_20_big_label_cons_eq5_lambda5/args.json +49 -0
  13. run_20_big_label_cons_eq5_lambda5/epoch-499.pt +3 -0
  14. run_20_eq50_lambda20/args.json +49 -0
  15. run_20_eq50_lambda20/epoch-499.pt +3 -0
  16. run_20_eq5_lambda20/args.json +49 -0
  17. run_20_eq5_lambda20/epoch-499.pt +3 -0
  18. run_eq_5/args.json +49 -0
  19. run_eq_50/args.json +49 -0
  20. run_eq_50_1/args.json +49 -0
  21. run_eq_5_2/args.json +49 -0
  22. run_eq_5_5/args.json +49 -0
  23. run_eq_5_lambda1/args.json +49 -0
  24. run_eq_5_lambda5/args.json +49 -0
  25. run_orig/args.json +49 -0
  26. run_vrp100_10_inputaug2/args.json +50 -0
  27. run_vrp100_10_inputaug2/epoch-499.pt +3 -0
  28. run_vrp100_10_inputaug4/args.json +50 -0
  29. run_vrp100_10_inputaug4/epoch-499.pt +3 -0
  30. run_vrp100_10_inputaug6/args.json +50 -0
  31. run_vrp100_10_inputaug6/epoch-499.pt +3 -0
  32. run_vrp100_10_inputaug8/args.json +50 -0
  33. run_vrp100_10_inputaug8/epoch-499.pt +3 -0
  34. run_vrp100_inputaug2/args.json +50 -0
  35. run_vrp100_inputaug2/epoch-499.pt +3 -0
  36. run_vrp100_inputaug4/args.json +50 -0
  37. run_vrp100_inputaug4/epoch-499.pt +3 -0
  38. run_vrp100_inputaug6/args.json +50 -0
  39. run_vrp100_inputaug6/epoch-499.pt +3 -0
  40. run_vrp100_inputaug8/args.json +50 -0
  41. run_vrp100_inputaug8/epoch-499.pt +3 -0
  42. run_vrp100_orig_lr1e-3/args.json +50 -0
  43. run_vrp100_orig_lr1e-3/epoch-499.pt +3 -0
  44. run_vrp100_orig_lr1e-5/args.json +50 -0
  45. run_vrp100_orig_lr1e-5/epoch-499.pt +3 -0
  46. run_vrp100_orig_lr4e-5/args.json +50 -0
  47. run_vrp100_orig_lr4e-5/epoch-499.pt +3 -0
  48. run_vrp100_orig_lr5e-4/args.json +50 -0
  49. run_vrp100_orig_lr5e-4/epoch-499.pt +3 -0
  50. run_vrp100_orig_lr5e-6/args.json +50 -0
run_100_eq5/args.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labelpath": "expert_data/vrp100_solution_9999.pkl",
3
+ "problem": "cvrp",
4
+ "graph_size": 100,
5
+ "batch_size": 100,
6
+ "epoch_size": 1280000,
7
+ "val_size": 10000,
8
+ "val_dataset": "expert_data/vrp100_valid_problem_9998.pkl",
9
+ "train_dataset": "expert_data/vrp100_problem_9999.pkl",
10
+ "model": "attention",
11
+ "embedding_dim": 128,
12
+ "hidden_dim": 128,
13
+ "n_encode_layers": 3,
14
+ "tanh_clipping": 10.0,
15
+ "normalization": "batch",
16
+ "label_aug": false,
17
+ "consistancy_learning": false,
18
+ "lr_model": 0.0001,
19
+ "lr_critic": 0.0001,
20
+ "lr_decay": 1.0,
21
+ "eval_only": false,
22
+ "n_epochs": 500,
23
+ "seed": 1234,
24
+ "max_grad_norm": 1.0,
25
+ "no_cuda": false,
26
+ "exp_beta": 0.8,
27
+ "baseline": null,
28
+ "bl_alpha": 0.05,
29
+ "bl_warmup_epochs": 0,
30
+ "eval_batch_size": 1024,
31
+ "checkpoint_encoder": false,
32
+ "shrink_size": null,
33
+ "data_distribution": null,
34
+ "log_step": 50,
35
+ "log_dir": "logs",
36
+ "run_name": "run_20221230T235447",
37
+ "wandb_run_name": "100_eq5",
38
+ "output_dir": "outputs",
39
+ "epoch_start": 0,
40
+ "checkpoint_epochs": 10,
41
+ "load_path": null,
42
+ "resume": null,
43
+ "no_tensorboard": false,
44
+ "no_progress_bar": false,
45
+ "num_equivariant_samples": 5,
46
+ "supervise_lambda": 0.01,
47
+ "use_cuda": true,
48
+ "save_dir": "outputs/cvrp_100/run_20221230T235447"
49
+ }
run_100_eq5/epoch-499.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3817df654c383af73e332baa8f11855fee472ea2a209e8ff47f4aad0fb3550d6
3
+ size 8383429
run_100_eq5_lambda5/args.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labelpath": "expert_data/vrp100_solution_9999.pkl",
3
+ "problem": "cvrp",
4
+ "graph_size": 100,
5
+ "batch_size": 100,
6
+ "epoch_size": 1280000,
7
+ "val_size": 10000,
8
+ "val_dataset": "expert_data/vrp100_valid_problem_9998.pkl",
9
+ "train_dataset": "expert_data/vrp100_problem_9999.pkl",
10
+ "model": "attention",
11
+ "embedding_dim": 128,
12
+ "hidden_dim": 128,
13
+ "n_encode_layers": 3,
14
+ "tanh_clipping": 10.0,
15
+ "normalization": "batch",
16
+ "label_aug": false,
17
+ "consistancy_learning": false,
18
+ "lr_model": 0.0001,
19
+ "lr_critic": 0.0001,
20
+ "lr_decay": 1.0,
21
+ "eval_only": false,
22
+ "n_epochs": 500,
23
+ "seed": 1234,
24
+ "max_grad_norm": 1.0,
25
+ "no_cuda": false,
26
+ "exp_beta": 0.8,
27
+ "baseline": null,
28
+ "bl_alpha": 0.05,
29
+ "bl_warmup_epochs": 0,
30
+ "eval_batch_size": 1024,
31
+ "checkpoint_encoder": false,
32
+ "shrink_size": null,
33
+ "data_distribution": null,
34
+ "log_step": 50,
35
+ "log_dir": "logs",
36
+ "run_name": "run_20221231T000851",
37
+ "wandb_run_name": "100_eq5_lambda5",
38
+ "output_dir": "outputs",
39
+ "epoch_start": 0,
40
+ "checkpoint_epochs": 10,
41
+ "load_path": null,
42
+ "resume": null,
43
+ "no_tensorboard": false,
44
+ "no_progress_bar": false,
45
+ "num_equivariant_samples": 5,
46
+ "supervise_lambda": 5.0,
47
+ "use_cuda": true,
48
+ "save_dir": "outputs/cvrp_100/run_20221231T000851"
49
+ }
run_100_eq5_lambda5/epoch-499.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b76ef231b0681911871d10ec9d6784fb237962a8b09f96a90efc875de01998a
3
+ size 8383429
run_100_orig/args.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labelpath": "expert_data/vrp100_solution_9999.pkl",
3
+ "problem": "cvrp",
4
+ "graph_size": 100,
5
+ "batch_size": 100,
6
+ "epoch_size": 1280000,
7
+ "val_size": 10000,
8
+ "val_dataset": "expert_data/vrp100_valid_problem_9998.pkl",
9
+ "train_dataset": "expert_data/vrp100_problem_9999.pkl",
10
+ "model": "attention",
11
+ "embedding_dim": 128,
12
+ "hidden_dim": 128,
13
+ "n_encode_layers": 3,
14
+ "tanh_clipping": 10.0,
15
+ "normalization": "batch",
16
+ "label_aug": false,
17
+ "consistancy_learning": false,
18
+ "lr_model": 0.0001,
19
+ "lr_critic": 0.0001,
20
+ "lr_decay": 1.0,
21
+ "eval_only": false,
22
+ "n_epochs": 500,
23
+ "seed": 1234,
24
+ "max_grad_norm": 1.0,
25
+ "no_cuda": false,
26
+ "exp_beta": 0.8,
27
+ "baseline": null,
28
+ "bl_alpha": 0.05,
29
+ "bl_warmup_epochs": 0,
30
+ "eval_batch_size": 1024,
31
+ "checkpoint_encoder": false,
32
+ "shrink_size": null,
33
+ "data_distribution": null,
34
+ "log_step": 50,
35
+ "log_dir": "logs",
36
+ "run_name": "run_20221230T235242",
37
+ "wandb_run_name": "100_orig",
38
+ "output_dir": "outputs",
39
+ "epoch_start": 0,
40
+ "checkpoint_epochs": 10,
41
+ "load_path": null,
42
+ "resume": null,
43
+ "no_tensorboard": false,
44
+ "no_progress_bar": false,
45
+ "num_equivariant_samples": 0,
46
+ "supervise_lambda": 0.01,
47
+ "use_cuda": true,
48
+ "save_dir": "outputs/cvrp_100/run_20221230T235242"
49
+ }
run_100_orig/epoch-499.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d38a4b41cacb9414a5d3fc8aa00590afd0c8ff68e247a9c53061e60a7deee1f
3
+ size 8383429
run_20221230T16/args.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labelpath": "expert_data/vrp20_solution_2345.pkl",
3
+ "problem": "cvrp",
4
+ "graph_size": 100,
5
+ "batch_size": 100,
6
+ "epoch_size": 1280000,
7
+ "val_size": 10000,
8
+ "val_dataset": "expert_data/vrp20_valid_problem_2345.pkl",
9
+ "train_dataset": "expert_data/vrp20_problem_2345.pkl",
10
+ "model": "attention",
11
+ "embedding_dim": 128,
12
+ "hidden_dim": 128,
13
+ "n_encode_layers": 3,
14
+ "tanh_clipping": 10.0,
15
+ "normalization": "batch",
16
+ "label_aug": false,
17
+ "consistancy_learning": false,
18
+ "lr_model": 0.0001,
19
+ "lr_critic": 0.0001,
20
+ "lr_decay": 1.0,
21
+ "eval_only": false,
22
+ "n_epochs": 500,
23
+ "seed": 1234,
24
+ "max_grad_norm": 1.0,
25
+ "no_cuda": false,
26
+ "exp_beta": 0.8,
27
+ "baseline": null,
28
+ "bl_alpha": 0.05,
29
+ "bl_warmup_epochs": 0,
30
+ "eval_batch_size": 1024,
31
+ "checkpoint_encoder": false,
32
+ "shrink_size": null,
33
+ "data_distribution": null,
34
+ "log_step": 50,
35
+ "log_dir": "logs",
36
+ "run_name": "run_20221230T165510",
37
+ "output_dir": "outputs",
38
+ "epoch_start": 0,
39
+ "checkpoint_epochs": 10,
40
+ "load_path": null,
41
+ "resume": null,
42
+ "no_tensorboard": false,
43
+ "no_progress_bar": false,
44
+ "num_equivariant_samples": 0,
45
+ "supervise_lambda": 0.01,
46
+ "use_cuda": true,
47
+ "save_dir": "outputs/cvrp_100/run_20221230T165510"
48
+ }
run_20221230T16/epoch-499.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52a88ed3afbafc33ddf4d5cf2584e513dc476cef1e67f72549d65c6fecdf9dcf
3
+ size 8383429
run_20221230T1645/args.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labelpath": "expert_data/vrp20_solution_2345.pkl",
3
+ "problem": "cvrp",
4
+ "graph_size": 100,
5
+ "batch_size": 100,
6
+ "epoch_size": 1280000,
7
+ "val_size": 10000,
8
+ "val_dataset": "expert_data/vrp20_valid_problem_2345.pkl",
9
+ "train_dataset": "expert_data/vrp20_problem_2345.pkl",
10
+ "model": "attention",
11
+ "embedding_dim": 128,
12
+ "hidden_dim": 128,
13
+ "n_encode_layers": 3,
14
+ "tanh_clipping": 10.0,
15
+ "normalization": "batch",
16
+ "label_aug": false,
17
+ "consistancy_learning": false,
18
+ "lr_model": 0.0001,
19
+ "lr_critic": 0.0001,
20
+ "lr_decay": 1.0,
21
+ "eval_only": false,
22
+ "n_epochs": 500,
23
+ "seed": 1234,
24
+ "max_grad_norm": 1.0,
25
+ "no_cuda": false,
26
+ "exp_beta": 0.8,
27
+ "baseline": null,
28
+ "bl_alpha": 0.05,
29
+ "bl_warmup_epochs": 0,
30
+ "eval_batch_size": 1024,
31
+ "checkpoint_encoder": false,
32
+ "shrink_size": null,
33
+ "data_distribution": null,
34
+ "log_step": 50,
35
+ "log_dir": "logs",
36
+ "run_name": "run_20221230T164510",
37
+ "output_dir": "outputs",
38
+ "epoch_start": 0,
39
+ "checkpoint_epochs": 1,
40
+ "load_path": null,
41
+ "resume": null,
42
+ "no_tensorboard": false,
43
+ "no_progress_bar": false,
44
+ "num_equivariant_samples": 0,
45
+ "supervise_lambda": 0.01,
46
+ "use_cuda": true,
47
+ "save_dir": "outputs/cvrp_100/run_20221230T164510"
48
+ }
run_20_big_label_cons/args.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labelpath": "expert_data/vrp20_semibig_solution_7777.pkl",
3
+ "problem": "cvrp",
4
+ "graph_size": 100,
5
+ "batch_size": 100,
6
+ "epoch_size": 1280000,
7
+ "val_size": 10000,
8
+ "val_dataset": "expert_data/vrp20_valid_problem_3456.pkl",
9
+ "train_dataset": "expert_data/vrp20_semibig_problem_7777.pkl",
10
+ "model": "attention",
11
+ "embedding_dim": 128,
12
+ "hidden_dim": 128,
13
+ "n_encode_layers": 3,
14
+ "tanh_clipping": 10.0,
15
+ "normalization": "batch",
16
+ "label_aug": true,
17
+ "consistancy_learning": true,
18
+ "lr_model": 0.0001,
19
+ "lr_critic": 0.0001,
20
+ "lr_decay": 1.0,
21
+ "eval_only": false,
22
+ "n_epochs": 500,
23
+ "seed": 1234,
24
+ "max_grad_norm": 1.0,
25
+ "no_cuda": false,
26
+ "exp_beta": 0.8,
27
+ "baseline": null,
28
+ "bl_alpha": 0.05,
29
+ "bl_warmup_epochs": 0,
30
+ "eval_batch_size": 1024,
31
+ "checkpoint_encoder": false,
32
+ "shrink_size": null,
33
+ "data_distribution": null,
34
+ "log_step": 50,
35
+ "log_dir": "logs",
36
+ "run_name": "run_20221231T131833",
37
+ "wandb_run_name": "20_big_label_cons",
38
+ "output_dir": "outputs",
39
+ "epoch_start": 0,
40
+ "checkpoint_epochs": 10,
41
+ "load_path": null,
42
+ "resume": null,
43
+ "no_tensorboard": false,
44
+ "no_progress_bar": false,
45
+ "num_equivariant_samples": 0,
46
+ "supervise_lambda": 0.01,
47
+ "use_cuda": true,
48
+ "save_dir": "outputs/cvrp_100/run_20221231T131833"
49
+ }
run_20_big_label_cons/epoch-499.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07e6826d38736cad2a90583b489978fd4249a7637dc3a54b16af559e7e2ac369
3
+ size 8383429
run_20_big_label_cons_eq5_lambda5/args.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labelpath": "expert_data/vrp20_semibig_solution_7777.pkl",
3
+ "problem": "cvrp",
4
+ "graph_size": 100,
5
+ "batch_size": 100,
6
+ "epoch_size": 1280000,
7
+ "val_size": 10000,
8
+ "val_dataset": "expert_data/vrp20_valid_problem_3456.pkl",
9
+ "train_dataset": "expert_data/vrp20_semibig_problem_7777.pkl",
10
+ "model": "attention",
11
+ "embedding_dim": 128,
12
+ "hidden_dim": 128,
13
+ "n_encode_layers": 3,
14
+ "tanh_clipping": 10.0,
15
+ "normalization": "batch",
16
+ "label_aug": true,
17
+ "consistancy_learning": true,
18
+ "lr_model": 0.0001,
19
+ "lr_critic": 0.0001,
20
+ "lr_decay": 1.0,
21
+ "eval_only": false,
22
+ "n_epochs": 500,
23
+ "seed": 1234,
24
+ "max_grad_norm": 1.0,
25
+ "no_cuda": false,
26
+ "exp_beta": 0.8,
27
+ "baseline": null,
28
+ "bl_alpha": 0.05,
29
+ "bl_warmup_epochs": 0,
30
+ "eval_batch_size": 1024,
31
+ "checkpoint_encoder": false,
32
+ "shrink_size": null,
33
+ "data_distribution": null,
34
+ "log_step": 50,
35
+ "log_dir": "logs",
36
+ "run_name": "run_20221231T131828",
37
+ "wandb_run_name": "20_big_label_cons_eq5_lambda5",
38
+ "output_dir": "outputs",
39
+ "epoch_start": 0,
40
+ "checkpoint_epochs": 10,
41
+ "load_path": null,
42
+ "resume": null,
43
+ "no_tensorboard": false,
44
+ "no_progress_bar": false,
45
+ "num_equivariant_samples": 5,
46
+ "supervise_lambda": 5.0,
47
+ "use_cuda": true,
48
+ "save_dir": "outputs/cvrp_100/run_20221231T131828"
49
+ }
run_20_big_label_cons_eq5_lambda5/epoch-499.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db94d0459759abec3ea97006c3e1dfa9e2412f3c41c710d1df1f605623efcc2f
3
+ size 8383429
run_20_eq50_lambda20/args.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labelpath": "expert_data/vrp20_solution_2345.pkl",
3
+ "problem": "cvrp",
4
+ "graph_size": 100,
5
+ "batch_size": 100,
6
+ "epoch_size": 1280000,
7
+ "val_size": 10000,
8
+ "val_dataset": "expert_data/vrp20_valid_problem_3456.pkl",
9
+ "train_dataset": "expert_data/vrp20_problem_2345.pkl",
10
+ "model": "attention",
11
+ "embedding_dim": 128,
12
+ "hidden_dim": 128,
13
+ "n_encode_layers": 3,
14
+ "tanh_clipping": 10.0,
15
+ "normalization": "batch",
16
+ "label_aug": false,
17
+ "consistancy_learning": false,
18
+ "lr_model": 0.0001,
19
+ "lr_critic": 0.0001,
20
+ "lr_decay": 1.0,
21
+ "eval_only": false,
22
+ "n_epochs": 500,
23
+ "seed": 1234,
24
+ "max_grad_norm": 1.0,
25
+ "no_cuda": false,
26
+ "exp_beta": 0.8,
27
+ "baseline": null,
28
+ "bl_alpha": 0.05,
29
+ "bl_warmup_epochs": 0,
30
+ "eval_batch_size": 1024,
31
+ "checkpoint_encoder": false,
32
+ "shrink_size": null,
33
+ "data_distribution": null,
34
+ "log_step": 50,
35
+ "log_dir": "logs",
36
+ "run_name": "run_20221231T002410",
37
+ "wandb_run_name": "20_eq50_lambda20",
38
+ "output_dir": "outputs",
39
+ "epoch_start": 0,
40
+ "checkpoint_epochs": 10,
41
+ "load_path": null,
42
+ "resume": null,
43
+ "no_tensorboard": false,
44
+ "no_progress_bar": false,
45
+ "num_equivariant_samples": 50,
46
+ "supervise_lambda": 20.0,
47
+ "use_cuda": true,
48
+ "save_dir": "outputs/cvrp_100/run_20221231T002410"
49
+ }
run_20_eq50_lambda20/epoch-499.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d41fe7b554d718e17baf6159d09edfc7d54523cb7b539c9f7f02d17cffbed91f
3
+ size 8383429
run_20_eq5_lambda20/args.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labelpath": "expert_data/vrp20_solution_2345.pkl",
3
+ "problem": "cvrp",
4
+ "graph_size": 100,
5
+ "batch_size": 100,
6
+ "epoch_size": 1280000,
7
+ "val_size": 10000,
8
+ "val_dataset": "expert_data/vrp20_valid_problem_3456.pkl",
9
+ "train_dataset": "expert_data/vrp20_problem_2345.pkl",
10
+ "model": "attention",
11
+ "embedding_dim": 128,
12
+ "hidden_dim": 128,
13
+ "n_encode_layers": 3,
14
+ "tanh_clipping": 10.0,
15
+ "normalization": "batch",
16
+ "label_aug": false,
17
+ "consistancy_learning": false,
18
+ "lr_model": 0.0001,
19
+ "lr_critic": 0.0001,
20
+ "lr_decay": 1.0,
21
+ "eval_only": false,
22
+ "n_epochs": 500,
23
+ "seed": 1234,
24
+ "max_grad_norm": 1.0,
25
+ "no_cuda": false,
26
+ "exp_beta": 0.8,
27
+ "baseline": null,
28
+ "bl_alpha": 0.05,
29
+ "bl_warmup_epochs": 0,
30
+ "eval_batch_size": 1024,
31
+ "checkpoint_encoder": false,
32
+ "shrink_size": null,
33
+ "data_distribution": null,
34
+ "log_step": 50,
35
+ "log_dir": "logs",
36
+ "run_name": "run_20221231T002328",
37
+ "wandb_run_name": "20_eq5_lambda20",
38
+ "output_dir": "outputs",
39
+ "epoch_start": 0,
40
+ "checkpoint_epochs": 10,
41
+ "load_path": null,
42
+ "resume": null,
43
+ "no_tensorboard": false,
44
+ "no_progress_bar": false,
45
+ "num_equivariant_samples": 5,
46
+ "supervise_lambda": 20.0,
47
+ "use_cuda": true,
48
+ "save_dir": "outputs/cvrp_100/run_20221231T002328"
49
+ }
run_20_eq5_lambda20/epoch-499.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03ee5b5079abbefc65a7c36ea042d0349822281cd5b4a82a969ceb9dd4a73fc4
3
+ size 8383429
run_eq_5/args.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labelpath": "expert_data/vrp20_solution_2345.pkl",
3
+ "problem": "cvrp",
4
+ "graph_size": 100,
5
+ "batch_size": 100,
6
+ "epoch_size": 1280000,
7
+ "val_size": 10000,
8
+ "val_dataset": "expert_data/vrp20_valid_problem_2345.pkl",
9
+ "train_dataset": "expert_data/vrp20_problem_2345.pkl",
10
+ "model": "attention",
11
+ "embedding_dim": 128,
12
+ "hidden_dim": 128,
13
+ "n_encode_layers": 3,
14
+ "tanh_clipping": 10.0,
15
+ "normalization": "batch",
16
+ "label_aug": false,
17
+ "consistancy_learning": false,
18
+ "lr_model": 0.0001,
19
+ "lr_critic": 0.0001,
20
+ "lr_decay": 1.0,
21
+ "eval_only": false,
22
+ "n_epochs": 500,
23
+ "seed": 1234,
24
+ "max_grad_norm": 1.0,
25
+ "no_cuda": false,
26
+ "exp_beta": 0.8,
27
+ "baseline": null,
28
+ "bl_alpha": 0.05,
29
+ "bl_warmup_epochs": 0,
30
+ "eval_batch_size": 1024,
31
+ "checkpoint_encoder": false,
32
+ "shrink_size": null,
33
+ "data_distribution": null,
34
+ "log_step": 50,
35
+ "log_dir": "logs",
36
+ "run_name": "run_20221230T171551",
37
+ "wandb_run_name": "eq_5",
38
+ "output_dir": "outputs",
39
+ "epoch_start": 0,
40
+ "checkpoint_epochs": 10,
41
+ "load_path": null,
42
+ "resume": null,
43
+ "no_tensorboard": false,
44
+ "no_progress_bar": false,
45
+ "num_equivariant_samples": 5,
46
+ "supervise_lambda": 0.01,
47
+ "use_cuda": true,
48
+ "save_dir": "outputs/cvrp_100/run_20221230T171551"
49
+ }
run_eq_50/args.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labelpath": "expert_data/vrp20_solution_2345.pkl",
3
+ "problem": "cvrp",
4
+ "graph_size": 100,
5
+ "batch_size": 100,
6
+ "epoch_size": 1280000,
7
+ "val_size": 10000,
8
+ "val_dataset": "expert_data/vrp20_valid_problem_2345.pkl",
9
+ "train_dataset": "expert_data/vrp20_problem_2345.pkl",
10
+ "model": "attention",
11
+ "embedding_dim": 128,
12
+ "hidden_dim": 128,
13
+ "n_encode_layers": 3,
14
+ "tanh_clipping": 10.0,
15
+ "normalization": "batch",
16
+ "label_aug": false,
17
+ "consistancy_learning": false,
18
+ "lr_model": 0.0001,
19
+ "lr_critic": 0.0001,
20
+ "lr_decay": 1.0,
21
+ "eval_only": false,
22
+ "n_epochs": 500,
23
+ "seed": 1234,
24
+ "max_grad_norm": 1.0,
25
+ "no_cuda": false,
26
+ "exp_beta": 0.8,
27
+ "baseline": null,
28
+ "bl_alpha": 0.05,
29
+ "bl_warmup_epochs": 0,
30
+ "eval_batch_size": 1024,
31
+ "checkpoint_encoder": false,
32
+ "shrink_size": null,
33
+ "data_distribution": null,
34
+ "log_step": 50,
35
+ "log_dir": "logs",
36
+ "run_name": "run_20221230T171606",
37
+ "wandb_run_name": "eq_50",
38
+ "output_dir": "outputs",
39
+ "epoch_start": 0,
40
+ "checkpoint_epochs": 10,
41
+ "load_path": null,
42
+ "resume": null,
43
+ "no_tensorboard": false,
44
+ "no_progress_bar": false,
45
+ "num_equivariant_samples": 50,
46
+ "supervise_lambda": 0.01,
47
+ "use_cuda": true,
48
+ "save_dir": "outputs/cvrp_100/run_20221230T171606"
49
+ }
run_eq_50_1/args.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labelpath": "expert_data/vrp20_solution_2345.pkl",
3
+ "problem": "cvrp",
4
+ "graph_size": 100,
5
+ "batch_size": 100,
6
+ "epoch_size": 1280000,
7
+ "val_size": 10000,
8
+ "val_dataset": "expert_data/vrp20_valid_problem_3456.pkl",
9
+ "train_dataset": "expert_data/vrp20_problem_2345.pkl",
10
+ "model": "attention",
11
+ "embedding_dim": 128,
12
+ "hidden_dim": 128,
13
+ "n_encode_layers": 3,
14
+ "tanh_clipping": 10.0,
15
+ "normalization": "batch",
16
+ "label_aug": false,
17
+ "consistancy_learning": false,
18
+ "lr_model": 0.0001,
19
+ "lr_critic": 0.0001,
20
+ "lr_decay": 1.0,
21
+ "eval_only": false,
22
+ "n_epochs": 500,
23
+ "seed": 1234,
24
+ "max_grad_norm": 1.0,
25
+ "no_cuda": false,
26
+ "exp_beta": 0.8,
27
+ "baseline": null,
28
+ "bl_alpha": 0.05,
29
+ "bl_warmup_epochs": 0,
30
+ "eval_batch_size": 1024,
31
+ "checkpoint_encoder": false,
32
+ "shrink_size": null,
33
+ "data_distribution": null,
34
+ "log_step": 50,
35
+ "log_dir": "logs",
36
+ "run_name": "run_20221230T172942",
37
+ "wandb_run_name": "eq_50",
38
+ "output_dir": "outputs",
39
+ "epoch_start": 0,
40
+ "checkpoint_epochs": 10,
41
+ "load_path": null,
42
+ "resume": null,
43
+ "no_tensorboard": false,
44
+ "no_progress_bar": false,
45
+ "num_equivariant_samples": 50,
46
+ "supervise_lambda": 0.01,
47
+ "use_cuda": true,
48
+ "save_dir": "outputs/cvrp_100/run_20221230T172942"
49
+ }
run_eq_5_2/args.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labelpath": "expert_data/vrp20_solution_2345.pkl",
3
+ "problem": "cvrp",
4
+ "graph_size": 100,
5
+ "batch_size": 100,
6
+ "epoch_size": 1280000,
7
+ "val_size": 10000,
8
+ "val_dataset": "expert_data/vrp20_valid_problem_3456.pkl",
9
+ "train_dataset": "expert_data/vrp20_problem_2345.pkl",
10
+ "model": "attention",
11
+ "embedding_dim": 128,
12
+ "hidden_dim": 128,
13
+ "n_encode_layers": 3,
14
+ "tanh_clipping": 10.0,
15
+ "normalization": "batch",
16
+ "label_aug": false,
17
+ "consistancy_learning": false,
18
+ "lr_model": 0.0001,
19
+ "lr_critic": 0.0001,
20
+ "lr_decay": 1.0,
21
+ "eval_only": false,
22
+ "n_epochs": 500,
23
+ "seed": 1234,
24
+ "max_grad_norm": 1.0,
25
+ "no_cuda": false,
26
+ "exp_beta": 0.8,
27
+ "baseline": null,
28
+ "bl_alpha": 0.05,
29
+ "bl_warmup_epochs": 0,
30
+ "eval_batch_size": 1024,
31
+ "checkpoint_encoder": false,
32
+ "shrink_size": null,
33
+ "data_distribution": null,
34
+ "log_step": 50,
35
+ "log_dir": "logs",
36
+ "run_name": "run_20221230T172937",
37
+ "wandb_run_name": "eq_5",
38
+ "output_dir": "outputs",
39
+ "epoch_start": 0,
40
+ "checkpoint_epochs": 10,
41
+ "load_path": null,
42
+ "resume": null,
43
+ "no_tensorboard": false,
44
+ "no_progress_bar": false,
45
+ "num_equivariant_samples": 5,
46
+ "supervise_lambda": 0.01,
47
+ "use_cuda": true,
48
+ "save_dir": "outputs/cvrp_100/run_20221230T172937"
49
+ }
run_eq_5_5/args.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labelpath": "expert_data/vrp20_solution_2345.pkl",
3
+ "problem": "cvrp",
4
+ "graph_size": 100,
5
+ "batch_size": 100,
6
+ "epoch_size": 1280000,
7
+ "val_size": 10000,
8
+ "val_dataset": "expert_data/vrp20_valid_problem_3456.pkl",
9
+ "train_dataset": "expert_data/vrp20_problem_2345.pkl",
10
+ "model": "attention",
11
+ "embedding_dim": 128,
12
+ "hidden_dim": 128,
13
+ "n_encode_layers": 3,
14
+ "tanh_clipping": 10.0,
15
+ "normalization": "batch",
16
+ "label_aug": false,
17
+ "consistancy_learning": false,
18
+ "lr_model": 0.0001,
19
+ "lr_critic": 0.0001,
20
+ "lr_decay": 1.0,
21
+ "eval_only": false,
22
+ "n_epochs": 500,
23
+ "seed": 1234,
24
+ "max_grad_norm": 1.0,
25
+ "no_cuda": false,
26
+ "exp_beta": 0.8,
27
+ "baseline": null,
28
+ "bl_alpha": 0.05,
29
+ "bl_warmup_epochs": 0,
30
+ "eval_batch_size": 1024,
31
+ "checkpoint_encoder": false,
32
+ "shrink_size": null,
33
+ "data_distribution": null,
34
+ "log_step": 50,
35
+ "log_dir": "logs",
36
+ "run_name": "run_20221230T194559",
37
+ "wandb_run_name": "eq_5",
38
+ "output_dir": "outputs",
39
+ "epoch_start": 0,
40
+ "checkpoint_epochs": 10,
41
+ "load_path": null,
42
+ "resume": null,
43
+ "no_tensorboard": false,
44
+ "no_progress_bar": false,
45
+ "num_equivariant_samples": 5,
46
+ "supervise_lambda": 0.5,
47
+ "use_cuda": true,
48
+ "save_dir": "outputs/cvrp_100/run_20221230T194559"
49
+ }
run_eq_5_lambda1/args.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labelpath": "expert_data/vrp20_solution_2345.pkl",
3
+ "problem": "cvrp",
4
+ "graph_size": 100,
5
+ "batch_size": 100,
6
+ "epoch_size": 1280000,
7
+ "val_size": 10000,
8
+ "val_dataset": "expert_data/vrp20_valid_problem_3456.pkl",
9
+ "train_dataset": "expert_data/vrp20_problem_2345.pkl",
10
+ "model": "attention",
11
+ "embedding_dim": 128,
12
+ "hidden_dim": 128,
13
+ "n_encode_layers": 3,
14
+ "tanh_clipping": 10.0,
15
+ "normalization": "batch",
16
+ "label_aug": false,
17
+ "consistancy_learning": false,
18
+ "lr_model": 0.0001,
19
+ "lr_critic": 0.0001,
20
+ "lr_decay": 1.0,
21
+ "eval_only": false,
22
+ "n_epochs": 500,
23
+ "seed": 1234,
24
+ "max_grad_norm": 1.0,
25
+ "no_cuda": false,
26
+ "exp_beta": 0.8,
27
+ "baseline": null,
28
+ "bl_alpha": 0.05,
29
+ "bl_warmup_epochs": 0,
30
+ "eval_batch_size": 1024,
31
+ "checkpoint_encoder": false,
32
+ "shrink_size": null,
33
+ "data_distribution": null,
34
+ "log_step": 50,
35
+ "log_dir": "logs",
36
+ "run_name": "run_20221230T195101",
37
+ "wandb_run_name": "eq_5_lambda1",
38
+ "output_dir": "outputs",
39
+ "epoch_start": 0,
40
+ "checkpoint_epochs": 10,
41
+ "load_path": null,
42
+ "resume": null,
43
+ "no_tensorboard": false,
44
+ "no_progress_bar": false,
45
+ "num_equivariant_samples": 5,
46
+ "supervise_lambda": 1.0,
47
+ "use_cuda": true,
48
+ "save_dir": "outputs/cvrp_100/run_20221230T195101"
49
+ }
run_eq_5_lambda5/args.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labelpath": "expert_data/vrp20_solution_2345.pkl",
3
+ "problem": "cvrp",
4
+ "graph_size": 100,
5
+ "batch_size": 100,
6
+ "epoch_size": 1280000,
7
+ "val_size": 10000,
8
+ "val_dataset": "expert_data/vrp20_valid_problem_3456.pkl",
9
+ "train_dataset": "expert_data/vrp20_problem_2345.pkl",
10
+ "model": "attention",
11
+ "embedding_dim": 128,
12
+ "hidden_dim": 128,
13
+ "n_encode_layers": 3,
14
+ "tanh_clipping": 10.0,
15
+ "normalization": "batch",
16
+ "label_aug": false,
17
+ "consistancy_learning": false,
18
+ "lr_model": 0.0001,
19
+ "lr_critic": 0.0001,
20
+ "lr_decay": 1.0,
21
+ "eval_only": false,
22
+ "n_epochs": 500,
23
+ "seed": 1234,
24
+ "max_grad_norm": 1.0,
25
+ "no_cuda": false,
26
+ "exp_beta": 0.8,
27
+ "baseline": null,
28
+ "bl_alpha": 0.05,
29
+ "bl_warmup_epochs": 0,
30
+ "eval_batch_size": 1024,
31
+ "checkpoint_encoder": false,
32
+ "shrink_size": null,
33
+ "data_distribution": null,
34
+ "log_step": 50,
35
+ "log_dir": "logs",
36
+ "run_name": "run_20221230T195720",
37
+ "wandb_run_name": "eq_5_lambda5",
38
+ "output_dir": "outputs",
39
+ "epoch_start": 0,
40
+ "checkpoint_epochs": 10,
41
+ "load_path": null,
42
+ "resume": null,
43
+ "no_tensorboard": false,
44
+ "no_progress_bar": false,
45
+ "num_equivariant_samples": 5,
46
+ "supervise_lambda": 5.0,
47
+ "use_cuda": true,
48
+ "save_dir": "outputs/cvrp_100/run_20221230T195720"
49
+ }
run_orig/args.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labelpath": "expert_data/vrp20_solution_2345.pkl",
3
+ "problem": "cvrp",
4
+ "graph_size": 100,
5
+ "batch_size": 100,
6
+ "epoch_size": 1280000,
7
+ "val_size": 10000,
8
+ "val_dataset": "expert_data/vrp20_valid_problem_3456.pkl",
9
+ "train_dataset": "expert_data/vrp20_problem_2345.pkl",
10
+ "model": "attention",
11
+ "embedding_dim": 128,
12
+ "hidden_dim": 128,
13
+ "n_encode_layers": 3,
14
+ "tanh_clipping": 10.0,
15
+ "normalization": "batch",
16
+ "label_aug": false,
17
+ "consistancy_learning": false,
18
+ "lr_model": 0.0001,
19
+ "lr_critic": 0.0001,
20
+ "lr_decay": 1.0,
21
+ "eval_only": false,
22
+ "n_epochs": 500,
23
+ "seed": 1234,
24
+ "max_grad_norm": 1.0,
25
+ "no_cuda": false,
26
+ "exp_beta": 0.8,
27
+ "baseline": null,
28
+ "bl_alpha": 0.05,
29
+ "bl_warmup_epochs": 0,
30
+ "eval_batch_size": 1024,
31
+ "checkpoint_encoder": false,
32
+ "shrink_size": null,
33
+ "data_distribution": null,
34
+ "log_step": 50,
35
+ "log_dir": "logs",
36
+ "run_name": "run_20221230T172932",
37
+ "wandb_run_name": "orig",
38
+ "output_dir": "outputs",
39
+ "epoch_start": 0,
40
+ "checkpoint_epochs": 10,
41
+ "load_path": null,
42
+ "resume": null,
43
+ "no_tensorboard": false,
44
+ "no_progress_bar": false,
45
+ "num_equivariant_samples": 0,
46
+ "supervise_lambda": 0.01,
47
+ "use_cuda": true,
48
+ "save_dir": "outputs/cvrp_100/run_20221230T172932"
49
+ }
run_vrp100_10_inputaug2/args.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labelpath": "expert_data/vrp100_10_solution_2345.pkl",
3
+ "problem": "cvrp",
4
+ "graph_size": 100,
5
+ "batch_size": 100,
6
+ "epoch_size": 1280000,
7
+ "val_size": 10000,
8
+ "val_dataset": "expert_data/vrp100_valid_problem_3456.pkl",
9
+ "train_dataset": "expert_data/vrp100_10_problem_2345.pkl",
10
+ "model": "attention",
11
+ "embedding_dim": 128,
12
+ "hidden_dim": 128,
13
+ "n_encode_layers": 3,
14
+ "tanh_clipping": 10.0,
15
+ "normalization": "batch",
16
+ "label_aug": true,
17
+ "consistancy_learning": false,
18
+ "lr_model": 0.0001,
19
+ "lr_critic": 0.0001,
20
+ "lr_decay": 1.0,
21
+ "eval_only": false,
22
+ "n_epochs": 500,
23
+ "seed": 1234,
24
+ "max_grad_norm": 1.0,
25
+ "no_cuda": false,
26
+ "exp_beta": 0.8,
27
+ "baseline": null,
28
+ "bl_alpha": 0.05,
29
+ "bl_warmup_epochs": 0,
30
+ "eval_batch_size": 1024,
31
+ "checkpoint_encoder": false,
32
+ "shrink_size": null,
33
+ "data_distribution": null,
34
+ "log_step": 50,
35
+ "log_dir": "logs",
36
+ "run_name": "run_20230118T162807",
37
+ "wandb_run_name": "vrp100_10_inputaug2",
38
+ "output_dir": "outputs",
39
+ "epoch_start": 0,
40
+ "checkpoint_epochs": 10,
41
+ "load_path": null,
42
+ "resume": null,
43
+ "no_tensorboard": false,
44
+ "no_progress_bar": false,
45
+ "num_equivariant_samples": 0,
46
+ "supervise_lambda": 0.01,
47
+ "num_input_augmentations": 2,
48
+ "use_cuda": true,
49
+ "save_dir": "outputs/cvrp_100/run_20230118T162807"
50
+ }
run_vrp100_10_inputaug2/epoch-499.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:500734c2c3890461b1a16e55c66a663b0643e32310ce4de7052caf142971790d
3
+ size 8383429
run_vrp100_10_inputaug4/args.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labelpath": "expert_data/vrp100_10_solution_2345.pkl",
3
+ "problem": "cvrp",
4
+ "graph_size": 100,
5
+ "batch_size": 100,
6
+ "epoch_size": 1280000,
7
+ "val_size": 10000,
8
+ "val_dataset": "expert_data/vrp100_valid_problem_3456.pkl",
9
+ "train_dataset": "expert_data/vrp100_10_problem_2345.pkl",
10
+ "model": "attention",
11
+ "embedding_dim": 128,
12
+ "hidden_dim": 128,
13
+ "n_encode_layers": 3,
14
+ "tanh_clipping": 10.0,
15
+ "normalization": "batch",
16
+ "label_aug": true,
17
+ "consistancy_learning": false,
18
+ "lr_model": 0.0001,
19
+ "lr_critic": 0.0001,
20
+ "lr_decay": 1.0,
21
+ "eval_only": false,
22
+ "n_epochs": 500,
23
+ "seed": 1234,
24
+ "max_grad_norm": 1.0,
25
+ "no_cuda": false,
26
+ "exp_beta": 0.8,
27
+ "baseline": null,
28
+ "bl_alpha": 0.05,
29
+ "bl_warmup_epochs": 0,
30
+ "eval_batch_size": 1024,
31
+ "checkpoint_encoder": false,
32
+ "shrink_size": null,
33
+ "data_distribution": null,
34
+ "log_step": 50,
35
+ "log_dir": "logs",
36
+ "run_name": "run_20230118T162808",
37
+ "wandb_run_name": "vrp100_10_inputaug4",
38
+ "output_dir": "outputs",
39
+ "epoch_start": 0,
40
+ "checkpoint_epochs": 10,
41
+ "load_path": null,
42
+ "resume": null,
43
+ "no_tensorboard": false,
44
+ "no_progress_bar": false,
45
+ "num_equivariant_samples": 0,
46
+ "supervise_lambda": 0.01,
47
+ "num_input_augmentations": 4,
48
+ "use_cuda": true,
49
+ "save_dir": "outputs/cvrp_100/run_20230118T162808"
50
+ }
run_vrp100_10_inputaug4/epoch-499.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc9a243b2d820d1823b77138401ff1a4da4f85bcbbadbeb85c3b4324e693cb3b
3
+ size 8383429
run_vrp100_10_inputaug6/args.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labelpath": "expert_data/vrp100_10_solution_2345.pkl",
3
+ "problem": "cvrp",
4
+ "graph_size": 100,
5
+ "batch_size": 100,
6
+ "epoch_size": 1280000,
7
+ "val_size": 10000,
8
+ "val_dataset": "expert_data/vrp100_valid_problem_3456.pkl",
9
+ "train_dataset": "expert_data/vrp100_10_problem_2345.pkl",
10
+ "model": "attention",
11
+ "embedding_dim": 128,
12
+ "hidden_dim": 128,
13
+ "n_encode_layers": 3,
14
+ "tanh_clipping": 10.0,
15
+ "normalization": "batch",
16
+ "label_aug": true,
17
+ "consistancy_learning": false,
18
+ "lr_model": 0.0001,
19
+ "lr_critic": 0.0001,
20
+ "lr_decay": 1.0,
21
+ "eval_only": false,
22
+ "n_epochs": 500,
23
+ "seed": 1234,
24
+ "max_grad_norm": 1.0,
25
+ "no_cuda": false,
26
+ "exp_beta": 0.8,
27
+ "baseline": null,
28
+ "bl_alpha": 0.05,
29
+ "bl_warmup_epochs": 0,
30
+ "eval_batch_size": 1024,
31
+ "checkpoint_encoder": false,
32
+ "shrink_size": null,
33
+ "data_distribution": null,
34
+ "log_step": 50,
35
+ "log_dir": "logs",
36
+ "run_name": "run_20230118T162809",
37
+ "wandb_run_name": "vrp100_10_inputaug6",
38
+ "output_dir": "outputs",
39
+ "epoch_start": 0,
40
+ "checkpoint_epochs": 10,
41
+ "load_path": null,
42
+ "resume": null,
43
+ "no_tensorboard": false,
44
+ "no_progress_bar": false,
45
+ "num_equivariant_samples": 0,
46
+ "supervise_lambda": 0.01,
47
+ "num_input_augmentations": 6,
48
+ "use_cuda": true,
49
+ "save_dir": "outputs/cvrp_100/run_20230118T162809"
50
+ }
run_vrp100_10_inputaug6/epoch-499.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cfd3524f5c9241b6849fd237fc14808e6b4745ae99c1819f969039167472a81
3
+ size 8383429
run_vrp100_10_inputaug8/args.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labelpath": "expert_data/vrp100_10_solution_2345.pkl",
3
+ "problem": "cvrp",
4
+ "graph_size": 100,
5
+ "batch_size": 100,
6
+ "epoch_size": 1280000,
7
+ "val_size": 10000,
8
+ "val_dataset": "expert_data/vrp100_valid_problem_3456.pkl",
9
+ "train_dataset": "expert_data/vrp100_10_problem_2345.pkl",
10
+ "model": "attention",
11
+ "embedding_dim": 128,
12
+ "hidden_dim": 128,
13
+ "n_encode_layers": 3,
14
+ "tanh_clipping": 10.0,
15
+ "normalization": "batch",
16
+ "label_aug": true,
17
+ "consistancy_learning": false,
18
+ "lr_model": 0.0001,
19
+ "lr_critic": 0.0001,
20
+ "lr_decay": 1.0,
21
+ "eval_only": false,
22
+ "n_epochs": 500,
23
+ "seed": 1234,
24
+ "max_grad_norm": 1.0,
25
+ "no_cuda": false,
26
+ "exp_beta": 0.8,
27
+ "baseline": null,
28
+ "bl_alpha": 0.05,
29
+ "bl_warmup_epochs": 0,
30
+ "eval_batch_size": 1024,
31
+ "checkpoint_encoder": false,
32
+ "shrink_size": null,
33
+ "data_distribution": null,
34
+ "log_step": 50,
35
+ "log_dir": "logs",
36
+ "run_name": "run_20230118T162810",
37
+ "wandb_run_name": "vrp100_10_inputaug8",
38
+ "output_dir": "outputs",
39
+ "epoch_start": 0,
40
+ "checkpoint_epochs": 10,
41
+ "load_path": null,
42
+ "resume": null,
43
+ "no_tensorboard": false,
44
+ "no_progress_bar": false,
45
+ "num_equivariant_samples": 0,
46
+ "supervise_lambda": 0.01,
47
+ "num_input_augmentations": 8,
48
+ "use_cuda": true,
49
+ "save_dir": "outputs/cvrp_100/run_20230118T162810"
50
+ }
run_vrp100_10_inputaug8/epoch-499.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d102839c659c40076a647d824ad26c3f438db9c0370c7c98df3897ecc9c978eb
3
+ size 8383429
run_vrp100_inputaug2/args.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labelpath": "expert_data/vrp100_solution_9999.pkl",
3
+ "problem": "cvrp",
4
+ "graph_size": 100,
5
+ "batch_size": 100,
6
+ "epoch_size": 1280000,
7
+ "val_size": 10000,
8
+ "val_dataset": "expert_data/vrp100_valid_problem_9998.pkl",
9
+ "train_dataset": "expert_data/vrp100_problem_9999.pkl",
10
+ "model": "attention",
11
+ "embedding_dim": 128,
12
+ "hidden_dim": 128,
13
+ "n_encode_layers": 3,
14
+ "tanh_clipping": 10.0,
15
+ "normalization": "batch",
16
+ "label_aug": true,
17
+ "consistancy_learning": false,
18
+ "lr_model": 0.0001,
19
+ "lr_critic": 0.0001,
20
+ "lr_decay": 1.0,
21
+ "eval_only": false,
22
+ "n_epochs": 500,
23
+ "seed": 1234,
24
+ "max_grad_norm": 1.0,
25
+ "no_cuda": false,
26
+ "exp_beta": 0.8,
27
+ "baseline": null,
28
+ "bl_alpha": 0.05,
29
+ "bl_warmup_epochs": 0,
30
+ "eval_batch_size": 1024,
31
+ "checkpoint_encoder": false,
32
+ "shrink_size": null,
33
+ "data_distribution": null,
34
+ "log_step": 50,
35
+ "log_dir": "logs",
36
+ "run_name": "run_20230116T152847",
37
+ "wandb_run_name": "vrp100_inputaug2",
38
+ "output_dir": "outputs",
39
+ "epoch_start": 0,
40
+ "checkpoint_epochs": 10,
41
+ "load_path": null,
42
+ "resume": null,
43
+ "no_tensorboard": false,
44
+ "no_progress_bar": false,
45
+ "num_equivariant_samples": 0,
46
+ "supervise_lambda": 0.01,
47
+ "num_input_augmentations": 2,
48
+ "use_cuda": true,
49
+ "save_dir": "outputs/cvrp_100/run_20230116T152847"
50
+ }
run_vrp100_inputaug2/epoch-499.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f0f0866813f71d214d81aca646af479d0222a04a3f85a83f51bcfcc154c6b8b
3
+ size 8383429
run_vrp100_inputaug4/args.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labelpath": "expert_data/vrp100_solution_9999.pkl",
3
+ "problem": "cvrp",
4
+ "graph_size": 100,
5
+ "batch_size": 100,
6
+ "epoch_size": 1280000,
7
+ "val_size": 10000,
8
+ "val_dataset": "expert_data/vrp100_valid_problem_9998.pkl",
9
+ "train_dataset": "expert_data/vrp100_problem_9999.pkl",
10
+ "model": "attention",
11
+ "embedding_dim": 128,
12
+ "hidden_dim": 128,
13
+ "n_encode_layers": 3,
14
+ "tanh_clipping": 10.0,
15
+ "normalization": "batch",
16
+ "label_aug": true,
17
+ "consistancy_learning": false,
18
+ "lr_model": 0.0001,
19
+ "lr_critic": 0.0001,
20
+ "lr_decay": 1.0,
21
+ "eval_only": false,
22
+ "n_epochs": 500,
23
+ "seed": 1234,
24
+ "max_grad_norm": 1.0,
25
+ "no_cuda": false,
26
+ "exp_beta": 0.8,
27
+ "baseline": null,
28
+ "bl_alpha": 0.05,
29
+ "bl_warmup_epochs": 0,
30
+ "eval_batch_size": 1024,
31
+ "checkpoint_encoder": false,
32
+ "shrink_size": null,
33
+ "data_distribution": null,
34
+ "log_step": 50,
35
+ "log_dir": "logs",
36
+ "run_name": "run_20230116T152849",
37
+ "wandb_run_name": "vrp100_inputaug4",
38
+ "output_dir": "outputs",
39
+ "epoch_start": 0,
40
+ "checkpoint_epochs": 10,
41
+ "load_path": null,
42
+ "resume": null,
43
+ "no_tensorboard": false,
44
+ "no_progress_bar": false,
45
+ "num_equivariant_samples": 0,
46
+ "supervise_lambda": 0.01,
47
+ "num_input_augmentations": 4,
48
+ "use_cuda": true,
49
+ "save_dir": "outputs/cvrp_100/run_20230116T152849"
50
+ }
run_vrp100_inputaug4/epoch-499.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:416b2d4b1977581fbc16b899323e318ab07df0051a3a047751617f4460928036
3
+ size 8383429
run_vrp100_inputaug6/args.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labelpath": "expert_data/vrp100_solution_9999.pkl",
3
+ "problem": "cvrp",
4
+ "graph_size": 100,
5
+ "batch_size": 100,
6
+ "epoch_size": 1280000,
7
+ "val_size": 10000,
8
+ "val_dataset": "expert_data/vrp100_valid_problem_9998.pkl",
9
+ "train_dataset": "expert_data/vrp100_problem_9999.pkl",
10
+ "model": "attention",
11
+ "embedding_dim": 128,
12
+ "hidden_dim": 128,
13
+ "n_encode_layers": 3,
14
+ "tanh_clipping": 10.0,
15
+ "normalization": "batch",
16
+ "label_aug": true,
17
+ "consistancy_learning": false,
18
+ "lr_model": 0.0001,
19
+ "lr_critic": 0.0001,
20
+ "lr_decay": 1.0,
21
+ "eval_only": false,
22
+ "n_epochs": 500,
23
+ "seed": 1234,
24
+ "max_grad_norm": 1.0,
25
+ "no_cuda": false,
26
+ "exp_beta": 0.8,
27
+ "baseline": null,
28
+ "bl_alpha": 0.05,
29
+ "bl_warmup_epochs": 0,
30
+ "eval_batch_size": 1024,
31
+ "checkpoint_encoder": false,
32
+ "shrink_size": null,
33
+ "data_distribution": null,
34
+ "log_step": 50,
35
+ "log_dir": "logs",
36
+ "run_name": "run_20230116T152955",
37
+ "wandb_run_name": "vrp100_inputaug6",
38
+ "output_dir": "outputs",
39
+ "epoch_start": 0,
40
+ "checkpoint_epochs": 10,
41
+ "load_path": null,
42
+ "resume": null,
43
+ "no_tensorboard": false,
44
+ "no_progress_bar": false,
45
+ "num_equivariant_samples": 0,
46
+ "supervise_lambda": 0.01,
47
+ "num_input_augmentations": 6,
48
+ "use_cuda": true,
49
+ "save_dir": "outputs/cvrp_100/run_20230116T152955"
50
+ }
run_vrp100_inputaug6/epoch-499.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fab1471da47e4a6354988d276576d1069272be03955cce48ac22a05e44a81a07
3
+ size 8383429
run_vrp100_inputaug8/args.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labelpath": "expert_data/vrp100_solution_9999.pkl",
3
+ "problem": "cvrp",
4
+ "graph_size": 100,
5
+ "batch_size": 100,
6
+ "epoch_size": 1280000,
7
+ "val_size": 10000,
8
+ "val_dataset": "expert_data/vrp100_valid_problem_9998.pkl",
9
+ "train_dataset": "expert_data/vrp100_problem_9999.pkl",
10
+ "model": "attention",
11
+ "embedding_dim": 128,
12
+ "hidden_dim": 128,
13
+ "n_encode_layers": 3,
14
+ "tanh_clipping": 10.0,
15
+ "normalization": "batch",
16
+ "label_aug": true,
17
+ "consistancy_learning": false,
18
+ "lr_model": 0.0001,
19
+ "lr_critic": 0.0001,
20
+ "lr_decay": 1.0,
21
+ "eval_only": false,
22
+ "n_epochs": 500,
23
+ "seed": 1234,
24
+ "max_grad_norm": 1.0,
25
+ "no_cuda": false,
26
+ "exp_beta": 0.8,
27
+ "baseline": null,
28
+ "bl_alpha": 0.05,
29
+ "bl_warmup_epochs": 0,
30
+ "eval_batch_size": 1024,
31
+ "checkpoint_encoder": false,
32
+ "shrink_size": null,
33
+ "data_distribution": null,
34
+ "log_step": 50,
35
+ "log_dir": "logs",
36
+ "run_name": "run_20230116T152851",
37
+ "wandb_run_name": "vrp100_inputaug8",
38
+ "output_dir": "outputs",
39
+ "epoch_start": 0,
40
+ "checkpoint_epochs": 10,
41
+ "load_path": null,
42
+ "resume": null,
43
+ "no_tensorboard": false,
44
+ "no_progress_bar": false,
45
+ "num_equivariant_samples": 0,
46
+ "supervise_lambda": 0.01,
47
+ "num_input_augmentations": 8,
48
+ "use_cuda": true,
49
+ "save_dir": "outputs/cvrp_100/run_20230116T152851"
50
+ }
run_vrp100_inputaug8/epoch-499.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:742c27eaf3439815cc4cbb3fe9ec1918d6a323fcb7bd5ee3043d7dc666bed739
3
+ size 8383429
run_vrp100_orig_lr1e-3/args.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labelpath": "expert_data/vrp100_solution_9999.pkl",
3
+ "problem": "cvrp",
4
+ "graph_size": 100,
5
+ "batch_size": 100,
6
+ "epoch_size": 1280000,
7
+ "val_size": 10000,
8
+ "val_dataset": "expert_data/vrp100_valid_problem_9998.pkl",
9
+ "train_dataset": "expert_data/vrp100_problem_9999.pkl",
10
+ "model": "attention",
11
+ "embedding_dim": 128,
12
+ "hidden_dim": 128,
13
+ "n_encode_layers": 3,
14
+ "tanh_clipping": 10.0,
15
+ "normalization": "batch",
16
+ "label_aug": false,
17
+ "consistancy_learning": false,
18
+ "lr_model": 0.001,
19
+ "lr_critic": 0.0001,
20
+ "lr_decay": 1.0,
21
+ "eval_only": false,
22
+ "n_epochs": 500,
23
+ "seed": 1234,
24
+ "max_grad_norm": 1.0,
25
+ "no_cuda": false,
26
+ "exp_beta": 0.8,
27
+ "baseline": null,
28
+ "bl_alpha": 0.05,
29
+ "bl_warmup_epochs": 0,
30
+ "eval_batch_size": 1024,
31
+ "checkpoint_encoder": false,
32
+ "shrink_size": null,
33
+ "data_distribution": null,
34
+ "log_step": 50,
35
+ "log_dir": "logs",
36
+ "run_name": "run_20230116T142603",
37
+ "wandb_run_name": "vrp100_orig_lr1e-3",
38
+ "output_dir": "outputs",
39
+ "epoch_start": 0,
40
+ "checkpoint_epochs": 10,
41
+ "load_path": null,
42
+ "resume": null,
43
+ "no_tensorboard": false,
44
+ "no_progress_bar": false,
45
+ "num_equivariant_samples": 0,
46
+ "supervise_lambda": 0.01,
47
+ "num_input_augmentations": 4,
48
+ "use_cuda": true,
49
+ "save_dir": "outputs/cvrp_100/run_20230116T142603"
50
+ }
run_vrp100_orig_lr1e-3/epoch-499.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1ce27efd8681c3eb2fadb184dea0e309d5c6ffd792eb95c56b22cf82349f094
3
+ size 8383429
run_vrp100_orig_lr1e-5/args.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labelpath": "expert_data/vrp100_solution_9999.pkl",
3
+ "problem": "cvrp",
4
+ "graph_size": 100,
5
+ "batch_size": 100,
6
+ "epoch_size": 1280000,
7
+ "val_size": 10000,
8
+ "val_dataset": "expert_data/vrp100_valid_problem_9998.pkl",
9
+ "train_dataset": "expert_data/vrp100_problem_9999.pkl",
10
+ "model": "attention",
11
+ "embedding_dim": 128,
12
+ "hidden_dim": 128,
13
+ "n_encode_layers": 3,
14
+ "tanh_clipping": 10.0,
15
+ "normalization": "batch",
16
+ "label_aug": false,
17
+ "consistancy_learning": false,
18
+ "lr_model": 1e-05,
19
+ "lr_critic": 0.0001,
20
+ "lr_decay": 1.0,
21
+ "eval_only": false,
22
+ "n_epochs": 500,
23
+ "seed": 1234,
24
+ "max_grad_norm": 1.0,
25
+ "no_cuda": false,
26
+ "exp_beta": 0.8,
27
+ "baseline": null,
28
+ "bl_alpha": 0.05,
29
+ "bl_warmup_epochs": 0,
30
+ "eval_batch_size": 1024,
31
+ "checkpoint_encoder": false,
32
+ "shrink_size": null,
33
+ "data_distribution": null,
34
+ "log_step": 50,
35
+ "log_dir": "logs",
36
+ "run_name": "run_20230116T142408",
37
+ "wandb_run_name": "vrp100_orig_lr1e-5",
38
+ "output_dir": "outputs",
39
+ "epoch_start": 0,
40
+ "checkpoint_epochs": 10,
41
+ "load_path": null,
42
+ "resume": null,
43
+ "no_tensorboard": false,
44
+ "no_progress_bar": false,
45
+ "num_equivariant_samples": 0,
46
+ "supervise_lambda": 0.01,
47
+ "num_input_augmentations": 4,
48
+ "use_cuda": true,
49
+ "save_dir": "outputs/cvrp_100/run_20230116T142408"
50
+ }
run_vrp100_orig_lr1e-5/epoch-499.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce012def3e1892eed698d496d7ef31a43428d5bacd41763e96e6bd6929838c52
3
+ size 8383429
run_vrp100_orig_lr4e-5/args.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labelpath": "expert_data/vrp100_solution_9999.pkl",
3
+ "problem": "cvrp",
4
+ "graph_size": 100,
5
+ "batch_size": 100,
6
+ "epoch_size": 1280000,
7
+ "val_size": 10000,
8
+ "val_dataset": "expert_data/vrp100_valid_problem_9998.pkl",
9
+ "train_dataset": "expert_data/vrp100_problem_9999.pkl",
10
+ "model": "attention",
11
+ "embedding_dim": 128,
12
+ "hidden_dim": 128,
13
+ "n_encode_layers": 3,
14
+ "tanh_clipping": 10.0,
15
+ "normalization": "batch",
16
+ "label_aug": false,
17
+ "consistancy_learning": false,
18
+ "lr_model": 4e-05,
19
+ "lr_critic": 0.0001,
20
+ "lr_decay": 1.0,
21
+ "eval_only": false,
22
+ "n_epochs": 500,
23
+ "seed": 1234,
24
+ "max_grad_norm": 1.0,
25
+ "no_cuda": false,
26
+ "exp_beta": 0.8,
27
+ "baseline": null,
28
+ "bl_alpha": 0.05,
29
+ "bl_warmup_epochs": 0,
30
+ "eval_batch_size": 1024,
31
+ "checkpoint_encoder": false,
32
+ "shrink_size": null,
33
+ "data_distribution": null,
34
+ "log_step": 50,
35
+ "log_dir": "logs",
36
+ "run_name": "run_20230116T142406",
37
+ "wandb_run_name": "vrp100_orig_lr4e-5",
38
+ "output_dir": "outputs",
39
+ "epoch_start": 0,
40
+ "checkpoint_epochs": 10,
41
+ "load_path": null,
42
+ "resume": null,
43
+ "no_tensorboard": false,
44
+ "no_progress_bar": false,
45
+ "num_equivariant_samples": 0,
46
+ "supervise_lambda": 0.01,
47
+ "num_input_augmentations": 4,
48
+ "use_cuda": true,
49
+ "save_dir": "outputs/cvrp_100/run_20230116T142406"
50
+ }
run_vrp100_orig_lr4e-5/epoch-499.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdc9cad15fd4384568dead7127ae6589b248d35a346b6ad78e25fe5c04cb0a27
3
+ size 8383429
run_vrp100_orig_lr5e-4/args.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labelpath": "expert_data/vrp100_solution_9999.pkl",
3
+ "problem": "cvrp",
4
+ "graph_size": 100,
5
+ "batch_size": 100,
6
+ "epoch_size": 1280000,
7
+ "val_size": 10000,
8
+ "val_dataset": "expert_data/vrp100_valid_problem_9998.pkl",
9
+ "train_dataset": "expert_data/vrp100_problem_9999.pkl",
10
+ "model": "attention",
11
+ "embedding_dim": 128,
12
+ "hidden_dim": 128,
13
+ "n_encode_layers": 3,
14
+ "tanh_clipping": 10.0,
15
+ "normalization": "batch",
16
+ "label_aug": false,
17
+ "consistancy_learning": false,
18
+ "lr_model": 0.0005,
19
+ "lr_critic": 0.0001,
20
+ "lr_decay": 1.0,
21
+ "eval_only": false,
22
+ "n_epochs": 500,
23
+ "seed": 1234,
24
+ "max_grad_norm": 1.0,
25
+ "no_cuda": false,
26
+ "exp_beta": 0.8,
27
+ "baseline": null,
28
+ "bl_alpha": 0.05,
29
+ "bl_warmup_epochs": 0,
30
+ "eval_batch_size": 1024,
31
+ "checkpoint_encoder": false,
32
+ "shrink_size": null,
33
+ "data_distribution": null,
34
+ "log_step": 50,
35
+ "log_dir": "logs",
36
+ "run_name": "run_20230116T142600",
37
+ "wandb_run_name": "vrp100_orig_lr5e-4",
38
+ "output_dir": "outputs",
39
+ "epoch_start": 0,
40
+ "checkpoint_epochs": 10,
41
+ "load_path": null,
42
+ "resume": null,
43
+ "no_tensorboard": false,
44
+ "no_progress_bar": false,
45
+ "num_equivariant_samples": 0,
46
+ "supervise_lambda": 0.01,
47
+ "num_input_augmentations": 4,
48
+ "use_cuda": true,
49
+ "save_dir": "outputs/cvrp_100/run_20230116T142600"
50
+ }
run_vrp100_orig_lr5e-4/epoch-499.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fa35edf7d44dcea290e9dc1567b758b97f396f621e03d708d814fb77c86d7d7
3
+ size 8383429
run_vrp100_orig_lr5e-6/args.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labelpath": "expert_data/vrp100_solution_9999.pkl",
3
+ "problem": "cvrp",
4
+ "graph_size": 100,
5
+ "batch_size": 100,
6
+ "epoch_size": 1280000,
7
+ "val_size": 10000,
8
+ "val_dataset": "expert_data/vrp100_valid_problem_9998.pkl",
9
+ "train_dataset": "expert_data/vrp100_problem_9999.pkl",
10
+ "model": "attention",
11
+ "embedding_dim": 128,
12
+ "hidden_dim": 128,
13
+ "n_encode_layers": 3,
14
+ "tanh_clipping": 10.0,
15
+ "normalization": "batch",
16
+ "label_aug": false,
17
+ "consistancy_learning": false,
18
+ "lr_model": 5e-06,
19
+ "lr_critic": 0.0001,
20
+ "lr_decay": 1.0,
21
+ "eval_only": false,
22
+ "n_epochs": 500,
23
+ "seed": 1234,
24
+ "max_grad_norm": 1.0,
25
+ "no_cuda": false,
26
+ "exp_beta": 0.8,
27
+ "baseline": null,
28
+ "bl_alpha": 0.05,
29
+ "bl_warmup_epochs": 0,
30
+ "eval_batch_size": 1024,
31
+ "checkpoint_encoder": false,
32
+ "shrink_size": null,
33
+ "data_distribution": null,
34
+ "log_step": 50,
35
+ "log_dir": "logs",
36
+ "run_name": "run_20230116T142410",
37
+ "wandb_run_name": "vrp100_orig_lr5e-6",
38
+ "output_dir": "outputs",
39
+ "epoch_start": 0,
40
+ "checkpoint_epochs": 10,
41
+ "load_path": null,
42
+ "resume": null,
43
+ "no_tensorboard": false,
44
+ "no_progress_bar": false,
45
+ "num_equivariant_samples": 0,
46
+ "supervise_lambda": 0.01,
47
+ "num_input_augmentations": 4,
48
+ "use_cuda": true,
49
+ "save_dir": "outputs/cvrp_100/run_20230116T142410"
50
+ }