aliberts HF staff commited on
Commit
f13e5a0
1 Parent(s): ee95a2f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - robotics
4
+ tags:
5
+ - LeRobot
6
+ ---
7
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
8
+
9
+ [meta/info.json](meta/info.json)
10
+ ```json
11
+ {
12
+ "codebase_version": "v2.0",
13
+ "data_path": "data/train-{episode_index:05d}-of-{total_episodes:05d}.parquet",
14
+ "robot_type": "unknown",
15
+ "total_episodes": 206,
16
+ "total_tasks": 1,
17
+ "fps": 10,
18
+ "splits": {
19
+ "train": "0:206"
20
+ },
21
+ "keys": [
22
+ "observation.state",
23
+ "action"
24
+ ],
25
+ "video_keys": [],
26
+ "image_keys": [
27
+ "observation.image"
28
+ ],
29
+ "shapes": {
30
+ "observation.state": 2,
31
+ "action": 2,
32
+ "observation.image": {
33
+ "width": 96,
34
+ "height": 96,
35
+ "channels": 3
36
+ }
37
+ },
38
+ "names": {
39
+ "observation.state": [
40
+ "motor_0",
41
+ "motor_1"
42
+ ],
43
+ "action": [
44
+ "motor_0",
45
+ "motor_1"
46
+ ]
47
+ },
48
+ "videos": null
49
+ }
50
+ ```