Supported Models#
Eval configs reference model presets from examples/embodiment/config/model/ via defaults, and override fields such as model_path under rollout.model. Models with example configs in evaluations/ today:
Model |
|
Example config |
|---|---|---|
π₀ / π₀.₅ (OpenPI) |
|
|
OpenVLA-OFT |
|
|
StarVLA |
|
|
DreamZero |
|
|
LingBotVLA |
|
|
Model Path#
Set rollout.model.model_path in YAML or on the command line to a local model directory. For .pt checkpoints from RL training, also set runner.ckpt_path.
Standalone Eval Scripts#
Some models also provide standalone eval scripts under toolkits/standalone_eval_scripts/. These follow specific evaluation protocols but do not support parallel environment acceleration. Prefer evaluations/run_eval.sh when possible.