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

Checkpoints #13

Open
fabian-embodied-ai opened this issue Dec 23, 2024 · 1 comment
Open

Checkpoints #13

fabian-embodied-ai opened this issue Dec 23, 2024 · 1 comment

Comments

@fabian-embodied-ai
Copy link

In the repository's documentation, there are many references to pretrained weights and checkpoints.

However, I can't find any checkpoints in the code or any links to a Hugging Face repo where they might be stored. Does such a thing exist, or should I try to create my own?

@zhouzypaul
Copy link
Contributor

Hi,

If you are referring to the the resume_path argument in the training script here: this is an extra functionality used to resume training from a checkpoint, and is not necessary if you want to train from scratch on BridgeData and/or SOAR data.

If you are referring to the checkpoint_path when deploying the policy on robots here: you should pass in the path to your trained checkpoint (which you can train from model_training/experiments/train.py). Currently we don't have model weights uploaded to Hugging Face yet. But let me know if you have a specific use case and we can release related checkpoints.

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

2 participants