-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathscripted_results.json
More file actions
59 lines (59 loc) · 1.58 KB
/
Copy pathscripted_results.json
File metadata and controls
59 lines (59 loc) · 1.58 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
{
"schema_version": 1,
"description": "Reference results for from-scratch scripted-policy training",
"protocol": {
"base_policy": "bundled scripted policy",
"training_decisions": 100000,
"evaluation_checkpoint": "final training output",
"held_out_seeds": [100, 199],
"episodes_per_task": 100,
"metric": "physical_acceleration=nominal_horizon/executed_physics_steps"
},
"results": {
"pick_and_place": {
"preset": "scripted-pick-and-place",
"training_seed": 0,
"learned_speed": {
"successes": 98,
"success_rate": 0.98,
"mean_physical_acceleration": 3.856
},
"matched_fixed_speed": {
"commanded_speed": 3.856,
"successes": 66,
"success_rate": 0.66,
"mean_physical_acceleration": 3.846
}
},
"insertion": {
"preset": "scripted-insertion",
"training_seed": 0,
"learned_speed": {
"successes": 97,
"success_rate": 0.97,
"mean_physical_acceleration": 2.387
},
"matched_fixed_speed": {
"commanded_speed": 2.387,
"successes": 52,
"success_rate": 0.52,
"mean_physical_acceleration": 2.381
}
},
"tea_bag": {
"preset": "scripted-tea-bag-randomized",
"training_seed": 1,
"learned_speed": {
"successes": 78,
"success_rate": 0.78,
"mean_physical_acceleration": 2.077
},
"matched_fixed_speed": {
"commanded_speed": 2.075,
"successes": 24,
"success_rate": 0.24,
"mean_physical_acceleration": 2.075
}
}
}
}