NVlabs / progprompt-vh

ProgPrompt for Virtualhome
Other
103 stars 12 forks source link

question for executing generated plan #5

Open Draculair opened 8 months ago

Draculair commented 8 months ago

I ran your code and generated a plan, and when this plan is running the simulator is just switching images very quickly from frame to frame without playing any animation. I'd like to say if this is due to a different version of the emulator, but I noticed we're both using version 2.3 of the emulator. If you guys could provide a download link for the emulator that would be great! Thank you.

andykim0723 commented 8 months ago

comm.render_script([script], recording=True, skip_animation=True, find_solution=True) I think you just need to turn skip_animation to True to make the rendering fast.

Draculair commented 8 months ago

thanks for your advice, I'll try it