forked from ssanner/rddlsim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtmp_rddl_graphviz.dot
117 lines (117 loc) · 2.98 KB
/
tmp_rddl_graphviz.dot
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
digraph G {
graph [bb="0,0,579,269.38",
fontname=Helvetica,
fontsize=16,
rankdir=LR,
ranksep=2.00,
ratio=auto,
size="7.5,10"
];
node [fontsize=16,
label="\N"
];
{
graph [rank=same];
p [color=black,
fillcolor=lightblue,
height=0.51069,
pos="90.5,193.38",
shape=ellipse,
style=filled,
width=0.75];
a [color=black,
fillcolor=olivedrab1,
height=0.5,
pos="90.5,18.385",
shape=box,
style=filled,
width=0.75];
q [color=black,
fillcolor=lightblue,
height=0.51069,
pos="90.5,73.385",
shape=ellipse,
style=filled,
width=0.75];
r [color=black,
fillcolor=lightblue,
height=0.51069,
pos="90.5,131.38",
shape=ellipse,
style=filled,
width=0.75];
"Current State and Actions" [color=black,
fillcolor=white,
height=0.5,
pos="90.5,251.38",
shape=plaintext,
style=bold,
width=2.5139];
}
{
graph [rank=same];
"r'" [color=black,
fillcolor=gold1,
height=0.51069,
pos="452,73.385",
shape=ellipse,
style=filled,
width=0.75];
"Next State and Reward" [color=black,
fillcolor=white,
height=0.5,
pos="452,251.38",
shape=plaintext,
style=bold,
width=2.25];
"q'" [color=black,
fillcolor=gold1,
height=0.51069,
pos="452,18.385",
shape=ellipse,
style=filled,
width=0.75];
"Reward Function" [color=black,
fillcolor=firebrick1,
height=0.72222,
pos="452,135.38",
shape=diamond,
style=filled,
width=3.5278];
"p'" [color=black,
fillcolor=gold1,
height=0.51069,
pos="452,197.38",
shape=ellipse,
style=filled,
width=0.75];
}
p -> "Reward Function" [pos="e,380.3,146.79 117.07,189.26 169.06,180.87 289.06,161.51 370.12,148.43"];
p -> "p'" [color=black,
pos="e,424.95,197.09 117.64,193.68 180.94,194.38 342.52,196.18 414.94,196.98",
style=solid];
a -> "q'" [color=black,
pos="e,424.95,18.385 117.64,18.385 180.94,18.385 342.52,18.385 414.94,18.385",
style=solid];
q -> "r'" [color=black,
pos="e,424.95,73.385 117.64,73.385 180.94,73.385 342.52,73.385 414.94,73.385",
style=solid];
q -> "q'" [color=black,
pos="e,425.32,22.313 117.07,69.473 180.06,59.836 342.86,34.93 415.31,23.845",
style=solid];
q -> "Reward Function" [pos="e,382.3,123.54 116.78,77.744 169.04,86.758 290.89,107.77 372.11,121.78"];
r -> "r'" [color=black,
pos="e,425.32,77.527 117.07,127.26 180.06,117.1 342.86,90.832 415.31,79.143",
style=solid];
r -> "q'" [color=black,
pos="e,425.63,22.937 115.11,123.39 133.19,117.22 158.72,108.42 181,100.38 245.3,77.197 259.48,65.846 325,46.385 355.21,37.412 390.25,\
29.848 415.7,24.853",
style=solid];
r -> "Reward Function" [pos="e,331.41,134.05 117.64,131.68 160.08,132.15 246.7,133.11 321.01,133.94"];
r -> "p'" [color=black,
pos="e,425.75,192.75 116.78,136.03 179.69,147.58 343.42,177.64 415.76,190.92",
style=solid];
"Current State and Actions" -> "Next State and Reward" [color=black,
pos="e,370.92,251.38 181.29,251.38 236.11,251.38 305.97,251.38 360.86,251.38",
style=invis];
}