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

wandb errors when training #6

Open
jasontt0 opened this issue Aug 23, 2024 · 2 comments
Open

wandb errors when training #6

jasontt0 opened this issue Aug 23, 2024 · 2 comments

Comments

@jasontt0
Copy link

jasontt0 commented Aug 23, 2024

when I try to run python train_dribbling.py ,
it reports an error: wandb.errors.CommError: Could not find run <Run improbableailab/dribbling/j34kr9ds (not found)>

I'm not sure what do the paths in the following codes mean?
RunnerArgs.resume_path = "improbableailab/dribbling/j34kr9ds"
RunnerArgs.resume_checkpoint = 'tmp/legged_data/ac_weights_last.pt'
I've tried to modified it but it still reports an error

@Taichunyiwu
Copy link

Hello, have you solved it yet?

@YandongJi
Copy link
Collaborator

Hi, you can set line 20 in train_dribbling.py RunnerArgs.resume=False to avoid using this pre-trained weight

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