LogS

Results 12 issues of LogS

When running the eval, it gets stuck at ‘sensor.handle_explicitly()’. Has anyone encountered this? ``` if sensor is not None and (get_rgb or get_depth): print("[DEBUG] Scene.get_observation: sensor") sensor.handle_explicitly() print("[DEBUG] Scene.get_observation: sensor...

When I run the eval code in sam2act, I found my code stuck in this function. How could I solve this issue?