Skip to content

Commit 7780536

Browse files
committed
Fixes
1 parent d881c31 commit 7780536

File tree

4 files changed

+29
-32
lines changed

4 files changed

+29
-32
lines changed

diploma_thesis/configuration/experiments/jsp/GRAPH-NN/experiments/1/0/experiment.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ base_model: &base_model 'configuration/experiments/jsp/GRAPH-NN/experiments/1/fl
44

55
default_mods: &default_mods
66
- 'util/train_schedule/on_store_32.yml'
7-
- 'util/infrastructure/cuda.yml'
7+
- 'agent/dqn/ddqn.yml'
8+
# - 'util/infrastructure/cuda.yml'
89

910
###############################################################################################
1011

@@ -14,7 +15,6 @@ dqn_1: &dqn_1
1415
mod_dirs:
1516
- 'configuration/mods/machine/mods'
1617
mods:
17-
- 'agent/dqn/ddqn.yml'
1818
- *default_mods
1919

2020

@@ -26,7 +26,6 @@ dqn_2: &dqn_2
2626
mod_dirs:
2727
- 'configuration/mods/machine/mods'
2828
mods:
29-
- 'agent/dqn/ddqn.yml'
3029
- *default_mods
3130

3231
###############################################################################################
@@ -37,18 +36,16 @@ dqn_3: &dqn_3
3736
mod_dirs:
3837
- 'configuration/mods/machine/mods'
3938
mods:
40-
- 'agent/dqn/ddqn.yml'
4139
- *default_mods
4240

4341
###############################################################################################
4442

4543
dqn_4: &dqn_4
4644
base_path: *base_model
47-
template: 'custom_gat'
45+
template: 'hierarchical_gat'
4846
mod_dirs:
4947
- 'configuration/mods/machine/mods'
5048
mods:
51-
- 'agent/dqn/ddqn.yml'
5249
- *default_mods
5350

5451
###############################################################################################

diploma_thesis/configuration/experiments/jsp/GRAPH-NN/experiments/2/0/experiment.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ ppo_1: &ppo_1
1717
- [
1818
'__none__',
1919
]
20-
- [
21-
'util/infrastructure/cuda.yml'
22-
]
20+
# - [
21+
# 'util/infrastructure/cuda.yml'
22+
# ]
2323
- [ 'util/train_schedule/on_stored_data_exclusively_3.yml']
2424

2525
ppo_2: &ppo_2
@@ -34,9 +34,9 @@ ppo_2: &ppo_2
3434
'__none__',
3535
# 'agent/ppo/p3or.yml'
3636
]
37-
- [
38-
'util/infrastructure/cuda.yml'
39-
]
37+
# - [
38+
# 'util/infrastructure/cuda.yml'
39+
# ]
4040
- [ 'util/train_schedule/on_stored_data_exclusively_3.yml']
4141

4242
ppo_3: &ppo_3
@@ -51,9 +51,9 @@ ppo_3: &ppo_3
5151
'__none__',
5252
# 'agent/ppo/p3or.yml'
5353
]
54-
- [
55-
'util/infrastructure/cuda.yml'
56-
]
54+
# - [
55+
# 'util/infrastructure/cuda.yml'
56+
# ]
5757
- [ 'util/train_schedule/on_stored_data_exclusively_3.yml']
5858

5959
ppo_4: &ppo_4
@@ -68,9 +68,9 @@ ppo_4: &ppo_4
6868
'__none__',
6969
# 'agent/ppo/p3or.yml'
7070
]
71-
- [
72-
'util/infrastructure/cuda.yml'
73-
]
71+
# - [
72+
# 'util/infrastructure/cuda.yml'
73+
# ]
7474
- [ 'util/train_schedule/on_stored_data_exclusively_3.yml']
7575

7676
###############################################################################################

diploma_thesis/configuration/experiments/jsp/GRAPH-NN/experiments/3/0/experiment.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ base_model: &base_model 'configuration/experiments/jsp/GRAPH-NN/experiments/3/ma
33

44

55
default_mods: &default_mods
6-
- 'util/infrastructure/cuda.yml'
6+
# - 'util/infrastructure/cuda.yml'
77
- 'util/train_schedule/on_store_32.yml'
88

99
###############################################################################################
@@ -44,7 +44,7 @@ dqn_3: &dqn_3
4444

4545
dqn_4: &dqn_4
4646
base_path: *base_model
47-
template: 'custom_gat'
47+
template: 'hierarchical_gat'
4848
mod_dirs:
4949
- 'configuration/mods/machine/mods'
5050
mods:

diploma_thesis/configuration/experiments/jsp/GRAPH-NN/experiments/4/0/experiment.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ ppo_1: &ppo_1
2929
- [
3030
'__none__',
3131
]
32-
- [
33-
'util/infrastructure/cuda.yml'
34-
]
32+
# - [
33+
# 'util/infrastructure/cuda.yml'
34+
# ]
3535
- [ 'util/train_schedule/on_stored_data_exclusively_3.yml']
3636

3737
ppo_2: &ppo_2
@@ -46,9 +46,9 @@ ppo_2: &ppo_2
4646
'__none__',
4747
# 'agent/ppo/p3or.yml'
4848
]
49-
- [
50-
'util/infrastructure/cuda.yml'
51-
]
49+
# - [
50+
# 'util/infrastructure/cuda.yml'
51+
# ]
5252
- [ 'util/train_schedule/on_stored_data_exclusively_3.yml']
5353

5454
ppo_3: &ppo_3
@@ -63,9 +63,9 @@ ppo_3: &ppo_3
6363
'__none__',
6464
# 'agent/ppo/p3or.yml'
6565
]
66-
- [
67-
'util/infrastructure/cuda.yml'
68-
]
66+
# - [
67+
# 'util/infrastructure/cuda.yml'
68+
# ]
6969
- [ 'util/train_schedule/on_stored_data_exclusively_3.yml']
7070

7171
ppo_4: &ppo_4
@@ -80,9 +80,9 @@ ppo_4: &ppo_4
8080
'__none__',
8181
# 'agent/ppo/p3or.yml'
8282
]
83-
- [
84-
'util/infrastructure/cuda.yml'
85-
]
83+
# - [
84+
# 'util/infrastructure/cuda.yml'
85+
# ]
8686
- [ 'util/train_schedule/on_stored_data_exclusively_3.yml']
8787

8888
###############################################################################################

0 commit comments

Comments
 (0)