Commit
8e6a841
·
verified ·
1 Parent(s): d37823f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -137,7 +137,7 @@ for robot_idx in range(2):
137
  action_chunk[:, robot_idx * 10 + 9] = action_chunk[:, robot_idx * 10 + 9] / 0.088 * 0.1
138
  ```
139
 
140
- > For **installation and fine-tuning instructions**, please refer to the official [GitHub repository](https://github.com/thu-ml/RDT2).
141
 
142
  ---
143
 
@@ -171,7 +171,7 @@ for robot_idx in range(2):
171
  | Symptom | Likely cause | Suggested fix |
172
  | ---------------------------------- | ------------------------------- | ---------------------------------------------------------------------- |
173
  | Drifting / unstable gripper widths | Scale mismatch | Apply **LinearNormalizer**; rescale widths ([0,0.088] → [0,0.1]). |
174
- | Poor instruction following | Prompt format / backbone config | Use “**Verb + Object.**”; ensure backbone is loaded on same device. |
175
 
176
  ---
177
 
 
137
  action_chunk[:, robot_idx * 10 + 9] = action_chunk[:, robot_idx * 10 + 9] / 0.088 * 0.1
138
  ```
139
 
140
+ > For guides on **installation and fine-tuning**, please refer to the official [GitHub repository](https://github.com/thu-ml/RDT2).
141
 
142
  ---
143
 
 
171
  | Symptom | Likely cause | Suggested fix |
172
  | ---------------------------------- | ------------------------------- | ---------------------------------------------------------------------- |
173
  | Drifting / unstable gripper widths | Scale mismatch | Apply **LinearNormalizer**; rescale widths ([0,0.088] → [0,0.1]). |
174
+ | Poor instruction following | Prompt format / backbone config | Use **“Verb + Object.”**; ensure backbone is loaded on same device. |
175
 
176
  ---
177