pdppo / code /Lot-sizing /cfg_env /setting_15items_5machines_t100_i100.json
leokana's picture
include experiment results and updated code
ff58990
{
"time_horizon": 100,
"n_items": 15,
"n_machines": 5,
"initial_setup": [
0,
0,
0,
0,
9
],
"machine_production": [
[
12,
11,
0,
0,
11,
17,
22,
15,
8,
38,
0,
0,
36,
4,
10
],
[
20,
32,
0,
0,
23,
37,
27,
0,
25,
25,
34,
21,
28,
3,
0
],
[
10,
27,
0,
0,
5,
40,
0,
0,
0,
32,
0,
0,
9,
4,
0
],
[
15,
0,
40,
29,
25,
9,
0,
0,
0,
0,
0,
22,
5,
20,
0
],
[
12,
0,
0,
0,
29,
0,
0,
0,
0,
0,
0,
22,
12,
30,
0
]
],
"max_inventory_level": [
100,
100,
100,
100,
100,
100,
100,
100,
100,
100,
100,
100,
100,
100,
100
],
"initial_inventory": [
8,
6,
33,
20,
9,
23,
37,
0,
27,
19,
12,
23,
31,
6,
4
],
"holding_costs": [
0.01,
0.01,
0.01,
0.01,
0.01,
0.01,
0.01,
0.01,
0.01,
0.01,
0.01,
0.01,
0.01,
0.01,
0.01
],
"lost_sales_costs": [
0.1,
0.1,
0.1,
0.1,
1.1,
0.1,
1.1,
0.1,
0.1,
1.1,
1.1,
1.1,
0.1,
1.1,
0.1
],
"demand_distribution": {
"name": "binomial",
"n": 20,
"p": 0.4
},
"setup_costs": [
[
15,
25,
19,
15,
21,
15,
30,
23,
15,
15,
27,
17,
30,
20,
28
],
[
21,
28,
15,
22,
27,
20,
30,
24,
15,
28,
23,
15,
28,
22,
19
],
[
15,
27,
27,
30,
19,
22,
17,
19,
26,
29,
15,
29,
30,
19,
16
],
[
28,
30,
21,
17,
15,
26,
15,
29,
27,
18,
18,
22,
17,
28,
15
],
[
21,
21,
16,
30,
16,
21,
15,
15,
17,
29,
29,
17,
24,
22,
19
]
],
"setup_loss": [
[
1,
1,
3,
3,
1,
3,
3,
2,
1,
3,
1,
2,
2,
1,
3
],
[
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
3
],
[
1,
1,
2,
3,
1,
2,
2,
1,
1,
1,
1,
1,
1,
1,
3
],
[
1,
3,
1,
1,
1,
1,
1,
1,
1,
1,
1,
3,
1,
1,
1
],
[
1,
2,
3,
1,
1,
1,
1,
1,
1,
3,
3,
1,
1,
2,
1
]
]
}