Skip to content

G1 model falls despite low timestep and minimal sim speed – possible planner sync issue? #387

@yunsooSeo

Description

@yunsooSeo

Hi, I believe I'm facing a similar issue to the one discussed here(#135 ).

When I run the provided example tasks like humanoid_stand or humanoid_walk, the robots seem to behave reasonably well—even with the default timestep = 0.015—as long as I tune some parameters like balance. I don’t need to reduce the simulation speed to the minimum in those cases.

However, I’m now trying to run a similar setup using my own G1 model, using the same residual and transition structure as in the humanoid tasks. Initially, I was getting rollout divergence errors with very high qacc, so I reduced the planner timestep to 0.001. That eliminated the divergence errors, but now the robot still falls down quickly even with the simulation speed reduced to the minimum.

My question is: how can I tell whether this issue is due to a mismatch between the planner and simulation (e.g. planner being too slow to keep up), or whether it's something wrong with my residual definition or task configuration?

Any suggestions for debugging or confirming the source of the issue would be greatly appreciated. Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions