Skip to content

Commit

Permalink
add aloha_mobile_wipe_wine_cotrain
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkFzp committed Nov 27, 2023
1 parent 0a46487 commit ddbd493
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion aloha_scripts/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,27 @@
'dataset_dir': DATA_DIR + '/aloha_mobile_wipe_wine',
'num_episodes': 50,
'episode_len': 1300,
'train_ratio': 0.9,
'camera_names': ['cam_high', 'cam_left_wrist', 'cam_right_wrist']
},
'aloha_mobile_wipe_wine_cotrain':{
'dataset_dir': [
DATA_DIR + '/aloha_mobile_wipe_wine',
DATA_DIR + '/aloha_compressed_dataset',
], # only the first dataset_dir is used for val
'stats_dir': [
DATA_DIR + '/aloha_mobile_wipe_wine',
],
'sample_weights': [5, 5],
'train_ratio': 0.9, # ratio of train data from the first dataset_dir
'episode_len': 1100,
'camera_names': ['cam_high', 'cam_left_wrist', 'cam_right_wrist']
},
'aloha_mobile_wash_pan':{
'dataset_dir': DATA_DIR + '/aloha_mobile_wash_pan',
'num_episodes': 50,
'episode_len': 1100,
'train_ratio': 0.9,
'camera_names': ['cam_high', 'cam_left_wrist', 'cam_right_wrist']
},
'aloha_mobile_wash_pan_cotrain':{
Expand All @@ -60,7 +75,7 @@
'stats_dir': [
DATA_DIR + '/aloha_mobile_wash_pan',
],
'sample_weights': [100, 100],
'sample_weights': [5, 5],
'train_ratio': 0.9, # ratio of train data from the first dataset_dir
'episode_len': 1100,
'camera_names': ['cam_high', 'cam_left_wrist', 'cam_right_wrist']
Expand Down

0 comments on commit ddbd493

Please sign in to comment.