g0kul6 commited on
Commit
1e88348
·
verified ·
1 Parent(s): 6626acc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +136 -0
README.md ADDED
@@ -0,0 +1,136 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - libero
8
+ - panda
9
+ - rlds
10
+ - bowl_cabinet
11
+ configs:
12
+ - config_name: default
13
+ data_files: data/*/*.parquet
14
+ ---
15
+
16
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
17
+
18
+ ## Dataset Description
19
+
20
+
21
+
22
+ - **Homepage:** [More Information Needed]
23
+ - **Paper:** [More Information Needed]
24
+ - **License:** apache-2.0
25
+
26
+ ## Dataset Structure
27
+
28
+ [meta/info.json](meta/info.json):
29
+ ```json
30
+ {
31
+ "codebase_version": "v2.1",
32
+ "robot_type": "panda",
33
+ "total_episodes": 5,
34
+ "total_frames": 1204,
35
+ "total_tasks": 1,
36
+ "total_videos": 0,
37
+ "total_chunks": 1,
38
+ "chunks_size": 1000,
39
+ "fps": 10,
40
+ "splits": {
41
+ "train": "0:5"
42
+ },
43
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
44
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
45
+ "features": {
46
+ "image": {
47
+ "dtype": "image",
48
+ "shape": [
49
+ 256,
50
+ 256,
51
+ 3
52
+ ],
53
+ "names": [
54
+ "height",
55
+ "width",
56
+ "channel"
57
+ ]
58
+ },
59
+ "wrist_image": {
60
+ "dtype": "image",
61
+ "shape": [
62
+ 256,
63
+ 256,
64
+ 3
65
+ ],
66
+ "names": [
67
+ "height",
68
+ "width",
69
+ "channel"
70
+ ]
71
+ },
72
+ "state": {
73
+ "dtype": "float32",
74
+ "shape": [
75
+ 8
76
+ ],
77
+ "names": [
78
+ "state"
79
+ ]
80
+ },
81
+ "actions": {
82
+ "dtype": "float32",
83
+ "shape": [
84
+ 7
85
+ ],
86
+ "names": [
87
+ "actions"
88
+ ]
89
+ },
90
+ "timestamp": {
91
+ "dtype": "float32",
92
+ "shape": [
93
+ 1
94
+ ],
95
+ "names": null
96
+ },
97
+ "frame_index": {
98
+ "dtype": "int64",
99
+ "shape": [
100
+ 1
101
+ ],
102
+ "names": null
103
+ },
104
+ "episode_index": {
105
+ "dtype": "int64",
106
+ "shape": [
107
+ 1
108
+ ],
109
+ "names": null
110
+ },
111
+ "index": {
112
+ "dtype": "int64",
113
+ "shape": [
114
+ 1
115
+ ],
116
+ "names": null
117
+ },
118
+ "task_index": {
119
+ "dtype": "int64",
120
+ "shape": [
121
+ 1
122
+ ],
123
+ "names": null
124
+ }
125
+ }
126
+ }
127
+ ```
128
+
129
+
130
+ ## Citation
131
+
132
+ **BibTeX:**
133
+
134
+ ```bibtex
135
+ [More Information Needed]
136
+ ```