Skip to content

Commit

Permalink
init mobile-aloha laptop
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkFzp committed Oct 21, 2023
1 parent 2660283 commit 85da580
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions aloha_scripts/constants.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
### Task parameters

DATA_DIR = '/home/zfu/interbotix_ws/src/aloha/aloha_scripts/data'
DATA_DIR = '~/interbotix_ws/src/aloha/aloha_scripts/data'
TASK_CONFIGS = {
'aloha_wear_shoe':{
'dataset_dir': DATA_DIR + '/aloha_wear_shoe',
'num_episodes': 50,
'episode_len': 1000,
'camera_names': ['cam_high', 'cam_low', 'cam_left_wrist', 'cam_right_wrist']
},
'aloha_mobile':{
'dataset_dir': DATA_DIR + '/aloha_mobile',
'aloha_mobile_grasp_pen':{
'dataset_dir': DATA_DIR + '/aloha_mobile_grasp_pen',
'num_episodes': 50,
'episode_len': 1000,
'episode_len': 500,
'camera_names': ['cam_high', 'cam_left_wrist', 'cam_right_wrist']
},
}
Expand Down

0 comments on commit 85da580

Please sign in to comment.