forked from flyingleafe/dqnroute
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathtarau2010_graph_original.yaml
More file actions
70 lines (70 loc) · 1.4 KB
/
tarau2010_graph_original.yaml
File metadata and controls
70 lines (70 loc) · 1.4 KB
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
configuration:
sinks: [0, 1]
sources:
0: {upstream_conv: 0}
1: {upstream_conv: 1}
2: {upstream_conv: 2}
3: {upstream_conv: 3}
conveyors:
0:
length: 850
upstream: {type: 'sink', idx: 0}
1:
length: 50
upstream: {type: 'conveyor', idx: 0, pos: 50}
2:
length: 50
upstream: {type: 'conveyor', idx: 3, pos: 50}
3:
length: 850
upstream: {type: 'sink', idx: 1}
4:
length: 260
upstream: {type: 'conveyor', idx: 3, pos: 350}
5:
length: 100
upstream: {type: 'conveyor', idx: 4, pos: 100}
6:
length: 155
upstream: {type: 'conveyor', idx: 0, pos: 350}
7:
length: 50
upstream: {type: 'conveyor', idx: 4, pos: 200}
8:
length: 50
upstream: {type: 'conveyor', idx: 6, pos: 95}
9:
length: 150
upstream: {type: 'conveyor', idx: 3, pos: 750}
10:
length: 150
upstream: {type: 'conveyor', idx: 0, pos: 750}
diverters:
0:
conveyor: 0
pos: 55
upstream_conv: 4
1:
conveyor: 3
pos: 55
upstream_conv: 5
2:
conveyor: 4
pos: 105
upstream_conv: 6
3:
conveyor: 6
pos: 100
upstream_conv: 7
4:
conveyor: 4
pos: 205
upstream_conv: 8
5:
conveyor: 0
pos: 755
upstream_conv: 9
6:
conveyor: 3
pos: 755
upstream_conv: 10