fixup! Fixup eval with real robot

This commit is contained in:
Eugene Mironov
2025-11-14 13:35:39 +07:00
parent eb29f12ce2
commit 32f4336467
3 changed files with 26 additions and 4 deletions
+1 -1
View File
@@ -573,7 +573,7 @@ def demo_cli(cfg: RTCDemoConfig):
# The processor won't be created
policy.init_rtc_processor()
assert policy.name in ["smolvla"], "Only smolvla are supported for RTC"
assert policy.name in ["smolvla", "pi05", "pi0"], "Only smolvla, pi05, and pi0 are supported for RTC"
policy = policy.to(cfg.device)
policy.eval()