-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Hi team! Thanks for releasing the paper and results.
I’m trying to accurately understand the real-robot setup for the Unitree G1 experiments and would appreciate clarification on two points:
1) Model size used for Unitree G1 real-robot experiments
In the paper, you mention using a 2B backbone for certain evaluations (unless otherwise specified). For the real-robot tasks involving Unitree G1, was the deployed checkpoint:
- the 2B-parameter model, or
- a larger model variant (and if so, which size)?
If different model sizes were used across real-robot vs simulation benchmarks, a short mapping (benchmark → backbone size) would be very helpful.
2) Action space for Unitree G1
Could you specify the action parameterization used to control the Unitree G1 in the real-robot experiments?
In particular:
- Is G1 controlled primarily in joint space (absolute joint targets in radians), Cartesian space (EEF delta pose, axis-angle rotation), or a hybrid?
- What is the action vector layout (e.g., which “slots” are active for G1 in the unified state–action space)?
- Does the G1 setup include hand/finger articulation controls and/or base velocity/heading commands, and how are those represented?
Even a concise description like “N-DoF joint targets for arms + M-DoF hand joints + …” would be perfect.
Thanks in advance! This will help ensure I’m interpreting and comparing results correctly.