HongzeFu commited on
Commit
896c74a
·
verified ·
1 Parent(s): 9484067

Upload folder using huggingface_hub

Browse files
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de38c1f89df226b9cb6ac8680afea040ed03b667f212877098828891cac6c58c
3
+ size 12143573
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["1"], "length": 342}
meta/episodes_stats.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
meta/info.json ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "panda",
4
+ "total_episodes": 1,
5
+ "total_frames": 342,
6
+ "total_tasks": 1,
7
+ "total_videos": 0,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:1"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
+ "features": {
17
+ "image": {
18
+ "dtype": "uint8",
19
+ "shape": [
20
+ 128,
21
+ 128,
22
+ 3
23
+ ],
24
+ "names": [
25
+ "height",
26
+ "width",
27
+ "channel"
28
+ ]
29
+ },
30
+ "robot_base_pos": {
31
+ "dtype": "float32",
32
+ "shape": [
33
+ 1,
34
+ 3
35
+ ],
36
+ "names": [
37
+ "state"
38
+ ]
39
+ },
40
+ "robot_base_quat": {
41
+ "dtype": "float32",
42
+ "shape": [
43
+ 1,
44
+ 4
45
+ ],
46
+ "names": [
47
+ "actions"
48
+ ]
49
+ },
50
+ "robot_qpos": {
51
+ "dtype": "float32",
52
+ "shape": [
53
+ 1,
54
+ 9
55
+ ],
56
+ "names": [
57
+ "actions"
58
+ ]
59
+ },
60
+ "timestamp": {
61
+ "dtype": "float32",
62
+ "shape": [
63
+ 1
64
+ ],
65
+ "names": null
66
+ },
67
+ "frame_index": {
68
+ "dtype": "int64",
69
+ "shape": [
70
+ 1
71
+ ],
72
+ "names": null
73
+ },
74
+ "episode_index": {
75
+ "dtype": "int64",
76
+ "shape": [
77
+ 1
78
+ ],
79
+ "names": null
80
+ },
81
+ "index": {
82
+ "dtype": "int64",
83
+ "shape": [
84
+ 1
85
+ ],
86
+ "names": null
87
+ },
88
+ "task_index": {
89
+ "dtype": "int64",
90
+ "shape": [
91
+ 1
92
+ ],
93
+ "names": null
94
+ }
95
+ }
96
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "1"}