-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
We currently initialize joint positions as zeros by default:
Lines 125 to 133 in 9d55da6
joint_positions = jnp.atleast_1d( | |
jnp.array( | |
( | |
joint_positions | |
if joint_positions is not None | |
else jnp.zeros(model.dofs()) | |
), | |
dtype=float, | |
).squeeze() |
However, some joints have limits that don't include zero (for example, stickbot shoulder).
We may want to initialize them differently, for example in the mean of limits.
Metadata
Metadata
Assignees
Labels
No labels