Skip to content

Commit 77fe5a0

Browse files
fix(docs): argument typo (#2361)
Co-authored-by: Steven Palma <[email protected]>
1 parent 89ae781 commit 77fe5a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/async.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ We found the default values of `actions_per_chunk` and `chunk_size_threshold` to
278278
2. **Adjust your `fps` based on inference latency.** While the server generates a new action chunk, the client is not idle and is stepping through its current action queue. If the two processes happen at fundamentally different speeds, the client might end up with an empty queue. As such, you should reduce your fps if you consistently run out of actions in queue.
279279
3. **Adjust `chunk_size_threshold`**.
280280
- Values closer to `0.0` result in almost sequential behavior. Values closer to `1.0` send observation every step (more bandwidth, relies on good world-model).
281-
- We found values around 0.5-0.6 to work well. If you want to tweak this, spin up a `RobotClient` setting the `--debug-visualize-queue-size` to `True`. This will plot the action queue size evolution at runtime, and you can use it to find the value of `chunk_size_threshold` that works best for your setup.
281+
- We found values around 0.5-0.6 to work well. If you want to tweak this, spin up a `RobotClient` setting the `--debug_visualize_queue_size` to `True`. This will plot the action queue size evolution at runtime, and you can use it to find the value of `chunk_size_threshold` that works best for your setup.
282282

283283
<p align="center">
284284
<img
@@ -289,7 +289,7 @@ We found the default values of `actions_per_chunk` and `chunk_size_threshold` to
289289
<p align="center">
290290
<i>
291291
The action queue size is plotted at runtime when the
292-
`--debug-visualize-queue-size` flag is passed, for various levels of
292+
`--debug_visualize_queue_size` flag is passed, for various levels of
293293
`chunk_size_threshold` (`g` in the SmolVLA paper).
294294
</i>
295295
</p>

0 commit comments

Comments
 (0)