This commit is contained in:
jayLEE0301 2024-06-04 17:14:26 -04:00
parent 1f59e45f11
commit 9f109538d9
1 changed files with 2 additions and 2 deletions

View File

@ -242,8 +242,8 @@ class VQBeTModel(nn.Module):
+ + + +
action chunk action chunk action chunk action chunk
a_{t_n+1} ~ a_{t_n+2} ~ a_{t} ~ ... a_{t+p-1} ~
a_{t_n+c} a_{t_n+c+1} a_{t+c-1} a_{t+p+c-1}
a_{t-n+1} ~ a_{t-n+2} ~ a_{t} ~ ... a_{t+p-1} ~
a_{t-n+c} a_{t-n+c+1} a_{t+c-1} a_{t+p+c-1}
ONLY this chunk is used in rollout!