Skip to content

Commit 21e8615

Browse files
committed
Implement final eval
1 parent 8910b01 commit 21e8615

File tree

40 files changed

+130986
-181
lines changed

40 files changed

+130986
-181
lines changed

diploma_thesis/agents/utils/return_estimator/n_step.py

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def __init__(self, configuration: Configuration):
3737

3838
self.configuration = configuration
3939

40+
4041
@property
4142
def discount_factor(self) -> float:
4243
return self.configuration.discount_factor ** self.configuration.n

diploma_thesis/b.txt

+917
Large diffs are not rendered by default.

diploma_thesis/c.txt

+129,280
Large diffs are not rendered by default.

diploma_thesis/configuration/experiments/jsp/GRAPH-NN/experiments/1/templates/0/global/model.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ layers:
77
layers:
88
- kind: 'linear'
99
parameters:
10-
dim: 128
10+
dim: 256
1111
activation: 'leaky_relu'
1212
signature: 'x -> x'
1313
- kind: 'gin'
1414
parameters:
1515
in_channels: -1
16-
out_channels: 128
16+
out_channels: 256
1717
num_layers: 3
18-
hidden_channels: 128
18+
hidden_channels: 256
1919
jk: 'cat'
2020
- kind: 'linear'
2121
parameters:
22-
dim: 128
22+
dim: 256
2323
activation: 'leaky_relu'
2424
signature: 'x -> x'
2525
- kind: 'mask'
@@ -28,18 +28,18 @@ layers:
2828

2929
- kind: 'linear'
3030
parameters:
31-
dim: 128
31+
dim: 256
3232
activation: 'leaky_relu'
3333
signature: 'actions_hidden -> actions_hidden'
3434
- kind: 'linear'
3535
parameters:
36-
dim: 128
36+
dim: 256
3737
activation: 'leaky_relu'
3838
signature: 'actions_hidden -> actions_hidden'
3939

4040
- kind: 'linear'
4141
parameters:
42-
dim: 128
42+
dim: 256
4343
activation: 'leaky_relu'
4444
signature: 'actions_hidden -> actions_value'
4545

diploma_thesis/configuration/experiments/jsp/GRAPH-NN/experiments/1/templates/0/local/model.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ layers:
1010
# in_channels: -1
1111
- kind: 'linear'
1212
parameters:
13-
dim: 128
13+
dim: 256
1414
activation: 'leaky_relu'
1515
signature: 'x -> x'
1616
- kind: 'gin'
1717
parameters:
1818
in_channels: -1
19-
out_channels: 128
19+
out_channels: 256
2020
num_layers: 3
21-
hidden_channels: 128
21+
hidden_channels: 256
2222
jk: 'cat'
2323
- kind: 'linear'
2424
parameters:
25-
dim: 128
25+
dim: 256
2626
activation: 'leaky_relu'
2727
signature: 'x -> x'
2828
- kind: 'mask'
@@ -31,18 +31,18 @@ layers:
3131

3232
- kind: 'linear'
3333
parameters:
34-
dim: 128
34+
dim: 256
3535
activation: 'leaky_relu'
3636
signature: 'actions_hidden -> actions_hidden'
3737
- kind: 'linear'
3838
parameters:
39-
dim: 128
39+
dim: 256
4040
activation: 'leaky_relu'
4141
signature: 'actions_hidden -> actions_hidden'
4242

4343
- kind: 'linear'
4444
parameters:
45-
dim: 128
45+
dim: 256
4646
activation: 'leaky_relu'
4747
signature: 'actions_hidden -> actions_value'
4848

diploma_thesis/configuration/experiments/jsp/GRAPH-NN/experiments/1/templates/2/custom/model.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ layers:
77
layers:
88
- kind: 'linear'
99
parameters:
10-
dim: 128
10+
dim: 256
1111
activation: 'leaky_relu'
1212
signature: 'x -> x'
1313
- kind: 'gin'
1414
parameters:
1515
in_channels: -1
16-
out_channels: 128
16+
out_channels: 256
1717
num_layers: 3
18-
hidden_channels: 128
18+
hidden_channels: 256
1919
jk: 'cat'
2020
- kind: 'linear'
2121
parameters:
22-
dim: 128
22+
dim: 256
2323
activation: 'leaky_relu'
2424
signature: 'x -> x'
2525
- kind: 'mask'
@@ -28,18 +28,18 @@ layers:
2828

2929
- kind: 'linear'
3030
parameters:
31-
dim: 128
31+
dim: 256
3232
activation: 'leaky_relu'
3333
signature: 'actions_hidden -> actions_hidden'
3434
- kind: 'linear'
3535
parameters:
36-
dim: 128
36+
dim: 256
3737
activation: 'leaky_relu'
3838
signature: 'actions_hidden -> actions_hidden'
3939

4040
- kind: 'linear'
4141
parameters:
42-
dim: 128
42+
dim: 256
4343
activation: 'leaky_relu'
4444
signature: 'actions_hidden -> actions_value'
4545

diploma_thesis/configuration/experiments/jsp/GRAPH-NN/experiments/1/templates/2/djsp/model.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ layers:
77
layers:
88
- kind: 'linear'
99
parameters:
10-
dim: 128
10+
dim: 256
1111
activation: 'leaky_relu'
1212
signature: 'x -> x'
1313
- kind: 'gin'
1414
parameters:
1515
in_channels: -1
16-
out_channels: 128
16+
out_channels: 256
1717
num_layers: 3
18-
hidden_channels: 128
18+
hidden_channels: 256
1919
jk: 'cat'
2020
- kind: 'linear'
2121
parameters:
22-
dim: 128
22+
dim: 256
2323
activation: 'leaky_relu'
2424
signature: 'x -> x'
2525
- kind: 'mask'
@@ -28,18 +28,18 @@ layers:
2828

2929
- kind: 'linear'
3030
parameters:
31-
dim: 128
31+
dim: 256
3232
activation: 'leaky_relu'
3333
signature: 'actions_hidden -> actions_hidden'
3434
- kind: 'linear'
3535
parameters:
36-
dim: 128
36+
dim: 256
3737
activation: 'leaky_relu'
3838
signature: 'actions_hidden -> actions_hidden'
3939

4040
- kind: 'linear'
4141
parameters:
42-
dim: 128
42+
dim: 256
4343
activation: 'leaky_relu'
4444
signature: 'actions_hidden -> actions_value'
4545

diploma_thesis/configuration/experiments/jsp/GRAPH-NN/experiments/1/templates/2/hierarchical/model.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ layers:
77
layers:
88
- kind: 'linear'
99
parameters:
10-
dim: 128
10+
dim: 256
1111
activation: 'leaky_relu'
1212
signature: 'x -> x'
1313
- kind: 'gin'
1414
parameters:
1515
in_channels: -1
16-
out_channels: 128
16+
out_channels: 256
1717
num_layers: 3
18-
hidden_channels: 128
18+
hidden_channels: 256
1919
jk: 'cat'
2020
- kind: 'linear'
2121
parameters:
22-
dim: 128
22+
dim: 256
2323
activation: 'leaky_relu'
2424
signature: 'x -> x'
2525
- kind: 'mask'
@@ -28,18 +28,18 @@ layers:
2828

2929
- kind: 'linear'
3030
parameters:
31-
dim: 128
31+
dim: 256
3232
activation: 'leaky_relu'
3333
signature: 'actions_hidden -> actions_hidden'
3434
- kind: 'linear'
3535
parameters:
36-
dim: 128
36+
dim: 256
3737
activation: 'leaky_relu'
3838
signature: 'actions_hidden -> actions_hidden'
3939

4040
- kind: 'linear'
4141
parameters:
42-
dim: 128
42+
dim: 256
4343
activation: 'leaky_relu'
4444
signature: 'actions_hidden -> actions_value'
4545

diploma_thesis/configuration/experiments/jsp/GRAPH-NN/experiments/1/templates/2/vpt/model.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ layers:
77
layers:
88
- kind: 'linear'
99
parameters:
10-
dim: 128
10+
dim: 256
1111
activation: 'leaky_relu'
1212
signature: 'x -> x'
1313
- kind: 'gin'
1414
parameters:
1515
in_channels: -1
16-
out_channels: 128
16+
out_channels: 256
1717
num_layers: 3
18-
hidden_channels: 128
18+
hidden_channels: 256
1919
jk: 'cat'
2020
- kind: 'linear'
2121
parameters:
22-
dim: 128
22+
dim: 256
2323
activation: 'leaky_relu'
2424
signature: 'x -> x'
2525
- kind: 'mask'
@@ -28,18 +28,18 @@ layers:
2828

2929
- kind: 'linear'
3030
parameters:
31-
dim: 128
31+
dim: 256
3232
activation: 'leaky_relu'
3333
signature: 'actions_hidden -> actions_hidden'
3434
- kind: 'linear'
3535
parameters:
36-
dim: 128
36+
dim: 256
3737
activation: 'leaky_relu'
3838
signature: 'actions_hidden -> actions_hidden'
3939

4040
- kind: 'linear'
4141
parameters:
42-
dim: 128
42+
dim: 256
4343
activation: 'leaky_relu'
4444
signature: 'actions_hidden -> actions_value'
4545

diploma_thesis/configuration/experiments/jsp/GRAPH-NN/experiments/1/templates/3/gat/model.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ layers:
88
layers:
99
- kind: 'linear'
1010
parameters:
11-
dim: 128
11+
dim: 256
1212
activation: 'leaky_relu'
1313
signature: 'x -> x'
1414
- kind: 'gat'
1515
parameters:
1616
in_channels: -1
17-
out_channels: 128
17+
out_channels: 256
1818
num_layers: 3
1919
v2: True
2020
heads: 2
21-
hidden_channels: 128
21+
hidden_channels: 256
2222
jk: 'cat'
2323
- kind: 'linear'
2424
parameters:
25-
dim: 128
25+
dim: 256
2626
activation: 'leaky_relu'
2727
signature: 'x -> x'
2828
- kind: 'mask'
@@ -31,18 +31,18 @@ layers:
3131

3232
- kind: 'linear'
3333
parameters:
34-
dim: 128
34+
dim: 256
3535
activation: 'leaky_relu'
3636
signature: 'actions_hidden -> actions_hidden'
3737
- kind: 'linear'
3838
parameters:
39-
dim: 128
39+
dim: 256
4040
activation: 'leaky_relu'
4141
signature: 'actions_hidden -> actions_hidden'
4242

4343
- kind: 'linear'
4444
parameters:
45-
dim: 128
45+
dim: 256
4646
activation: 'leaky_relu'
4747
signature: 'actions_hidden -> actions_value'
4848

0 commit comments

Comments
 (0)