You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PACE (Precise Adaptation through Continuous Evolution) estimates physical actuator and joint parameters (armature, viscous friction, static/dynamic friction, encoder bias, command delay) from chirp-excitation data using CMA-ES, then lets you apply those parameters back into your simulation for higher-fidelity sim-to-real transfer. This integration ports the upstream [leggedrobotics/pace-sim2real](https://github.com/leggedrobotics/pace-sim2real) into `robot_lab` and registers a demo task `Isaac-Pace-Anymal-D-v0`. See the [PACE documentation](https://pace.filipbjelonic.com) for theoretical background and the [paper](https://arxiv.org/pdf/2509.06342).
262
+
263
+
> [!NOTE]
264
+
> PACE is developed against Isaac Sim 5.0+. On Isaac Sim 4.5 the joint viscous friction setter is silently ignored, which degrades identification quality.
265
+
266
+
- Step 1: collect chirp excitation data (or place real-robot recordings at `data/<robot_name>/chirp_data.pt`)
To set up PACE for a new robot, follow the upstream [PACE basics tutorial](https://pace.filipbjelonic.com/tutorials/basics): create a per-robot env_cfg under `source/robot_lab/robot_lab/tasks/manager_based/pace/config/<robot>/` and register a new `Isaac-Pace-<Robot>-v0` task. The actuator model `PaceDCMotor`/`PaceDCMotorCfg` lives at `robot_lab.actuators` and the optimizer `CMAESOptimizer` at `robot_lab.tasks.manager_based.pace.optim`.
289
+
259
290
Others (**Experimental**)
260
291
261
292
- Train AMP Dance for Unitree G1
@@ -468,3 +499,4 @@ The project uses some code from the following open-source code repositories:
-[leggedrobotics/pace-sim2real](https://github.com/leggedrobotics/pace-sim2real) — PACE actuator system identification (`robot_lab.actuators.PaceDCMotor`, `robot_lab.tasks.manager_based.pace`, `scripts/pace/`).
0 commit comments