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
Currently, for multi-GPU it looks like MimicKit hard-codes [cuda:0 .. num_gpu). It would be nice to explicitly pass specific GPU ids (say cuda:1, cuda:3).
Similar to mjlab:
uv run train Mjlab-Velocity-Flat-Unitree-G1 --gpu-ids 1 3
Currently, for multi-GPU it looks like MimicKit hard-codes [cuda:0 .. num_gpu). It would be nice to explicitly pass specific GPU ids (say cuda:1, cuda:3).
Similar to mjlab: