VisualAgentBench icon indicating copy to clipboard operation
VisualAgentBench copied to clipboard

[Bug/Assistance] TypeError: new(): invalid data type 'str'

Open ngc7292 opened this issue 1 year ago • 0 comments

when i run

OMNIGIBSON_HEADLESS="1" python main.py --task assembling_gift_baskets --scene Beechwood_0_int --port 10001 --max_round 50

for omnigibson, i got this error

  File "/omnigibson-src/omnigibson/objects/controllable_object.py", line 83, in __init__                                                                     
    self._reset_joint_pos = None if reset_joint_pos is None else th.tensor(reset_joint_pos, dtype=th.float)                                                  
TypeError: new(): invalid data type 'str'

and reset_joint_pos is str('tuck')

ngc7292 avatar Jan 24 '25 16:01 ngc7292