-
Notifications
You must be signed in to change notification settings - Fork 8
/
simulation_results.json
107 lines (107 loc) · 3.04 KB
/
simulation_results.json
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
{
"_checkpoint": {
"global_record": {
"index": -1,
"infractions": {
"collisions_layout": 0.0,
"collisions_pedestrian": 0.0,
"collisions_vehicle": 0.0,
"outside_route_lanes": 0.0,
"red_light": 0.0,
"route_dev": 0.0,
"route_timeout": 142.9955301915951,
"stop_infraction": 0.0,
"vehicle_blocked": 0.0
},
"meta": {
"exceptions": [
[
"RouteScenario_0",
0,
"Failed - Agent timed out"
]
]
},
"route_id": -1,
"scores": {
"score_composed": 20.510067466907877,
"score_penalty": 1.0,
"score_route": 20.510067466907877
},
"scores_std_dev": {
"score_composed": "NaN",
"score_penalty": "NaN",
"score_route": "NaN"
},
"status": "Failed"
},
"progress": [
1,
1
],
"records": [
{
"index": 0,
"infractions": {
"collisions_layout": [],
"collisions_pedestrian": [],
"collisions_vehicle": [],
"outside_route_lanes": [],
"red_light": [],
"route_dev": [],
"route_timeout": [
"Route timeout."
],
"stop_infraction": [],
"vehicle_blocked": []
},
"meta": {
"duration_game": 13.050000194460154,
"duration_system": 4.27830171585083,
"route_length": 34.09655084923356
},
"route_id": "RouteScenario_0",
"scores": {
"score_composed": 20.510067466907877,
"score_penalty": 1.0,
"score_route": 20.510067466907877
},
"status": "Failed - Agent timed out"
}
]
},
"eligible": true,
"entry_status": "Finished with agent errors",
"labels": [
"Avg. driving score",
"Avg. route completion",
"Avg. infraction penalty",
"Collisions with pedestrians",
"Collisions with vehicles",
"Collisions with layout",
"Red lights infractions",
"Stop sign infractions",
"Off-road infractions",
"Route deviations",
"Route timeouts",
"Agent blocked"
],
"sensors": [
"carla_camera",
"carla_speedometer"
],
"values": [
"20.510",
"20.510",
"1.000",
"0.000",
"0.000",
"0.000",
"0.000",
"0.000",
"0.000",
"0.000",
"142.996",
"0.000"
]
}