lelek214 commited on
Commit
e9a77a9
·
verified ·
1 Parent(s): 12bf13d

Added bottle selection observation (0=bottle1, 1=bottle2)

Browse files
Files changed (2) hide show
  1. data/chunk-000/file-000.parquet +2 -2
  2. meta/info.json +144 -130
data/chunk-000/file-000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:00b26c1744d7984d14b7c8a769b7a2265555c76da2ae89e4dd31b3baa4d6fc15
3
- size 372632
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:579ad57e2454359fa9f2c0e83525991bd2e0305b7b2914d0b1181da3c6ad9949
3
+ size 369943
meta/info.json CHANGED
@@ -1,134 +1,148 @@
1
  {
2
- "codebase_version": "v3.0",
3
- "robot_type": "so100_follower",
4
- "total_episodes": 50,
5
- "total_frames": 11939,
6
- "total_tasks": 1,
7
- "chunks_size": 1000,
8
- "fps": 30,
9
- "splits": {
10
- "train": "0:50"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  },
12
- "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
13
- "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
14
- "features": {
15
- "action": {
16
- "dtype": "float32",
17
- "shape": [
18
- 6
19
- ],
20
- "names": [
21
- "shoulder_pan.pos",
22
- "shoulder_lift.pos",
23
- "elbow_flex.pos",
24
- "wrist_flex.pos",
25
- "wrist_roll.pos",
26
- "gripper.pos"
27
- ],
28
- "fps": 30.0
29
- },
30
- "observation.state": {
31
- "dtype": "float32",
32
- "shape": [
33
- 6
34
- ],
35
- "names": [
36
- "shoulder_pan.pos",
37
- "shoulder_lift.pos",
38
- "elbow_flex.pos",
39
- "wrist_flex.pos",
40
- "wrist_roll.pos",
41
- "gripper.pos"
42
- ],
43
- "fps": 30.0
44
- },
45
- "observation.images.up": {
46
- "dtype": "video",
47
- "shape": [
48
- 480,
49
- 640,
50
- 3
51
- ],
52
- "names": [
53
- "height",
54
- "width",
55
- "channels"
56
- ],
57
- "info": {
58
- "video.height": 480,
59
- "video.width": 640,
60
- "video.codec": "av1",
61
- "video.pix_fmt": "yuv420p",
62
- "video.is_depth_map": false,
63
- "video.fps": 30,
64
- "video.channels": 3,
65
- "has_audio": false
66
- }
67
- },
68
- "observation.images.side": {
69
- "dtype": "video",
70
- "shape": [
71
- 480,
72
- 640,
73
- 3
74
- ],
75
- "names": [
76
- "height",
77
- "width",
78
- "channels"
79
- ],
80
- "info": {
81
- "video.height": 480,
82
- "video.width": 640,
83
- "video.codec": "av1",
84
- "video.pix_fmt": "yuv420p",
85
- "video.is_depth_map": false,
86
- "video.fps": 30,
87
- "video.channels": 3,
88
- "has_audio": false
89
- }
90
- },
91
- "timestamp": {
92
- "dtype": "float32",
93
- "shape": [
94
- 1
95
- ],
96
- "names": null,
97
- "fps": 30.0
98
- },
99
- "frame_index": {
100
- "dtype": "int64",
101
- "shape": [
102
- 1
103
- ],
104
- "names": null,
105
- "fps": 30.0
106
- },
107
- "episode_index": {
108
- "dtype": "int64",
109
- "shape": [
110
- 1
111
- ],
112
- "names": null,
113
- "fps": 30.0
114
- },
115
- "index": {
116
- "dtype": "int64",
117
- "shape": [
118
- 1
119
- ],
120
- "names": null,
121
- "fps": 30.0
122
- },
123
- "task_index": {
124
- "dtype": "int64",
125
- "shape": [
126
- 1
127
- ],
128
- "names": null,
129
- "fps": 30.0
130
- }
131
  },
132
- "data_files_size_in_mb": 100,
133
- "video_files_size_in_mb": 500
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
134
  }
 
1
  {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "so100_follower",
4
+ "total_episodes": 50,
5
+ "total_frames": 11939,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "fps": 30,
9
+ "splits": {
10
+ "train": "0:50"
11
+ },
12
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
13
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
14
+ "features": {
15
+ "action": {
16
+ "dtype": "float32",
17
+ "shape": [
18
+ 6
19
+ ],
20
+ "names": [
21
+ "shoulder_pan.pos",
22
+ "shoulder_lift.pos",
23
+ "elbow_flex.pos",
24
+ "wrist_flex.pos",
25
+ "wrist_roll.pos",
26
+ "gripper.pos"
27
+ ],
28
+ "fps": 30.0
29
  },
30
+ "observation.state": {
31
+ "dtype": "float32",
32
+ "shape": [
33
+ 6
34
+ ],
35
+ "names": [
36
+ "shoulder_pan.pos",
37
+ "shoulder_lift.pos",
38
+ "elbow_flex.pos",
39
+ "wrist_flex.pos",
40
+ "wrist_roll.pos",
41
+ "gripper.pos"
42
+ ],
43
+ "fps": 30.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  },
45
+ "observation.images.up": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 480,
49
+ 640,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 480,
59
+ "video.width": 640,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 30,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.side": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 480,
82
+ "video.width": 640,
83
+ "video.codec": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 30,
87
+ "video.channels": 3,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "timestamp": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null,
97
+ "fps": 30.0
98
+ },
99
+ "frame_index": {
100
+ "dtype": "int64",
101
+ "shape": [
102
+ 1
103
+ ],
104
+ "names": null,
105
+ "fps": 30.0
106
+ },
107
+ "episode_index": {
108
+ "dtype": "int64",
109
+ "shape": [
110
+ 1
111
+ ],
112
+ "names": null,
113
+ "fps": 30.0
114
+ },
115
+ "index": {
116
+ "dtype": "int64",
117
+ "shape": [
118
+ 1
119
+ ],
120
+ "names": null,
121
+ "fps": 30.0
122
+ },
123
+ "task_index": {
124
+ "dtype": "int64",
125
+ "shape": [
126
+ 1
127
+ ],
128
+ "names": null,
129
+ "fps": 30.0
130
+ }
131
+ },
132
+ "data_files_size_in_mb": 100,
133
+ "video_files_size_in_mb": 500,
134
+ "observation_keys": [
135
+ "bottle_selection"
136
+ ],
137
+ "observation_config": {
138
+ "bottle_selection": {
139
+ "dim": 1,
140
+ "dtype": "int64",
141
+ "description": "Target bottle selection: 0=bottle1, 1=bottle2"
142
+ }
143
+ },
144
+ "modifications": {
145
+ "bottle_selection_added": true,
146
+ "description": "Added bottle selection observation (0=bottle1, 1=bottle2) per episode"
147
+ }
148
  }