-
Notifications
You must be signed in to change notification settings - Fork 805
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
Simplify configs #550
base: main
Are you sure you want to change the base?
Simplify configs #550
Conversation
lerobot/configs/default.py
Outdated
"takes precedence.", | ||
) | ||
# Use the checkpoint config instead of the provided config (but keep `resume` parameter). | ||
self = checkpoint_cfg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pretty sure this doesn't do what you want?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed that doesn't work at all, I will handle that part once I'm done with the rest of the config (I'm on the policies right now, which is quite a big chunk).
Thanks for the heads up!
What this does
TODO:
TrainPipelineConfig
EvalPipelineConfig
EvalConfig
OfflineConfig
OnlineConfig
DatasetConfig
OptimizerConfig
LRSchedulerConfig
WandBConfig
parse_features_from_dataset
parse_features_from_env
make_optimizer_and_scheduler
to policy #401train.py
eval.py
control_robot.py
-> Remove config yaml for robot devices #594How it was tested
How to checkout & try? (for the reviewer)
TODO