Commit cadbb53 1 parent 7780536 commit cadbb53 Copy full SHA for cadbb53
File tree 8 files changed +712073
-20
lines changed
mods/machine/mods/util/agent
8 files changed +712073
-20
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ long_single_source_run: &long_single_source_run
68
68
parameters :
69
69
dispatch :
70
70
seed :
71
- - ' __range__ ' : [ 1000, 1100 ]
71
+ - ' __range__ ' : [ 1000, 1150 ]
72
72
73
73
74
74
# ##############################################################################################
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ long_single_source_run: &long_single_source_run
93
93
parameters :
94
94
dispatch :
95
95
seed :
96
- - ' __range__ ' : [1000, 1150 ]
96
+ - ' __range__ ' : [1000, 1200 ]
97
97
98
98
99
99
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ long_single_source_run: &long_single_source_run
71
71
parameters :
72
72
dispatch :
73
73
seed :
74
- - ' __range__ ' : [ 1000, 1100 ]
74
+ - ' __range__ ' : [ 1000, 1150 ]
75
75
76
76
77
77
# ##############################################################################################
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ long_single_source_run: &long_single_source_run
105
105
parameters :
106
106
dispatch :
107
107
seed :
108
- - ' __range__ ' : [1000, 1150 ]
108
+ - ' __range__ ' : [1000, 1200 ]
109
109
110
110
111
111
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ task:
184
184
kind : ' uniform'
185
185
parameters :
186
186
uniform : [ 1, 50 ]
187
- # noise: [ 0, 10 ]
187
+ noise : [ 0, 10 ]
188
188
permutation :
189
189
uneveness : 0
190
190
due_time :
@@ -197,17 +197,16 @@ task:
197
197
value : 0.0
198
198
199
199
breakdown :
200
- kind : ' no'
201
- # kind: 'dynamic'
202
- # parameters:
203
- # breakdown_arrival:
204
- # kind: 'exponential'
205
- # parameters:
206
- # mean: 5000
207
- # repair_duration:
208
- # kind: 'uniform'
209
- # parameters:
210
- # uniform: [ 200, 300 ]
200
+ kind : ' dynamic'
201
+ parameters :
202
+ breakdown_arrival :
203
+ kind : ' exponential'
204
+ parameters :
205
+ mean : 5000
206
+ repair_duration :
207
+ kind : ' uniform'
208
+ parameters :
209
+ uniform : [ 200, 300 ]
211
210
212
211
seed : 32
213
212
Original file line number Diff line number Diff line change 1
- kind : ' marl'
1
+ kind : ' marl'
2
+ parameters :
3
+ is_training_centralized : True
Original file line number Diff line number Diff line change 1
1
2
2
python cli.py --configuration ' configuration/experiments/jsp/GRAPH-NN/experiments/1/0/experiment.yml'
3
3
4
- python cli.py --configuration ' configuration/experiments/jsp/GRAPH-NN/experiments/3/0/experiment.yml'
5
-
6
- python cli.py --configuration ' configuration/experiments/jsp/GRAPH-NN/experiments/2/0/experiment.yml'
4
+ # python cli.py --configuration 'configuration/experiments/jsp/GRAPH-NN/experiments/3/0/experiment.yml'
7
5
6
+ # python cli.py --configuration 'configuration/experiments/jsp/GRAPH-NN/experiments/2/0/experiment.yml'
7
+ #
8
8
python cli.py --configuration ' configuration/experiments/jsp/GRAPH-NN/experiments/4/0/experiment.yml'
9
9
10
10
wait
You can’t perform that action at this time.
0 commit comments