RemiFabre commited on
Commit
cfce4fb
·
verified ·
1 Parent(s): da10ece

publish rough-walk-e: manifest.json

Browse files
Files changed (1) hide show
  1. manifest.json +47 -0
manifest.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 2,
3
+ "model_api": 1,
4
+ "name": "rough-walk-e",
5
+ "kind": "perpetual",
6
+ "obs_len": 61,
7
+ "action_len": 14,
8
+ "action_scale": 1.0,
9
+ "entry_pose": "standing",
10
+ "duration_s": null,
11
+ "description": "Velocity-commanded walking tuned for rough ground (grid tiles, small stairs, rubble, slopes): the shipped alpha_walking fine-tuned 800 iterations on a hostile-terrain ladder. Same command scheme, same motor-power envelope, roughly half the falls.",
12
+ "command": {
13
+ "twist": [
14
+ "vx: forward velocity command, m/s, trained range -0.4 .. 0.4",
15
+ "vy: lateral velocity command, m/s, trained range -0.3 .. 0.3",
16
+ "wz: yaw rate command, rad/s, trained range -1.0 .. 1.0 (achieved ~0.41 at 1.0; ~0.22 at 0.5)"
17
+ ],
18
+ "head": "4 head-joint deltas from HOME, rad (neck_pitch, head_pitch, head_yaw, head_roll) \u2014 tracked, same as alpha_walking",
19
+ "body": "unused (zeros)",
20
+ "idle": [
21
+ 0,
22
+ 0,
23
+ 0
24
+ ]
25
+ },
26
+ "robot": {
27
+ "model": "microduck",
28
+ "hw_rev": 1,
29
+ "servos": "xl330",
30
+ "control_hz": 50
31
+ },
32
+ "training": {
33
+ "task_id": "Mjlab-Hostile-FinetuneFeetProgress-MicroDuck",
34
+ "repo": "pollen-robotics/microduck_rl",
35
+ "commit": "6cd45fc on branch hostile-terrain (https://github.com/pollen-robotics/microduck_rl/commit/6cd45fc)",
36
+ "run": "pollen-robotics/hostile-e-finetune-feet-progress-20260830-0103 (resumed from alpha_walking's checkpoint, wandb yr25mna4 model_9999)"
37
+ },
38
+ "eval": {
39
+ "sim_proxy": "CPU MuJoCo with the BAM XL330 servo model; 10 s rollouts at 0.3 m/s, 5 random headings per terrain",
40
+ "battery_falls": "14/110 across flat, 0-1.5 cm grids, 1-3 cm stairs, +/-0.2-2.5 cm rubble, 3-9 deg slopes (alpha_walking: 32/110 on the same battery)",
41
+ "corridor_tour_m": 9.3,
42
+ "flat_speed_m_s": 0.12,
43
+ "motor_power_flat_w": 1.02,
44
+ "turn_response": "0.41 rad/s achieved for 1.0 commanded; 0.22 for 0.5 (alpha: 0.50 at 1.0 with a deadband below ~0.5)",
45
+ "known_limits": "falls descending stairs >= 2 cm; slightly weaker push recovery than alpha_walking (tilting-deck test); marches in place on rubble bumps >= ~2 cm instead of advancing; never tested on hardware"
46
+ }
47
+ }