real-stanford / cloth-funnels

[ICRA 2023] This repository contains code for training and evaluating Cloth Funnels in simulation for Ubuntu 18.04.
29 stars 4 forks source link

I traped into the cycle, when I run the Demo. #1

Closed guningquan closed 1 year ago

guningquan commented 1 year ago

I tried to run the Demo Cloth Funnels. But the program is trapped into the cycle. The 587 line of the cloth_funnels/tasks/generate_task.py

 if self.curr_task_idx >= len(self.keys):
    print('[TaskLoader] Out of tasks')
    # sleep(20)
    # exit(0)
    while True:
        sleep(5)

The terminal has no new output.

blender 2.79