YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

LeRobot Humanoid No-Arms β€” Velocity Tracking Policy (v16, iter 25000)

RL policy trained on the LeRobot bipedal humanoid (12 DoF, no upper body). Task: flat-ground velocity tracking.

Files

  • velocity_v16_iter25000/policy.onnx β€” Actor network (ONNX, 620 KiB)
    • Input: obs [1, N] (flattened: base_ang_vel, projected_gravity, velocity_commands, joint_pos, joint_vel, last_action, with history_length=5)
    • Output: actions [1, 12] (joint-position offsets, clipped to [-1, 1])
  • velocity_v16_iter25000/env.yaml β€” full env config (joint order, action scale, default init pose, all reward terms, all events)
  • velocity_v16_iter25000/agent.yaml β€” PPO hyperparameters (for reference)

Training

  • Framework: WBC-AGILE (NVIDIA Isaac Lab)
  • Source task: Velocity-LeRobot-NoArms-v0 (adapted from Velocity-T1-v0)
  • ~25,000 iterations, 6144 parallel envs
  • Reached ep_len mean ~280 steps (5.6 s) at time of export
  • Trained with sim counter-rotated init (URDF frame offset hack); expect sim-to-real gap until URDF is fixed

Inference (on real robot or MuJoCo sim)

Use lerobot-humanoid-design/to_real_robot/RL_agent_isolated.py with policy.onnx + env.yaml.

Known limitations

  • Policy falls after ~5 s on average (still training)
  • Init state uses a counter-rotated torso to compensate for URDF frame offset β€” real robot starts upright so observations at t=0 will not match training distribution
  • Domain randomization is moderate; expect sim-to-real issues
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support