Skip to content

Commit

Permalink
add wine task to constants
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkFzp committed Nov 2, 2023
1 parent 9a325e6 commit ce40fff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions aloha_scripts/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
'num_episodes': None,
'episode_len': 1500,
'camera_names': ['cam_high', 'cam_left_wrist', 'cam_right_wrist']
},
'aloha_mobile_wipe_wine':{
'dataset_dir': DATA_DIR + '/aloha_mobile_wipe_wine',
'num_episodes': None,
'episode_len': 1300,
'camera_names': ['cam_high', 'cam_left_wrist', 'cam_right_wrist']
}
}

Expand Down

0 comments on commit ce40fff

Please sign in to comment.