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
The rest of the logic allows running with only robot state. Could we change this line to else "observation.state"? Tested locally and works great with that change.
The text was updated successfully, but these errors were encountered:
TDMPC cannot function without image features or environment state, only because of this line:
lerobot/lerobot/common/policies/tdmpc/modeling_tdmpc.py
Line 343 in f24030d
The rest of the logic allows running with only robot state. Could we change this line to
else "observation.state"
? Tested locally and works great with that change.The text was updated successfully, but these errors were encountered: