Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

co_training data #28

Open
a510721 opened this issue Jan 18, 2024 · 2 comments
Open

co_training data #28

a510721 opened this issue Jan 18, 2024 · 2 comments

Comments

@a510721
Copy link

a510721 commented Jan 18, 2024

I have a question about co-training
looking at the constants.py, you can see the following dataset_dir aloha_compressed_dataset
is the aloha_compressed_dataset the same as the aloha_static_contraining _dataset for co_trainning?

it' too slow to train whole dataset(aloha_mobile_elevator_truncated+aloha_static_contraining _dataset)
how is it a good idea to organize the dataset?

"aloha_mobile_elevator_2 and aloha_mobile_elevator_button" there is no data. can you share the missing data?

'aloha_mobile_elevator_truncated_cotrain':{
    'dataset_dir': [
        DATA_DIR + '/aloha_mobile_elevator_truncated',
        DATA_DIR + '/aloha_mobile_elevator_2',
        DATA_DIR + '/aloha_mobile_elevator_button',
        DATA_DIR + '/aloha_compressed_dataset',
    ], # only the first dataset_dir is used for val
    'stats_dir': [
        DATA_DIR + '/aloha_mobile_elevator_truncated',
        DATA_DIR + '/aloha_mobile_elevator_2',
    ],
    'sample_weights': [3, 3, 2, 1],
    'train_ratio': 0.99, # ratio of train data from the first dataset_dir
    'episode_len': 2250,
    'camera_names': ['cam_high', 'cam_left_wrist', 'cam_right_wrist']
},
@lunalulu
Copy link

Why don't I see the code above about co training?

@huiwenzhang
Copy link

Why don't I see the code above about co training?

The code above is used for real-world dataset training, and the source code is hosted in https://github.com/MarkFzp/mobile-aloha/blob/main/aloha_scripts/constants.py. This repo only includes codes for training in simulation environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants