-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrtx.yaml
executable file
·58 lines (58 loc) · 1.01 KB
/
rtx.yaml
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
data_type: "mix"
lmdb_dir: "/group/40007/public_datasets/open-x-embodiment/lmdb_datasets/"
video_dir: "/group/40007/public_datasets/open-x-embodiment/video_datasets/"
rgb_shape: [224, 224]
skip_frame: 3
weighted: false
sub_data_configs: [
{
data_type: "oxe",
data_name: "fractal20220817_data",
weight: 150
},
{
data_type: "oxe",
data_name: "bridge",
weight: 50
},
{
data_type: "oxe",
data_name: "taco_play",
weight: 5
},
{
data_type: "oxe",
data_name: "jaco_play",
weight: 20
},
{
data_type: "oxe",
data_name: "berkeley_cable_routing",
weight: 20
},
{
data_type: "oxe",
data_name: "roboturk",
weight: 10
},
{
data_type: "oxe",
data_name: "nyu_door_opening_surprising_effectiveness",
weight: 5
},
{
data_type: "oxe",
data_name: "viola",
weight: 3
},
{
data_type: "oxe",
data_name: "berkeley_autolab_ur5",
weight: 5
},
{
data_type: "oxe",
data_name: "toto",
weight: 5
}
]