fixup! Fix rtc_config attribute access in SmolVLA

This commit is contained in:
Eugene Mironov
2025-11-03 17:54:50 +07:00
parent 08ff689a1e
commit b55bc62ef0
+13
View File
@@ -26,3 +26,16 @@ This implementation is based on Physical Intelligence's Kinetix RTC:
- [Real Time Chunking Paper](https://www.physicalintelligence.company/research/real_time_chunking)
- [Physical Intelligence Kinetix](https://github.com/Physical-Intelligence/real-time-chunking-kinetix)
## How to run
### Check with data from the dataset
```bash
uv run python examples/rtc/eval_dataset.py \
--policy.path=helper2424/smolvla_check_rtc_last3 \
--dataset.repo_id=helper2424/check_rtc \
--rtc.execution_horizon=8 \
--device=mps \
--seed=42
```