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
when I run run_grasp_test.py, I get the feedback like:
File "run_grasp_test.py", line 167, in
q_final_best = torch.cat(q_tra_best, dim=0)
RuntimeError: torch.cat(): expected a non-empty list of Tensors
how should I fix it? thanks for ur repeat at first!
The text was updated successfully, but these errors were encountered:
when I run run_grasp_test.py, I get the feedback like:
File "run_grasp_test.py", line 167, in
q_final_best = torch.cat(q_tra_best, dim=0)
RuntimeError: torch.cat(): expected a non-empty list of Tensors
how should I fix it? thanks for ur repeat at first!
The text was updated successfully, but these errors were encountered: