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
I get an error draccus.utils.ParsingError: Expected a dict with a 'type' key for <class 'lerobot.configs.policies.PreTrainedConfig'>
I.e., why doesn't the training script store a config.json that's complete in this case?
Expected behavior
It seems to me that the output of the train.py script when run with one of the default training configs, would output checkpoint files that would allow me to load them without errors.
The text was updated successfully, but these errors were encountered:
System Info
Information
Reproduction
When trying to run
policy = DiffusionPolicy.from_pretrained(pretrained_policy_path)
with the output of running the training script like so:
I get an error
draccus.utils.ParsingError: Expected a dict with a 'type' key for <class 'lerobot.configs.policies.PreTrainedConfig'>
I.e., why doesn't the training script store a
config.json
that's complete in this case?Expected behavior
It seems to me that the output of the
train.py
script when run with one of the default training configs, would output checkpoint files that would allow me to load them without errors.The text was updated successfully, but these errors were encountered: