nkim7 commited on
Commit
64bab5d
·
verified ·
1 Parent(s): 054f812

Relabel eval2_grb_r as Eval1 red prompt

Browse files
meta/episodes/chunk-000/file-000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ad3a504be9928655f404da8f29093c8b1903aee064e2f10c0b486b75a6824f30
3
- size 80582
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed9a9122d21c793810d2070654b78810c8cf5319f959d1eb63395be3c5542883
3
+ size 80449
meta/info.json CHANGED
@@ -1,104 +1,104 @@
1
  {
2
- "codebase_version": "v3.0",
3
- "robot_type": "so_follower",
4
- "total_episodes": 5,
5
- "total_frames": 3000,
6
- "total_tasks": 1,
7
- "chunks_size": 1000,
8
- "data_files_size_in_mb": 100,
9
- "video_files_size_in_mb": 200,
10
- "fps": 30,
11
- "splits": {
12
- "train": "0:5"
13
- },
14
- "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
15
- "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
16
- "features": {
17
- "action": {
18
- "dtype": "float32",
19
- "names": [
20
- "shoulder_pan.pos",
21
- "shoulder_lift.pos",
22
- "elbow_flex.pos",
23
- "wrist_flex.pos",
24
- "wrist_roll.pos",
25
- "gripper.pos"
26
- ],
27
- "shape": [
28
- 6
29
- ]
30
  },
31
- "observation.state": {
32
- "dtype": "float32",
33
- "names": [
34
- "shoulder_pan.pos",
35
- "shoulder_lift.pos",
36
- "elbow_flex.pos",
37
- "wrist_flex.pos",
38
- "wrist_roll.pos",
39
- "gripper.pos"
40
- ],
41
- "shape": [
42
- 6
43
- ]
44
- },
45
- "observation.images.front": {
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
- "timestamp": {
69
- "dtype": "float32",
70
- "shape": [
71
- 1
72
- ],
73
- "names": null
74
- },
75
- "frame_index": {
76
- "dtype": "int64",
77
- "shape": [
78
- 1
79
- ],
80
- "names": null
81
- },
82
- "episode_index": {
83
- "dtype": "int64",
84
- "shape": [
85
- 1
86
- ],
87
- "names": null
88
- },
89
- "index": {
90
- "dtype": "int64",
91
- "shape": [
92
- 1
93
- ],
94
- "names": null
95
- },
96
- "task_index": {
97
- "dtype": "int64",
98
- "shape": [
99
- 1
100
- ],
101
- "names": null
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
102
  }
103
- }
104
  }
 
1
  {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "so_follower",
4
+ "total_episodes": 5,
5
+ "total_frames": 3000,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 200,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:5"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  },
14
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
15
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
16
+ "features": {
17
+ "action": {
18
+ "dtype": "float32",
19
+ "names": [
20
+ "shoulder_pan.pos",
21
+ "shoulder_lift.pos",
22
+ "elbow_flex.pos",
23
+ "wrist_flex.pos",
24
+ "wrist_roll.pos",
25
+ "gripper.pos"
26
+ ],
27
+ "shape": [
28
+ 6
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "names": [
34
+ "shoulder_pan.pos",
35
+ "shoulder_lift.pos",
36
+ "elbow_flex.pos",
37
+ "wrist_flex.pos",
38
+ "wrist_roll.pos",
39
+ "gripper.pos"
40
+ ],
41
+ "shape": [
42
+ 6
43
+ ]
44
+ },
45
+ "observation.images.front": {
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
+ "timestamp": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 1
72
+ ],
73
+ "names": null
74
+ },
75
+ "frame_index": {
76
+ "dtype": "int64",
77
+ "shape": [
78
+ 1
79
+ ],
80
+ "names": null
81
+ },
82
+ "episode_index": {
83
+ "dtype": "int64",
84
+ "shape": [
85
+ 1
86
+ ],
87
+ "names": null
88
+ },
89
+ "index": {
90
+ "dtype": "int64",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "names": null
95
+ },
96
+ "task_index": {
97
+ "dtype": "int64",
98
+ "shape": [
99
+ 1
100
+ ],
101
+ "names": null
102
+ }
103
  }
 
104
  }
meta/tasks.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bb74561ef581336f81d7a697d82ab3198eddc5e4c57c35b2606f92bc1ca3f14b
3
- size 1236
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eeb8c5782bd685b8e950ddaf6664082e3a3c59b358b8a732f8b0eb4ee1399e33
3
+ size 2183