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
It should be --policy.path=
You'll also need to specify the environment with --eval.type= since it's a required argument (see EvalPipelineConfig)
So for example
It should be --policy.path= You'll also need to specify the environment with --eval.type= since it's a required argument (see EvalPipelineConfig) So for example
python lerobot/scripts/eval.py --policy.path=lerobot/pi0 --env.type=pusht
However right now this doesn't work because we're missing the train_config.json on that repo, we'll fix it soon. cc @Cadene
System Info
Information
Reproduction
based on documentation provided here. I try running the pre-trained model but get the following error
I also tried
but it did not work
Expected behavior
there should be clear documentation on how to run the pretrained model and an easy to use command that doesn't error
The text was updated successfully, but these errors were encountered: