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
Surface mismatched features in state-reset reconstruction warning
The 'Could not reconstruct state exactly in reset' warning at
pybullet_env.py:506 previously logged nothing about what diverged,
making it useless for diagnosing kinematic drift during option-model
rollouts. Add _reconstruction_diff: a static helper that compares
requested vs reconstructed States feature-by-feature, sorts the
mismatches by absolute delta, and prints the top entries (object,
feature, requested value, reconstructed value, signed delta). The
warning now includes this listing; the ValueError raised by envs
that override _get_state inherits the same diff.
0 commit comments