Commit ·
4c94677
1
Parent(s): 70952a0
Add deploy.yaml with correct obs/action config for this model
Browse files- 45 obs (no gait_phase, no height_scan) matching ONNX input shape
- action scale 0.5 matching training config
- velocity ranges matching full training curriculum
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- params/deploy.yaml +51 -0
params/deploy.yaml
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
joint_ids_map: [3,4,5,0,1,2,9,10,11,6,7,8,]
|
| 2 |
+
step_dt: 0.02
|
| 3 |
+
stiffness: [20, 20, 40, 20, 20, 40, 20, 20, 40, 20, 20, 40]
|
| 4 |
+
damping: [ 1, 1, 2, 1, 1, 2, 1, 1, 2, 1, 1, 2]
|
| 5 |
+
default_joint_pos: [-0.1,0.9,-1.8, 0.1,0.9,-1.8, -0.1,0.9,-1.8, 0.1,0.9,-1.8]
|
| 6 |
+
|
| 7 |
+
commands:
|
| 8 |
+
base_velocity:
|
| 9 |
+
ranges:
|
| 10 |
+
lin_vel_x: [-1.0, 2.0]
|
| 11 |
+
lin_vel_y: [-1.0, 1.0]
|
| 12 |
+
ang_vel_z: [-1.0, 1.0]
|
| 13 |
+
heading: null
|
| 14 |
+
actions:
|
| 15 |
+
JointPositionAction:
|
| 16 |
+
clip: null
|
| 17 |
+
joint_names: [.*]
|
| 18 |
+
scale: [0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5]
|
| 19 |
+
offset: [-0.1,0.9,-1.8, 0.1,0.9,-1.8, -0.1,0.9,-1.8, 0.1,0.9,-1.8]
|
| 20 |
+
joint_ids: null
|
| 21 |
+
observations:
|
| 22 |
+
base_ang_vel:
|
| 23 |
+
params: {}
|
| 24 |
+
clip: null
|
| 25 |
+
scale: [1.0, 1.0, 1.0]
|
| 26 |
+
history_length: 1
|
| 27 |
+
projected_gravity:
|
| 28 |
+
params: {}
|
| 29 |
+
clip: null
|
| 30 |
+
scale: [1.0, 1.0, 1.0]
|
| 31 |
+
history_length: 1
|
| 32 |
+
velocity_commands:
|
| 33 |
+
params: {command_name: base_velocity}
|
| 34 |
+
clip: null
|
| 35 |
+
scale: [1.0, 1.0, 1.0]
|
| 36 |
+
history_length: 1
|
| 37 |
+
joint_pos_rel:
|
| 38 |
+
params: {}
|
| 39 |
+
clip: null
|
| 40 |
+
scale: [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]
|
| 41 |
+
history_length: 1
|
| 42 |
+
joint_vel_rel:
|
| 43 |
+
params: {}
|
| 44 |
+
clip: null
|
| 45 |
+
scale: [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]
|
| 46 |
+
history_length: 1
|
| 47 |
+
last_action:
|
| 48 |
+
params: {}
|
| 49 |
+
clip: null
|
| 50 |
+
scale: [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]
|
| 51 |
+
history_length: 1
|