Skip to content

Commit

Permalink
add aloha_mobile_wipe_wine_2
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkFzp committed Dec 18, 2023
1 parent 31f2559 commit 91f4da7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions aloha_scripts/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,25 @@
'episode_len': 1300,
'camera_names': ['cam_high', 'cam_left_wrist', 'cam_right_wrist']
},
'aloha_mobile_wipe_wine_2':{
'dataset_dir': DATA_DIR + '/aloha_mobile_wipe_wine_2',
'episode_len': 1300,
'train_ratio': 0.9, # ratio of train data from the first dataset_dir
'camera_names': ['cam_high', 'cam_left_wrist', 'cam_right_wrist']
},
'aloha_mobile_wipe_wine_2_cotrain':{
'dataset_dir': [
DATA_DIR + '/aloha_mobile_wipe_wine_2',
DATA_DIR + '/aloha_compressed_dataset',
], # only the first dataset_dir is used for val
'stats_dir': [
DATA_DIR + '/aloha_mobile_wipe_wine_2',
],
'sample_weights': [5, 5],
'train_ratio': 0.9, # ratio of train data from the first dataset_dir
'episode_len': 1300,
'camera_names': ['cam_high', 'cam_left_wrist', 'cam_right_wrist']
},

# cabinet
'aloha_mobile_cabinet':{
Expand Down

0 comments on commit 91f4da7

Please sign in to comment.