Commit ccbd6f0
committed
Bump G1 max_iterations to 6000 on Newton for rough-terrain parity
Newton converges ~2x slower than PhysX on G1 rough terrain. Both
backends reach the same reward plateau (r~+17-19): PhysX near iter
3000, Newton near iter 6000. Ablation (armature 0.01/0.03, damping
tuning, Newton a27277 upstream) did not close the gap — the cost is
sample efficiency, not a ceiling.
Use the framework preset on max_iterations rather than tuning physics
or reward terms, keeping the env config engine-agnostic. Precedent:
Allegro Hand (5000), Spot (20000).1 parent a2998e5 commit ccbd6f0
3 files changed
Lines changed: 19 additions & 2 deletions
File tree
- source/isaaclab_tasks
- config
- docs
- isaaclab_tasks/manager_based/locomotion/velocity/config/g1/agents
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
4 | 17 | | |
5 | 18 | | |
6 | 19 | | |
| |||
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
15 | 19 | | |
16 | 20 | | |
17 | 21 | | |
| |||
0 commit comments