fix: Fix a spelling typo in the RTC evaluation docstring. (#4253)

Signed-off-by: nathon-lee <leejianwoo@gmail.com>
This commit is contained in:
nathon
2026-07-31 19:07:13 +08:00
committed by GitHub
parent 63efc93b0c
commit f2d64506e3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -417,7 +417,7 @@ class RTCEvaluator:
def run_evaluation(self):
"""Run evaluation on two random dataset samples using three separate policies.
Note: Policies are deinitalized after each step to free memory. Large models
Note: Policies are deinitialized after each step to free memory. Large models
(e.g., VLA models with billions of parameters) cannot fit three instances in
memory simultaneously. By deleting and garbage collecting after each step,
we ensure only one policy is loaded at a time.