Performance#
Use these guides when latency, throughput, memory, placement, or large-model training efficiency becomes the bottleneck.
Guide |
What you get |
|---|---|
Hide policy inference latency by overlapping it with action-chunk execution, in simulation and on real robots. |
|
Decouple Env Workers from Rollout Workers for dynamic embodied rollout scheduling. |
|
Losslessly compress image observations on the Env to Rollout channel to save bandwidth. |
|
Train with LoRA adapters. |
|
Auto-select the best placement for a workload. |
|
Dynamically schedule resources during training. |
|
System-level profiling of Ray worker processes. |
|
Configure 5D parallelism for large models. |