Skip to content

Commit

Permalink
Merge branch 'main' of github.com:MarkFzp/mobile-aloha into main
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkFzp committed Nov 21, 2023
2 parents b703b1e + d3c73a7 commit 3f753b3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions aloha_scripts/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,18 @@
'episode_len': 1300,
'camera_names': ['cam_high', 'cam_left_wrist', 'cam_right_wrist']
},
'aloha_mobile_wipe_wine_new':{
'dataset_dir': DATA_DIR + '/aloha_mobile_wipe_wine_new',
'num_episodes': 50,
'episode_len': 1300,
'camera_names': ['cam_high', 'cam_left_wrist', 'cam_right_wrist']
},
'aloha_mobile_wipe_wine_new_30':{
'dataset_dir': DATA_DIR + '/aloha_mobile_wipe_wine_new_30',
'num_episodes': 50,
'episode_len': 1300,
'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,
Expand Down

0 comments on commit 3f753b3

Please sign in to comment.