first commit
Browse files- .gitignore +1 -0
- README.md +2 -0
- exp_cfg.yaml +39 -0
- model_17.pth +3 -0
- mvt_cfg.yaml +26 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
eval
|
README.md
CHANGED
@@ -1,3 +1,5 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
+
|
5 |
+
Model chekckpoint for RACER trained with rich instructions.
|
exp_cfg.yaml
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
agent: our
|
2 |
+
bs: 12
|
3 |
+
epochs: 18
|
4 |
+
exp_id: racer
|
5 |
+
finetuning: true
|
6 |
+
image_size: 256
|
7 |
+
num_workers: 6
|
8 |
+
peract:
|
9 |
+
add_rgc_loss: true
|
10 |
+
lambda_weight_l2: 1.0e-06
|
11 |
+
lr: 0.0005
|
12 |
+
lr_cos_dec: true
|
13 |
+
num_rotation_classes: 72
|
14 |
+
optimizer_type: lamb
|
15 |
+
transform_augmentation: true
|
16 |
+
transform_augmentation_rpy:
|
17 |
+
- 0.0
|
18 |
+
- 0.0
|
19 |
+
- 45.0
|
20 |
+
transform_augmentation_xyz:
|
21 |
+
- 0.125
|
22 |
+
- 0.125
|
23 |
+
- 0.125
|
24 |
+
warmup_proportion: 0.08
|
25 |
+
warmup_steps: 3761
|
26 |
+
peract_official:
|
27 |
+
cfg_path: configs/peract_official_config.yaml
|
28 |
+
rvt:
|
29 |
+
gt_hm_sigma: 1.5
|
30 |
+
img_aug: 0.1
|
31 |
+
move_pc_in_bound: true
|
32 |
+
place_with_mean: false
|
33 |
+
|
34 |
+
lang_model_name: t5-11b
|
35 |
+
lang_level: rich
|
36 |
+
image_size: 256
|
37 |
+
sample_distribution_mode: task_uniform
|
38 |
+
tasks: all
|
39 |
+
|
model_17.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73687bb41342b724d6fff8bb8776a0419155aaa6113e455907786e50c69b33f2
|
3 |
+
size 147540672
|
mvt_cfg.yaml
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
activation: lrelu
|
2 |
+
add_corr: true
|
3 |
+
add_depth: true
|
4 |
+
add_lang: true
|
5 |
+
add_pixel_loc: true
|
6 |
+
add_proprio: true
|
7 |
+
attn_dim: 512
|
8 |
+
attn_dim_head: 64
|
9 |
+
attn_dropout: 0.1
|
10 |
+
attn_heads: 8
|
11 |
+
decoder_dropout: 0.0
|
12 |
+
depth: 8
|
13 |
+
feat_dim: 220
|
14 |
+
final_dim: 64
|
15 |
+
im_channels: 64
|
16 |
+
img_feat_dim: 3
|
17 |
+
img_patch_size: 11
|
18 |
+
img_size: 220
|
19 |
+
lang_dim: 512
|
20 |
+
lang_len: 77
|
21 |
+
pe_fix: true
|
22 |
+
proprio_dim: 3
|
23 |
+
self_cross_ver: 1
|
24 |
+
use_dropout: true
|
25 |
+
weight_tie_layers: false
|
26 |
+
|