Commit
307c120
1 Parent(s): 97cdc39

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -60,7 +60,7 @@ proprio = ... # The current robot state
60
  actions = policy.step(
61
  proprio=proprio,
62
  images=images,
63
- text_embeds=lang_embeddings
64
  )
65
  ```
66
 
 
60
  actions = policy.step(
61
  proprio=proprio,
62
  images=images,
63
+ text_embeds=text_embedding
64
  )
65
  ```
66