Kouch commited on
Commit
9d9a7d8
·
verified ·
1 Parent(s): f06b683

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +123 -0
README.md ADDED
@@ -0,0 +1,123 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ configs:
8
+ - config_name: default
9
+ data_files: data/*/*.parquet
10
+ ---
11
+
12
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
+
14
+
15
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=Kouch/SO101-IsaacSim-Test-V2">
16
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
17
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
18
+ </a>
19
+
20
+
21
+ ## Dataset Description
22
+
23
+
24
+
25
+ - **Homepage:** [More Information Needed]
26
+ - **Paper:** [More Information Needed]
27
+ - **License:** apache-2.0
28
+
29
+ ## Dataset Structure
30
+
31
+ [meta/info.json](meta/info.json):
32
+ ```json
33
+ {
34
+ "codebase_version": "v3.0",
35
+ "fps": 30,
36
+ "features": {
37
+ "observation.state": {
38
+ "dtype": "float32",
39
+ "shape": [
40
+ 6
41
+ ],
42
+ "names": [
43
+ "shoulder_pan",
44
+ "shoulder_lift",
45
+ "elbow_flex",
46
+ "wrist_flex",
47
+ "wrist_roll",
48
+ "gripper"
49
+ ]
50
+ },
51
+ "action": {
52
+ "dtype": "float32",
53
+ "shape": [
54
+ 6
55
+ ],
56
+ "names": [
57
+ "shoulder_pan",
58
+ "shoulder_lift",
59
+ "elbow_flex",
60
+ "wrist_flex",
61
+ "wrist_roll",
62
+ "gripper"
63
+ ]
64
+ },
65
+ "timestamp": {
66
+ "dtype": "float32",
67
+ "shape": [
68
+ 1
69
+ ],
70
+ "names": null
71
+ },
72
+ "frame_index": {
73
+ "dtype": "int64",
74
+ "shape": [
75
+ 1
76
+ ],
77
+ "names": null
78
+ },
79
+ "episode_index": {
80
+ "dtype": "int64",
81
+ "shape": [
82
+ 1
83
+ ],
84
+ "names": null
85
+ },
86
+ "index": {
87
+ "dtype": "int64",
88
+ "shape": [
89
+ 1
90
+ ],
91
+ "names": null
92
+ },
93
+ "task_index": {
94
+ "dtype": "int64",
95
+ "shape": [
96
+ 1
97
+ ],
98
+ "names": null
99
+ }
100
+ },
101
+ "total_episodes": 1,
102
+ "total_frames": 270,
103
+ "total_tasks": 1,
104
+ "chunks_size": 1000,
105
+ "data_files_size_in_mb": 100,
106
+ "video_files_size_in_mb": 200,
107
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
108
+ "video_path": null,
109
+ "robot_type": "so101",
110
+ "splits": {
111
+ "train": "0:1"
112
+ }
113
+ }
114
+ ```
115
+
116
+
117
+ ## Citation
118
+
119
+ **BibTeX:**
120
+
121
+ ```bibtex
122
+ [More Information Needed]
123
+ ```