-
Notifications
You must be signed in to change notification settings - Fork 746
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
Recording policies with --root
argument set fails if you've recorded a policy before
#534
Comments
I'm a bit confused by lines around the codebase doing Path(root) if root is not None else LEROBOT_HOME / repo_id Does this imply that Path(root) if root is not None else LEROBOT_HOME Without the |
--root
directory is not allowed to exit--root
argument set fails if you've recorded a policy before
Hi there, root = Path("data") / repo_id Now in v2, That being said, we removed references to the |
I'm closing this since this is intended behavior but don't hesitate to re-open if you still think there's a problem ;) |
Awesome, thanks for the clarification! |
System Info
Information
Reproduction
Run
control_robot.py record --root "data"
and it will fail if thedata
directory already exists.Expected behavior
It should be okay to have many datasets under your root directory.
In the above example, only
dataset_name
should be forced to be unique.The text was updated successfully, but these errors were encountered: