@@ -37,6 +37,7 @@ ppo_1: &ppo_1
37
37
# 'util/agent/multi_agent.yml'
38
38
]
39
39
- ['util/infrastructure/cuda.yml']
40
+ - [ 'util/train_schedule/on_store.yml']
40
41
41
42
ppo_2 : &ppo_2
42
43
base_path : *base_model
@@ -55,6 +56,7 @@ ppo_2: &ppo_2
55
56
# 'util/agent/multi_agent.yml'
56
57
]
57
58
- ['util/infrastructure/cuda.yml']
59
+ - [ 'util/train_schedule/on_store.yml']
58
60
59
61
ppo_3 : &ppo_3
60
62
base_path : *base_model
@@ -73,6 +75,7 @@ ppo_3: &ppo_3
73
75
# 'util/agent/multi_agent.yml'
74
76
]
75
77
- ['util/infrastructure/cuda.yml']
78
+ - [ 'util/train_schedule/on_store.yml']
76
79
77
80
ppo_4 : &ppo_4
78
81
base_path : *base_model
@@ -91,6 +94,7 @@ ppo_4: &ppo_4
91
94
# 'util/agent/multi_agent.yml'
92
95
]
93
96
- ['util/infrastructure/cuda.yml']
97
+ - [ 'util/train_schedule/on_store.yml']
94
98
95
99
ppo_5 : &ppo_5
96
100
base_path : *base_model
@@ -109,6 +113,7 @@ ppo_5: &ppo_5
109
113
# 'util/agent/multi_agent.yml'
110
114
]
111
115
- ['util/infrastructure/cuda.yml']
116
+ - [ 'util/train_schedule/on_store.yml']
112
117
113
118
ppo_6 : &ppo_6
114
119
base_path : *base_model
@@ -127,6 +132,7 @@ ppo_6: &ppo_6
127
132
# 'util/agent/multi_agent.yml'
128
133
]
129
134
- ['util/infrastructure/cuda.yml']
135
+ - [ 'util/train_schedule/on_store.yml']
130
136
# ##############################################################################################
131
137
132
138
reward : &reward
@@ -148,7 +154,7 @@ long_single_source_run: &long_single_source_run
148
154
nested :
149
155
parameters :
150
156
dispatch :
151
- seed : [ [ 0 ] ]
157
+ seed : [ [ 0, 1, 2, 3 ] ]
152
158
153
159
154
160
# ##############################################################################################
@@ -196,7 +202,7 @@ task:
196
202
simulator :
197
203
kind : ' td'
198
204
parameters :
199
- memory : 96
205
+ memory : 64
200
206
emit_trajectory : True
201
207
202
208
graph :
@@ -208,8 +214,7 @@ task:
208
214
base_path : ' configuration/experiments/jsp/GRAPH-NN/run_ppo.yml'
209
215
mod_dirs :
210
216
- ' configuration/mods/run/mods'
211
- mods :
212
- - ' n_workers/1.yml'
217
+ mods : []
213
218
nested :
214
219
parameters :
215
220
simulations :
0 commit comments