[go: up one dir, main page]

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

Fix WandB dataset tag in the case of multiple dataset_repo_id #331

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

marinabar
Copy link
Contributor
@marinabar marinabar commented Jul 18, 2024

What this does

Update dataset tag to : 'first dataset name...' when dataset_repo_id is a list.

A WandB tag needs to be str and no more than 64 characters long.
Otherwise, an error was thrown : wandb.errors.CommError: invalid tag 'dataset:['m1b/koch_pick_red_lego_new_camera', 'm1b/koch_pick_red_lego_green_box']'. must be between 1 and 64 characters (Error 400: Bad Request)

How this was tested

python lerobot/scripts/train.py \
 hydra.job.name=test_wandb_tag \
 policy=act \
 dataset_repo_id='[lerobot/aloha_sim_transfer_cube_human,lerobot/aloha_sim_insertion_human]' \
 env=aloha \
 training.offline_steps=10 \
 wandb.enable=true

@marinabar marinabar added the 🐛 Bug Something isn't working label Jul 18, 2024
@marinabar marinabar self-assigned this Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant