-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathneural_network.png
33 lines (33 loc) · 1.69 KB
/
neural_network.png
File metadata and controls
33 lines (33 loc) · 1.69 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
digraph {
node [fontsize=9 height=0.2 shape=circle width=0.2]
game_over [fillcolor=lightgray shape=box style=filled]
breeze [fillcolor=lightgray shape=box style=filled]
stench [fillcolor=lightgray shape=box style=filled]
glitter [fillcolor=lightgray shape=box style=filled]
bump [fillcolor=lightgray shape=box style=filled]
scream [fillcolor=lightgray shape=box style=filled]
x [fillcolor=lightgray shape=box style=filled]
y [fillcolor=lightgray shape=box style=filled]
direction [fillcolor=lightgray shape=box style=filled]
score [fillcolor=lightgray shape=box style=filled]
num_moves [fillcolor=lightgray shape=box style=filled]
move_forward [fillcolor=lightblue style=filled]
move_backward [fillcolor=lightblue style=filled]
turn_left [fillcolor=lightblue style=filled]
turn_right [fillcolor=lightblue style=filled]
grab [fillcolor=lightblue style=filled]
shoot [fillcolor=lightblue style=filled]
39264 [fillcolor=white style=filled]
32010 [fillcolor=white style=filled]
41196 [fillcolor=white style=filled]
41460 [fillcolor=white style=filled]
direction -> move_forward [color=green penwidth=0.3604183608470325 style=solid]
stench -> turn_right [color=green penwidth=0.6319508785956743 style=solid]
num_moves -> shoot [color=red penwidth=2.4009326661070896 style=solid]
scream -> 39264 [color=green penwidth=0.15272282531598969 style=solid]
39264 -> grab [color=green penwidth=0.33680474056639864 style=dotted]
scream -> turn_left [color=green penwidth=0.3925026076052909 style=dotted]
move_backward -> 32010 [color=green penwidth=0.7026577361941803 style=solid]
41460 -> 32010 [color=green penwidth=0.2646738658185679 style=solid]
y -> 32010 [color=red penwidth=0.14331464408072184 style=solid]
}