liruiw commited on
Commit
ca19244
1 Parent(s): 5fbc300

Upload 3 files

Browse files
Files changed (3) hide show
  1. config.yaml +22 -20
  2. model.pth +2 -2
  3. trunk.pth +2 -2
config.yaml CHANGED
@@ -1,5 +1,5 @@
1
  seed: 0
2
- output_dir: output/03_05_2024_10_13_45_323746
3
  domains: austin_sailor_dataset_converted_externally_to_rlds, stanford_hydra_dataset_converted_externally_to_rlds,
4
  austin_buds_dataset_converted_externally_to_rlds, austin_sirius_dataset_converted_externally_to_rlds,
5
  berkeley_mvp_converted_externally_to_rlds, berkeley_rpt_converted_externally_to_rlds,
@@ -13,15 +13,17 @@ domains: austin_sailor_dataset_converted_externally_to_rlds, stanford_hydra_data
13
  droid, uiuc_d3field, robo_set, qut_dexterous_manpulation, nyu_door_opening_surprising_effectiveness,
14
  nyu_franka_play_dataset_converted_externally_to_rlds, mimic_play, maniskill_dataset_converted_externally_to_rlds,
15
  columbia_cairlab_pusht_real, conq_hose_manipulation, dlr_edan_shared_control_converted_externally_to_rlds,
16
- berkeley_gnm_sac_son, berkeley_autolab_ur5, aloha_mobile, agent_aware_affordances
17
- log_dir: output/03_05_2024_10_13_45_323746
 
 
18
  debug_distributed: false
19
  wb_tag: default
20
- wb_cont_run: yel8colx
21
  log_interval: 10
22
- script_name: run_resnet_30dataset_traj100000_embed1024_batch2048_800k
23
  save_wb_checkpoint: true
24
- slurm_job_id: '27051970'
25
  effective_total_epochs: 100
26
  effective_batch_size: 256
27
  epoch_size: 10
@@ -30,17 +32,17 @@ total_num_sample: 0
30
  rank: 0
31
  gpu: 0
32
  task_per_gpu: 1
33
- world_size: 64
34
  debug_submitit: false
35
  ngpus: 8
36
- nodes: 8
37
  timeout: 4320
38
  job_dir: logs/
39
  partition: learnlab
40
  use_volta32: true
41
  comment: ''
42
  resume: logs/
43
- dist_url: file:///checkpoint/xinleic/experiments/0171e314ce394a9d944eefc802a1747c_init
44
  dist_on_itp: false
45
  local_rank: 1
46
  distributed: true
@@ -81,7 +83,7 @@ dataset:
81
  continue_generate: false
82
  network:
83
  _target_: hpt_pretrain.models.policy.Policy
84
- embed_dim: 1024
85
  num_blocks: 16
86
  num_heads: 8
87
  use_modality_embedding: true
@@ -96,7 +98,7 @@ stem:
96
  modalities:
97
  - image
98
  - state
99
- modality_embed_dim: 1024
100
  normalize_state: ${dataset.normalize_state}
101
  state_embedding_dim: 1
102
  image_encoder: ${dataset.image_encoder}
@@ -113,27 +115,27 @@ stem:
113
  image:
114
  _target_: hpt_pretrain.models.policy_stem.MLP
115
  input_dim: 512
116
- output_dim: 1024
117
  widths:
118
  - 128
119
  num_of_copy: 1
120
  state:
121
  _target_: hpt_pretrain.models.policy_stem.MLP
122
- input_dim: 8
123
- output_dim: 1024
124
  widths:
125
  - 128
126
  head:
127
  _target_: hpt_pretrain.models.policy_head.MLP
128
- input_dim: 1024
129
  tanh_end: true
130
- output_dim: 48
131
  dropout: true
132
  widths:
133
  - 256
134
  - 128
135
  dataloader:
136
- batch_size: 32
137
  num_workers: 1
138
  pin_memory: false
139
  persistent_workers: false
@@ -166,15 +168,15 @@ warmup_lr:
166
  step: 1000
167
  train:
168
  total_epochs: 30000
169
- total_iters: 80000
170
  epoch_iters: 1000
171
  validation_iters: 100
172
  use_accumulation: false
173
- pretrained_dir: ''
174
  max_validation_size: 10
175
  load_pretrain_trunk_only: false
176
  freeze_trunk: false
177
  lr_scheduler:
178
  _target_: torch.optim.lr_scheduler.CosineAnnealingLR
179
- T_max: 80000
180
  eta_min: 1.0e-06
 
1
  seed: 0
2
+ output_dir: output/08_05_2024_21_50_12_1563562
3
  domains: austin_sailor_dataset_converted_externally_to_rlds, stanford_hydra_dataset_converted_externally_to_rlds,
4
  austin_buds_dataset_converted_externally_to_rlds, austin_sirius_dataset_converted_externally_to_rlds,
5
  berkeley_mvp_converted_externally_to_rlds, berkeley_rpt_converted_externally_to_rlds,
 
13
  droid, uiuc_d3field, robo_set, qut_dexterous_manpulation, nyu_door_opening_surprising_effectiveness,
14
  nyu_franka_play_dataset_converted_externally_to_rlds, mimic_play, maniskill_dataset_converted_externally_to_rlds,
15
  columbia_cairlab_pusht_real, conq_hose_manipulation, dlr_edan_shared_control_converted_externally_to_rlds,
16
+ berkeley_gnm_sac_son, berkeley_autolab_ur5, aloha_mobile, agent_aware_affordances,
17
+ human_image_hammer, human_image_spatula, epic_kitchen, drake_tooluse_image, pybullet_grasping_image,
18
+ mujoco_metaworld, mujoco_robomimic, isaac_arnold_image
19
+ log_dir: output/08_05_2024_21_50_12_1563562
20
  debug_distributed: false
21
  wb_tag: default
22
+ wb_cont_run: 13h28mb6
23
  log_interval: 10
24
+ script_name: run_resnet_30dataset_traj100000_embed_512_batch2048_800k_simhuman
25
  save_wb_checkpoint: true
26
+ slurm_job_id: '27327006'
27
  effective_total_epochs: 100
28
  effective_batch_size: 256
29
  epoch_size: 10
 
32
  rank: 0
33
  gpu: 0
34
  task_per_gpu: 1
35
+ world_size: 32
36
  debug_submitit: false
37
  ngpus: 8
38
+ nodes: 4
39
  timeout: 4320
40
  job_dir: logs/
41
  partition: learnlab
42
  use_volta32: true
43
  comment: ''
44
  resume: logs/
45
+ dist_url: file:///checkpoint/xinleic/experiments/7b45bdd38afd4f85b05d324035d032b0_init
46
  dist_on_itp: false
47
  local_rank: 1
48
  distributed: true
 
83
  continue_generate: false
84
  network:
85
  _target_: hpt_pretrain.models.policy.Policy
86
+ embed_dim: 512
87
  num_blocks: 16
88
  num_heads: 8
89
  use_modality_embedding: true
 
98
  modalities:
99
  - image
100
  - state
101
+ modality_embed_dim: 512
102
  normalize_state: ${dataset.normalize_state}
103
  state_embedding_dim: 1
104
  image_encoder: ${dataset.image_encoder}
 
115
  image:
116
  _target_: hpt_pretrain.models.policy_stem.MLP
117
  input_dim: 512
118
+ output_dim: 512
119
  widths:
120
  - 128
121
  num_of_copy: 1
122
  state:
123
  _target_: hpt_pretrain.models.policy_stem.MLP
124
+ input_dim: 4
125
+ output_dim: 512
126
  widths:
127
  - 128
128
  head:
129
  _target_: hpt_pretrain.models.policy_head.MLP
130
+ input_dim: 512
131
  tanh_end: true
132
+ output_dim: 56
133
  dropout: true
134
  widths:
135
  - 256
136
  - 128
137
  dataloader:
138
+ batch_size: 64
139
  num_workers: 1
140
  pin_memory: false
141
  persistent_workers: false
 
168
  step: 1000
169
  train:
170
  total_epochs: 30000
171
+ total_iters: 800000
172
  epoch_iters: 1000
173
  validation_iters: 100
174
  use_accumulation: false
175
+ pretrained_dir: '08_05_2024_21_50_12_1563562'
176
  max_validation_size: 10
177
  load_pretrain_trunk_only: false
178
  freeze_trunk: false
179
  lr_scheduler:
180
  _target_: torch.optim.lr_scheduler.CosineAnnealingLR
181
+ T_max: 800000
182
  eta_min: 1.0e-06
model.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f1ff5ed46b9c235ec2ae547a124474334c7e5e86626ac199da06d866e8c99cad
3
- size 1624182299
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0fab4ed6b34aec993b03752e461c5ef6f32d2107de50fcda6dc718c11b5f0d1
3
+ size 699884363
trunk.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:14d82dcf8287f1a2ad49480cfcdf01d190feff14a290e5e2292d909f7484580d
3
- size 806354858
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1e96450b017ffca43e2acd7aba7d9744087b14065ca4e1752f5cd19f29dd30e
3
+ size 201883562