-
Notifications
You must be signed in to change notification settings - Fork 5
/
experiment.yaml
319 lines (292 loc) · 6.58 KB
/
experiment.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
# TODO: this is a messy way of maintaining job configs
# should just pass partition type & cfg / sweep to run.py
project: openspiel
container: ${OPENSPIEL_IMG} # path to singularity image
run:
- neurd_kuhn
- neurd_leduc
- cfr_kuhn
- cfr_leduc
- cfr_liars_dice
- cfr_goofspiel
- xfp_liars_dice
- xfp_goofspiel
- deep_cfr_kuhn
- deep_cfr_leduc
- exp_descent_kuhn
- exp_descent_leduc
- nfsp_kuhn
- nfsp_leduc
- nn_exp_descent_kuhn
- nn_exp_descent_leduc
- qpg_kuhn
- qpg_leduc
- rpg_kuhn
- rpg_leduc
- psro_kuhn
- psro_leduc
- rcfr_kuhn
- rcfr_leduc
- xfp_kuhn
- xfp_leduc
neurd_kuhn:
script: ./algorithms/neurd.py
flagfile: ./configs/neurd_kuhn.cfg
partition: cpufast
nodes: 1
ntasks-per-node: 4
mem-per-cpu: 8G
time: 0-4:00:00
job-name: neurd_kuhn
output: slogs/neurd_kuhn-%J.log
cfr_kuhn:
script: ./algorithms/cfr.py
flagfile: ./configs/cfr_kuhn.cfg
partition: cpufast
nodes: 1
ntasks-per-node: 4
mem-per-cpu: 8G
time: 0-1:00:00
job-name: cfr_kuhn
output: slogs/cfr_kuhn-%J.log
deep_cfr_kuhn:
script: ./algorithms/deep_cfr.py
flagfile: ./configs/deep_cfr_kuhn.cfg
partition: cpulong
nodes: 1
ntasks-per-node: 4
mem-per-cpu: 8G
time: 3-0:00:00
job-name: deep_cfr_kuhn
output: slogs/deep_cfr_kuhn-%J.log
exp_descent_kuhn:
script: ./algorithms/exp_descent.py
flagfile: ./configs/exp_descent_kuhn.cfg
partition: cpufast
nodes: 1
ntasks-per-node: 4
mem-per-cpu: 8G
time: 0-4:00:00
job-name: exp_descent_kuhn
output: slogs/exp_descent_kuhn-%J.log
nfsp_kuhn:
script: ./algorithms/nfsp_kuhn.py
flagfile: ./configs/nfsp_kuhn.cfg
partition: cpulong
nodes: 1
ntasks-per-node: 4
mem-per-cpu: 8G
time: 3-0:00:00
job-name: nfsp_kuhn
output: slogs/nfsp_kuhn-%J.log
nn_exp_descent_kuhn:
script: ./algorithms/nn_exp_descent.py
flagfile: ./configs/nn_exp_descent_kuhn.cfg
partition: cpufast
nodes: 1
ntasks-per-node: 4
mem-per-cpu: 8G
time: 0-4:00:00
job-name: nn_exp_descent_kuhn
output: slogs/nn_exp_descent_kuhn-%J.log
qpg_kuhn:
script: ./algorithms/policy_gradient.py
flagfile: ./configs/qpg_kuhn.cfg
partition: cpu
nodes: 1
ntasks-per-node: 4
mem-per-cpu: 8G
time: 1-0:00:00
job-name: qpg_kuhn
output: slogs/qpg_kuhn-%J.log
rpg_kuhn:
script: ./algorithms/policy_gradient.py
flagfile: ./configs/rpg_kuhn.cfg
partition: cpu
nodes: 1
ntasks-per-node: 4
mem-per-cpu: 8G
time: 1-0:00:00
job-name: rpg_kuhn
output: slogs/rpg_kuhn-%J.log
psro_kuhn:
script: ./algorithms/psro.py
flagfile: ./configs/psro_kuhn.cfg
partition: cpulong
nodes: 1
ntasks-per-node: 4
mem-per-cpu: 8G
time: 3-0:00:00
job-name: psro_kuhn
output: slogs/psro_kuhn-%J.log
rcfr_kuhn:
script: ./algorithms/rcfr.py
flagfile: ./configs/rcfr_kuhn.cfg
partition: cpulong
nodes: 1
ntasks-per-node: 4
mem-per-cpu: 8G
time: 2-0:00:00
job-name: rcfr_kuhn
output: slogs/rcfr_kuhn-%J.log
xfp_kuhn:
script: ./algorithms/xfp.py
flagfile: ./configs/xfp_kuhn.cfg
partition: cpufast
nodes: 1
ntasks-per-node: 4
mem-per-cpu: 8G
time: 0-3:00:00
job-name: xfp_kuhn
output: slogs/xfp_kuhn-%J.log
# Leduc Solvers
neurd_leduc:
script: ./algorithms/neurd.py
flagfile: ./configs/neurd_leduc.cfg
partition: cpulong
nodes: 1
ntasks-per-node: 4
mem-per-cpu: 8G
time: 3-0:00:00
job-name: neurd_leduc
output: slogs/neurd_leduc-%J.log
cfr_leduc:
script: ./algorithms/cfr.py
flagfile: ./configs/cfr_leduc.cfg
partition: cpulong
nodes: 1
ntasks-per-node: 4
mem-per-cpu: 8G
time: 3-0:00:00
job-name: cfr_leduc
output: slogs/cfr_leduc-%J.log
cfr_liars_dice:
script: ./algorithms/cfr.py
flagfile: ./configs/cfr_liars_dice.cfg
partition: cpulong
nodes: 1
ntasks-per-node: 4
mem-per-cpu: 8G
time: 3-0:00:00
job-name: cfr_liars_dice
output: slogs/cfr_liars_dice-%J.log
cfr_goofspiel:
script: ./algorithms/cfr.py
flagfile: ./configs/cfr_goofspiel.cfg
partition: cpu
nodes: 1
ntasks-per-node: 4
mem-per-cpu: 8G
time: 0-1:00:00
job-name: cfr_gs
output: slogs/cfr_gs-%J.log
xfp_liars_dice:
script: ./algorithms/xfp.py
flagfile: ./configs/xfp_liars_dice.cfg
partition: cpulong
nodes: 1
ntasks-per-node: 4
mem-per-cpu: 8G
time: 3-0:00:00
job-name: xfp_liars_dice
output: slogs/xfp_liars_dice-%J.log
xfp_goofspiel:
script: ./algorithms/xfp.py
flagfile: ./configs/xfp_goofspiel.cfg
partition: cpu
nodes: 1
ntasks-per-node: 4
mem-per-cpu: 8G
time: 0-1:00:00
job-name: xfp_gs
output: slogs/xfp_gs-%J.log
deep_cfr_leduc:
script: ./algorithms/deep_cfr.py
flagfile: ./configs/deep_cfr_leduc.cfg
partition: cpulong
nodes: 1
ntasks-per-node: 4
mem-per-cpu: 8G
time: 3-0:00:00
job-name: deep_cfr_leduc
output: slogs/deep_cfr_leduc-%J.log
exp_descent_leduc:
script: ./algorithms/exp_descent.py
flagfile: ./configs/exp_descent_leduc.cfg
partition: cpulong
nodes: 1
ntasks-per-node: 4
mem-per-cpu: 8G
time: 3-0:00:00
job-name: exp_descent_leduc
output: slogs/exp_descent_leduc-%J.log
nfsp_leduc:
script: ./algorithms/nfsp_leduc.py
flagfile: ./configs/nfsp_leduc.cfg
partition: cpulong
nodes: 1
ntasks-per-node: 4
mem-per-cpu: 8G
time: 3-0:00:00
job-name: nfsp_leduc
output: slogs/nfsp_leduc-%J.log
nn_exp_descent_leduc:
script: ./algorithms/nn_exp_descent.py
flagfile: ./configs/nn_exp_descent_leduc.cfg
partition: cpulong
nodes: 1
ntasks-per-node: 4
mem-per-cpu: 8G
time: 3-0:00:00
job-name: nn_exp_descent_leduc
output: slogs/nn_exp_descent_leduc-%J.log
qpg_leduc:
script: ./algorithms/policy_gradient.py
flagfile: ./configs/qpg_leduc.cfg
partition: cpu
nodes: 1
ntasks-per-node: 4
mem-per-cpu: 8G
time: 1-0:00:00
job-name: qpg_leduc
output: slogs/qpg_leduc-%J.log
rpg_leduc:
script: ./algorithms/policy_gradient.py
flagfile: ./configs/rpg_leduc.cfg
partition: cpu
nodes: 1
ntasks-per-node: 4
mem-per-cpu: 8G
time: 1-0:00:00
job-name: rpg_leduc
output: slogs/rpg_leduc-%J.log
psro_leduc:
script: ./algorithms/psro.py
flagfile: ./configs/psro_leduc.cfg
partition: cpulong
nodes: 1
ntasks-per-node: 4
mem-per-cpu: 8G
time: 3-0:00:00
job-name: psro_leduc
output: slogs/psro_leduc-%J.log
rcfr_leduc:
script: ./algorithms/rcfr.py
flagfile: ./configs/rcfr_leduc.cfg
partition: cpulong
nodes: 1
ntasks-per-node: 4
mem-per-cpu: 8G
time: 3-0:00:00
job-name: rcfr_leduc
output: slogs/rcfr_leduc-%J.log
xfp_leduc:
script: ./algorithms/xfp.py
flagfile: ./configs/xfp_leduc.cfg
partition: cpulong
nodes: 1
ntasks-per-node: 4
mem-per-cpu: 8G
time: 3-0:00:00
job-name: xfp_leduc
output: slogs/xfp_leduc-%J.log