Datasets:

Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
aliberts HF staff commited on
Commit
2f73078
1 Parent(s): 7243003

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +50 -1
README.md CHANGED
@@ -4,5 +4,54 @@ task_categories:
4
  tags:
5
  - LeRobot
6
  ---
7
- This dataset was created using [🤗 LeRobot](https://github.com/huggingface/lerobot).
8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/chunk-{episode_chunk:03d}/train-{episode_index:05d}-of-{total_episodes:05d}.parquet",
14
+ "robot_type": "unknown",
15
+ "total_episodes": 800,
16
+ "total_frames": 20000,
17
+ "total_tasks": 1,
18
+ "total_videos": 0,
19
+ "total_chunks": 1,
20
+ "chunks_size": 1000,
21
+ "fps": 15,
22
+ "splits": {
23
+ "train": "0:800"
24
+ },
25
+ "keys": [
26
+ "observation.state",
27
+ "action"
28
+ ],
29
+ "video_keys": [],
30
+ "image_keys": [
31
+ "observation.image"
32
+ ],
33
+ "shapes": {
34
+ "observation.state": 4,
35
+ "action": 3,
36
+ "observation.image": {
37
+ "width": 84,
38
+ "height": 84,
39
+ "channels": 3
40
+ }
41
+ },
42
+ "names": {
43
+ "observation.state": [
44
+ "motor_0",
45
+ "motor_1",
46
+ "motor_2",
47
+ "motor_3"
48
+ ],
49
+ "action": [
50
+ "motor_0",
51
+ "motor_1",
52
+ "motor_2"
53
+ ]
54
+ },
55
+ "videos": null
56
+ }
57
+ ```