Skip to content

Commit

Permalink
re-add aloha_mobile_shrimp_truncated_cotrain
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkFzp committed Dec 23, 2023
1 parent 91f4da7 commit 1be7cba
Showing 1 changed file with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions aloha_scripts/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,20 +202,33 @@
'episode_len': 3750,
'camera_names': ['cam_high', 'cam_left_wrist', 'cam_right_wrist']
},
'aloha_mobile_shrimp_2_cotrain':{
'aloha_mobile_shrimp_truncated_cotrain':{
'dataset_dir': [
DATA_DIR + '/aloha_mobile_shrimp_2',
DATA_DIR + '/aloha_mobile_shrimp_before_spatula_down', # 2200
DATA_DIR + '/aloha_mobile_shrimp_truncated',
DATA_DIR + '/aloha_compressed_dataset',
], # only the first dataset_dir is used for val
'stats_dir': [
DATA_DIR + '/aloha_mobile_shrimp_2',
DATA_DIR + '/aloha_mobile_shrimp_truncated',
],
'sample_weights': [5, 3, 2],
'sample_weights': [5, 5],
'train_ratio': 0.99, # ratio of train data from the first dataset_dir
'episode_len': 4500,
'episode_len': 3750,
'camera_names': ['cam_high', 'cam_left_wrist', 'cam_right_wrist']
},
# 'aloha_mobile_shrimp_2_cotrain':{
# 'dataset_dir': [
# DATA_DIR + '/aloha_mobile_shrimp_2',
# DATA_DIR + '/aloha_mobile_shrimp_before_spatula_down', # 2200
# DATA_DIR + '/aloha_compressed_dataset',
# ], # only the first dataset_dir is used for val
# 'stats_dir': [
# DATA_DIR + '/aloha_mobile_shrimp_2',
# ],
# 'sample_weights': [5, 3, 2],
# 'train_ratio': 0.99, # ratio of train data from the first dataset_dir
# 'episode_len': 4500,
# 'camera_names': ['cam_high', 'cam_left_wrist', 'cam_right_wrist']
# },
}

### ALOHA fixed constants
Expand Down

0 comments on commit 1be7cba

Please sign in to comment.