File size: 2,142 Bytes
cd1462c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69eb0aa
cd1462c
69eb0aa
 
cd1462c
 
 
 
 
 
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
---
dataset_info:
  features:
  - name: task_id
    dtype: string
  - name: task_description
    dtype: string
  - name: task_reviews
    list:
    - name: approved
      dtype: bool
    - name: correction
      dtype: 'null'
    - name: correction_schema
      dtype: 'null'
    - name: created
      dtype: float64
    - name: id
      dtype: string
    - name: parent_id
      dtype: 'null'
    - name: reason
      dtype: string
    - name: resource_id
      dtype: string
    - name: resource_type
      dtype: string
    - name: reviewer
      dtype: string
    - name: reviewer_type
      dtype: string
    - name: updated
      dtype: float64
    - name: with_resources
      dtype: 'null'
  - name: state_coordinates
    sequence: int64
  - name: action
    dtype: string
  - name: tool
    dtype: string
  - name: prompt
    dtype: 'null'
  - name: result
    dtype: 'null'
  - name: end_state_coordinates
    sequence: int64
  - name: namespace
    dtype: string
  - name: metadata
    dtype: 'null'
  - name: model
    dtype: 'null'
  - name: agent_id
    dtype: 'null'
  - name: reviews
    list:
    - name: approved
      dtype: bool
    - name: correction
      dtype: 'null'
    - name: correction_schema
      dtype: 'null'
    - name: created
      dtype: float64
    - name: id
      dtype: string
    - name: parent_id
      dtype: 'null'
    - name: reason
      dtype: string
    - name: resource_id
      dtype: string
    - name: resource_type
      dtype: string
    - name: reviewer
      dtype: string
    - name: reviewer_type
      dtype: string
    - name: updated
      dtype: float64
    - name: with_resources
      sequence: 'null'
  - name: action_opts
    sequence: 'null'
  - name: episode_id
    dtype: string
  - name: state_image_0
    dtype: image
  - name: state_image_1
    dtype: image
  - name: end_state_image_0
    dtype: image
  - name: end_state_image_1
    dtype: image
  splits:
  - name: train
    num_bytes: 749717890.0
    num_examples: 1386
  download_size: 724293576
  dataset_size: 749717890.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---