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
I met some problem when I'm trying to run python scripts/unconditional_kuka_planning_eval.py
The following error raised:
Traceback (most recent call last):
File "scripts/unconditional_kuka_planning_eval.py", line 220, in <module>
dataset = KukaDataset(H)
File "/home/waz/workspace/diffuser/denoising_diffusion_pytorch/datasets/tamp.py", line 143, in __init__
qstates = qstates[:i+1]
UnboundLocalError: local variable 'i' referenced before assignment
Is there any mistake about the code?
The text was updated successfully, but these errors were encountered:
Hey, thanks for your amazing jobs!
I met some problem when I'm trying to run
python scripts/unconditional_kuka_planning_eval.py
The following error raised:
Is there any mistake about the code?
The text was updated successfully, but these errors were encountered: