Fix checkpoint paths in table to match actual repo structure
Browse files
README.md
CHANGED
|
@@ -139,12 +139,11 @@ SONIC includes a kinematic planner for real-time locomotion generation — choos
|
|
| 139 |
|
| 140 |
All checkpoints (ONNX format) are available directly in this repository. Inference is powered by TensorRT and runs on both desktop and Jetson hardware.
|
| 141 |
|
| 142 |
-
| Checkpoint |
|
| 143 |
|---|---|---|
|
| 144 |
-
| Policy encoder | `
|
| 145 |
-
| Policy decoder | `
|
| 146 |
-
|
|
| 147 |
-
| Kinematic planner | `planner/target_vel/V2/planner_sonic.onnx` | Real-time locomotion style planner |
|
| 148 |
|
| 149 |
**Quick download** (requires `pip install huggingface_hub`):
|
| 150 |
|
|
|
|
| 139 |
|
| 140 |
All checkpoints (ONNX format) are available directly in this repository. Inference is powered by TensorRT and runs on both desktop and Jetson hardware.
|
| 141 |
|
| 142 |
+
| Checkpoint | File | Description |
|
| 143 |
|---|---|---|
|
| 144 |
+
| Policy encoder | `model_releasev1-1_encoder.onnx` | Encodes motion reference into latent |
|
| 145 |
+
| Policy decoder | `model_releasev1-1_decoder.onnx` | Decodes latent into joint actions |
|
| 146 |
+
| Kinematic planner | `planner_sonic.onnx` | Real-time locomotion style planner |
|
|
|
|
| 147 |
|
| 148 |
**Quick download** (requires `pip install huggingface_hub`):
|
| 149 |
|