File size: 1,015 Bytes
b8a39bf
8bd6336
 
 
 
 
 
 
f4752e9
5d399ca
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f4752e9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Dataset for LeRobot KochArm with 50 episodes of picking up a sugar can and adding sugar into a coffee cup.


![image/png](https://cdn-uploads.huggingface.co/production/uploads/66d73044e1aee6b7142bd8f1/A0rUuQ0u1LKJUE8XtIoZ2.png)


![image/png](https://cdn-uploads.huggingface.co/production/uploads/66d73044e1aee6b7142bd8f1/hGo6pr2r8Jmvk877PSlq9.png)

```
dataset_info:
  features:
  - name: observation.state
    sequence: float32
    length: 6
  - name: action
    sequence: float32
    length: 6
  - name: observation.images.laptop
    dtype: video_frame
  - name: observation.images.webcam
    dtype: video_frame
  - name: episode_index
    dtype: int64
  - name: frame_index
    dtype: int64
  - name: timestamp
    dtype: float32
  - name: next.done
    dtype: bool
  - name: index
    dtype: int64
  splits:
  - name: train
    num_bytes: 5841610
    num_examples: 30092
  download_size: 1562635
  dataset_size: 5841610
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
```