Skip to content

Fix hardcoded rlds_data_dir in pi05_full_droid_finetune config - #1036

Open
yurekami wants to merge 1 commit into
Physical-Intelligence:mainfrom
yurekami:fix/droid-rlds-data-dir-placeholder
Open

Fix hardcoded rlds_data_dir in pi05_full_droid_finetune config#1036
yurekami wants to merge 1 commit into
Physical-Intelligence:mainfrom
yurekami:fix/droid-rlds-data-dir-placeholder

Conversation

@yurekami

@yurekami yurekami commented Sep 4, 2026

Copy link
Copy Markdown

pi05_full_droid_finetune sets rlds_data_dir="/mnt/pi-data/kevin", a path that only exists on an internal machine, while the comment above it, the sibling pi0_fast_full_droid_finetune config, and the PolaRiS configs all use the <path_to_droid_rlds_dataset> placeholder. This switches the default to the same placeholder.

Repro on main: python -c "import openpi.training.config as c; print(c.get_config('pi05_full_droid_finetune').data.rlds_data_dir)" prints /mnt/pi-data/kevin.

Fixes #1022

🤖 Generated with Claude Code

https://claude.ai/code/session_011vZKTbRaDh8FuXSbVpQomD

`pi05_full_droid_finetune` shipped with `rlds_data_dir="/mnt/pi-data/kevin"`,
a path that only resolves on an internal machine, while the comment above it,
the sibling `pi0_fast_full_droid_finetune` config, and the PolaRiS configs all
use the placeholder `<path_to_droid_rlds_dataset>`. Use the same placeholder so
the shipped default is the documented one, and add a config test that guards
both full-DROID configs.

Fixes Physical-Intelligence#1022

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_011vZKTbRaDh8FuXSbVpQomD
@yurekami
yurekami requested a review from kvablack as a code owner September 4, 2026 06:22
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

Successfully merging this pull request may close these issues.

pi05_full_droid_finetune defaults rlds_data_dir to /mnt/pi-data/kevin

1 participant