Skip to content

Commit

Permalink
support wheel odom
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkFzp committed Nov 21, 2023
1 parent ca4f4c7 commit b703b1e
Show file tree
Hide file tree
Showing 8 changed files with 825 additions and 13 deletions.
12 changes: 12 additions & 0 deletions aloha_scripts/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,18 @@
'episode_len': 1200,
'camera_names': ['cam_high', 'cam_left_wrist', 'cam_right_wrist']
},
'aloha_mobile_dummy':{
'dataset_dir': DATA_DIR + '/aloha_mobile_dummy',
'num_episodes': 50,
'episode_len': 1000,
'camera_names': ['cam_high', 'cam_left_wrist', 'cam_right_wrist']
},
'aloha_mobile_fork':{
'dataset_dir': DATA_DIR + '/aloha_mobile_fork',
'num_episodes': 50,
'episode_len': 400,
'camera_names': ['cam_high', 'cam_left_wrist', 'cam_right_wrist']
}
}

### ALOHA fixed constants
Expand Down
Loading

0 comments on commit b703b1e

Please sign in to comment.