Update README.md
Browse files
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=
|
| 64 |
)
|
| 65 |
```
|
| 66 |
|
|
|
|
| 60 |
actions = policy.step(
|
| 61 |
proprio=proprio,
|
| 62 |
images=images,
|
| 63 |
+
text_embeds=text_embedding
|
| 64 |
)
|
| 65 |
```
|
| 66 |
|