You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: