Sraghvi commited on
Commit
3efdcc0
·
verified ·
1 Parent(s): 1c32338

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. meta/episodes.json +16 -0
  2. meta/info.json +76 -0
  3. meta/stats.json +7 -0
  4. meta/tasks.json +7 -0
meta/episodes.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "episode_index": 0,
4
+ "start_frame_index": 0,
5
+ "end_frame_index": 49,
6
+ "total_frames": 50,
7
+ "duration": 4.9
8
+ },
9
+ {
10
+ "episode_index": 1,
11
+ "start_frame_index": 0,
12
+ "end_frame_index": 49,
13
+ "total_frames": 50,
14
+ "duration": 4.9
15
+ }
16
+ ]
meta/info.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "custom",
4
+ "total_episodes": 2,
5
+ "total_frames": 100,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "fps": 10.0,
9
+ "splits": {
10
+ "train": "0:2"
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
+ "observation.state": {
16
+ "dtype": "float32",
17
+ "shape": [
18
+ 1,
19
+ 7
20
+ ],
21
+ "names": null
22
+ },
23
+ "action": {
24
+ "dtype": "float32",
25
+ "shape": [
26
+ 1,
27
+ 7
28
+ ],
29
+ "names": null
30
+ },
31
+ "episode_index": {
32
+ "dtype": "int64",
33
+ "shape": [
34
+ 1
35
+ ],
36
+ "names": null
37
+ },
38
+ "frame_index": {
39
+ "dtype": "int64",
40
+ "shape": [
41
+ 1
42
+ ],
43
+ "names": null
44
+ },
45
+ "timestamp": {
46
+ "dtype": "float32",
47
+ "shape": [
48
+ 1
49
+ ],
50
+ "names": null
51
+ },
52
+ "next.done": {
53
+ "dtype": "bool",
54
+ "shape": [
55
+ 1
56
+ ],
57
+ "names": null
58
+ },
59
+ "index": {
60
+ "dtype": "int64",
61
+ "shape": [
62
+ 1
63
+ ],
64
+ "names": null
65
+ },
66
+ "task_index": {
67
+ "dtype": "int64",
68
+ "shape": [
69
+ 1
70
+ ],
71
+ "names": null
72
+ }
73
+ },
74
+ "names": null,
75
+ "videos": null
76
+ }
meta/stats.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "total_episodes": 2,
3
+ "total_frames": 100,
4
+ "total_duration": 9.9,
5
+ "fps": 10.0,
6
+ "robot_type": "custom"
7
+ }
meta/tasks.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "task_index": 0,
4
+ "task_name": "robot_manipulation",
5
+ "description": "Simple robot manipulation task"
6
+ }
7
+ ]