Zhengyiluo commited on
Commit
12b9ba5
·
verified ·
1 Parent(s): dedce14

Fix checkpoint paths in table to match actual repo structure

Browse files
Files changed (1) hide show
  1. README.md +4 -5
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 | Path in repo | Description |
143
  |---|---|---|
144
- | Policy encoder | `policy/release/model_releasev1-1_encoder.onnx` | Encodes motion reference into latent |
145
- | Policy decoder | `policy/release/model_releasev1-1_decoder.onnx` | Decodes latent into joint actions |
146
- | Observation config | `policy/release/observation_config.yaml` | Sensor / obs configuration |
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