When a Robot Arm Invents Its Own Grip: An RL Practice with OpenArm
总览回放 / Overview replay 📖 This is the concise version (~3 min). For the full engineering details (design decisions, algorithm / reward, diagnostics, reproduce commands), read the deep-dive → UniLab & Joint Release UniLab is a heterogeneous robot-RL training infrastructure: CPU-parallel physics simulation (MuJoCo / Motrix) and GPU policy learning are coupled through a unified runtime and shared memory — instead of pinning physics, rollout collection, and learning on a single GPU-resident simulation path. Tasks, rewards, and backend selection are expressed as Hydra owner YAMLs; training goes through a unified uv run train / uv run eval CLI covering PPO, SAC, TD3, APPO, and more. ...