@@ -161,6 +161,53 @@ marl_dqn_4_flexible: &marl_dqn_4_flexible
161
161
- *default_mods
162
162
# - 'util/action_selector/sample.yml'
163
163
164
+ # ##############################################################################################
165
+
166
+ dqn_1_flexible_gat : &dqn_1_flexible_gat
167
+ base_path : ' configuration/experiments/jsp/GRAPH-NN/flexible_machine.yml'
168
+ template : ' 5/flexible_gat'
169
+ mod_dirs :
170
+ - ' configuration/mods/machine/mods'
171
+ mods :
172
+ - ' agent/dqn/ddqn.yml'
173
+ - *default_mods
174
+
175
+ marl_dqn_2_flexible_gat : &marl_dqn_2_flexible_gat
176
+ base_path : ' configuration/experiments/jsp/GRAPH-NN/flexible_marl_machine.yml'
177
+ template : ' 5/flexible_gat'
178
+ mod_dirs :
179
+ - ' configuration/mods/machine/mods'
180
+ mods :
181
+ - ' agent/dqn/ddqn.yml'
182
+ - ' util/agent/multi_agent.yml'
183
+ - *default_mods
184
+
185
+
186
+ dqn_3_flexible_gat : &dqn_3_flexible_gat
187
+ base_path : ' configuration/experiments/jsp/GRAPH-NN/flexible_machine.yml'
188
+ template : ' 5/flexible_gat'
189
+ mod_dirs :
190
+ - ' configuration/mods/machine/mods'
191
+ mods :
192
+ - ' agent/dqn/ddqn.yml'
193
+ - ' agent/dqn/prioritized.yml'
194
+ - ' agent/dqn/dueling.yml'
195
+ - *default_mods
196
+ # - 'util/action_selector/sample.yml'
197
+
198
+ marl_dqn_4_flexible_gat : &marl_dqn_4_flexible_gat
199
+ base_path : ' configuration/experiments/jsp/GRAPH-NN/flexible_marl_machine.yml'
200
+ template : ' 5/flexible_gat'
201
+ mod_dirs :
202
+ - ' configuration/mods/machine/mods'
203
+ mods :
204
+ - ' agent/dqn/ddqn.yml'
205
+ - ' agent/dqn/prioritized.yml'
206
+ - ' agent/dqn/dueling.yml'
207
+ - ' util/agent/multi_agent.yml'
208
+ - *default_mods
209
+ # - 'util/action_selector/sample.yml'
210
+
164
211
165
212
# ##############################################################################################
166
213
@@ -264,23 +311,27 @@ task:
264
311
machine_agent :
265
312
parameters :
266
313
- *dqn_1
267
- - *marl_dqn_2
314
+ # - *marl_dqn_2
268
315
- *dqn_3
269
- - *marl_dqn_4
316
+ # - *marl_dqn_4
270
317
- output_dir : ' All'
271
318
machine_agent :
272
319
parameters :
273
320
- *dqn_1_all
274
- - *marl_dqn_2_all
321
+ # - *marl_dqn_2_all
275
322
- *dqn_3_all
276
- - *marl_dqn_4_all
323
+ # - *marl_dqn_4_all
277
324
- output_dir : ' Flexible'
278
325
machine_agent :
279
326
parameters :
280
327
- *dqn_1_flexible
281
- - *marl_dqn_2_flexible
328
+ # - *marl_dqn_2_flexible
282
329
- *dqn_3_flexible
283
- - *marl_dqn_4_flexible
330
+ - output_dir : ' Flexible GAT'
331
+ machine_agent :
332
+ parameters :
333
+ - *dqn_1_flexible_gat
334
+ - *dqn_3_flexible_gat
284
335
285
336
tape :
286
337
machine_reward :
0 commit comments