a3124371940 commited on
Commit
b0f72c6
·
verified ·
1 Parent(s): 7f88938

Add strict validation receipt

Browse files
Files changed (1) hide show
  1. validation/dataset_validation.json +138 -0
validation/dataset_validation.json ADDED
@@ -0,0 +1,138 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "repo_id": "a3124371940/radeonvla_reflex_physical_1k",
3
+ "root": "/workspace/RadeonVLA-Reflex/datasets/radeonvla_reflex_physical_1k",
4
+ "num_frames": 232658,
5
+ "num_episodes": 1000,
6
+ "fps": 20,
7
+ "features": {
8
+ "observation.state": {
9
+ "dtype": "float32",
10
+ "shape": [
11
+ 9
12
+ ]
13
+ },
14
+ "action": {
15
+ "dtype": "float32",
16
+ "shape": [
17
+ 9
18
+ ]
19
+ },
20
+ "observation.images.world": {
21
+ "dtype": "video",
22
+ "shape": [
23
+ 240,
24
+ 320,
25
+ 3
26
+ ]
27
+ },
28
+ "observation.images.wrist": {
29
+ "dtype": "video",
30
+ "shape": [
31
+ 240,
32
+ 320,
33
+ 3
34
+ ]
35
+ },
36
+ "timestamp": {
37
+ "dtype": "float32",
38
+ "shape": [
39
+ 1
40
+ ]
41
+ },
42
+ "frame_index": {
43
+ "dtype": "int64",
44
+ "shape": [
45
+ 1
46
+ ]
47
+ },
48
+ "episode_index": {
49
+ "dtype": "int64",
50
+ "shape": [
51
+ 1
52
+ ]
53
+ },
54
+ "index": {
55
+ "dtype": "int64",
56
+ "shape": [
57
+ 1
58
+ ]
59
+ },
60
+ "task_index": {
61
+ "dtype": "int64",
62
+ "shape": [
63
+ 1
64
+ ]
65
+ }
66
+ },
67
+ "errors": [],
68
+ "warnings": [],
69
+ "strict_certificate_count": 1000,
70
+ "certified_successes_per_task": {
71
+ "apple_blue_left": 50,
72
+ "apple_blue_right": 50,
73
+ "apple_white_left": 50,
74
+ "apple_white_right": 50,
75
+ "banana_blue_left": 50,
76
+ "banana_blue_right": 50,
77
+ "banana_white_left": 50,
78
+ "banana_white_right": 50,
79
+ "lemon_blue_left": 50,
80
+ "lemon_blue_right": 50,
81
+ "lemon_white_left": 50,
82
+ "lemon_white_right": 50,
83
+ "orange_blue_left": 50,
84
+ "orange_blue_right": 50,
85
+ "orange_white_left": 50,
86
+ "orange_white_right": 50,
87
+ "plum_blue_left": 50,
88
+ "plum_blue_right": 50,
89
+ "plum_white_left": 50,
90
+ "plum_white_right": 50
91
+ },
92
+ "sampled_frames": 64,
93
+ "black_image_samples": 0,
94
+ "non_finite_samples": 0,
95
+ "sample_tasks": [
96
+ "Pick the apple and place it in the blue bowl on the left.",
97
+ "Pick the apple and place it in the blue bowl on the right.",
98
+ "Pick the apple and place it in the white bowl on the left.",
99
+ "Pick the apple and place it in the white bowl on the right.",
100
+ "Pick the banana and place it in the blue bowl on the left.",
101
+ "Pick the banana and place it in the blue bowl on the right.",
102
+ "Pick the banana and place it in the white bowl on the left.",
103
+ "Pick the banana and place it in the white bowl on the right.",
104
+ "Pick the orange and place it in the blue bowl on the left.",
105
+ "Pick the orange and place it in the blue bowl on the right.",
106
+ "Pick the orange and place it in the white bowl on the left.",
107
+ "Pick the orange and place it in the white bowl on the right.",
108
+ "Pick the plum and place it in the blue bowl on the left.",
109
+ "Pick the plum and place it in the blue bowl on the right.",
110
+ "Sort the apple into the blue bowl on the left.",
111
+ "Sort the apple into the blue bowl on the right.",
112
+ "Sort the apple into the white bowl on the left.",
113
+ "Sort the apple into the white bowl on the right.",
114
+ "Sort the banana into the blue bowl on the left.",
115
+ "Sort the banana into the blue bowl on the right.",
116
+ "Sort the banana into the white bowl on the left.",
117
+ "Sort the banana into the white bowl on the right.",
118
+ "Sort the lemon into the blue bowl on the right.",
119
+ "Sort the lemon into the white bowl on the left.",
120
+ "Sort the lemon into the white bowl on the right.",
121
+ "Sort the orange into the blue bowl on the left.",
122
+ "Sort the orange into the blue bowl on the right.",
123
+ "Sort the orange into the white bowl on the left.",
124
+ "Sort the orange into the white bowl on the right.",
125
+ "Sort the plum into the white bowl on the right."
126
+ ],
127
+ "joint_names_expected": [
128
+ "panda_joint1",
129
+ "panda_joint2",
130
+ "panda_joint3",
131
+ "panda_joint4",
132
+ "panda_joint5",
133
+ "panda_joint6",
134
+ "panda_joint7",
135
+ "panda_finger_joint1",
136
+ "panda_finger_joint2"
137
+ ]
138
+ }