File size: 663 Bytes
4cb4b0a
87f960a
 
4cb4b0a
5b2130a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3390e99
5b2130a
3390e99
 
5b2130a
 
 
 
 
4cb4b0a
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
---

language:
- en
license: mit
dataset_info:
  features:
  - name: past_images
    list: image
  - name: past_actions
    dtype:
      array2_d:
        shape:
        - 1
        - 7
        dtype: float32
  - name: future_actions
    dtype:
      array2_d:
        shape:
        - 4
        - 7
        dtype: float32
  - name: sample_idx
    dtype: int32
  - name: instruction
    dtype: string
  splits:
  - name: train
    num_bytes: 4791938161.96
    num_examples: 25684
  download_size: 93674424
  dataset_size: 4791938161.96
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---