ltzheng / Synapse

[ICLR 2024] Trajectory-as-Exemplar Prompting with Memory for Computer Control
https://ltzheng.github.io/Synapse/
MIT License
48 stars 9 forks source link

Stuck when executing the example instructions #9

Open jim850223 opened 3 hours ago

jim850223 commented 3 hours ago

Hello, thank you for the contribution, but I've bumped into the problem when I was following the instructions.

After executing python3 run_miniwob.py --env_name book-flight --seed 0 --num_episodes 50, the prossess showed 2024-10-22 14:07:52,607 - INFO - Retrieved exemplars: ['book-flight', 'book-flight', 'book-flight'] and stuck without moving on. And when I executed python3 run_miniwob.py --env_name copy-paste-2 --no_memory --no_filter --seed 0 --num_episodes 3 It would just stuck without even showing anything. I wonder how I can solve these problems, and look forward to your answer.

Thank you.

ltzheng commented 2 hours ago

Can you locate where the code got stuck?

jim850223 commented 2 hours ago

For example, it will stuck there without proceeding any further, and the page of miniwob would not be controlled by the process(or seem to be not controlled since it would stuck in this page).

image
ltzheng commented 2 hours ago

Can you step into the code and check which line of code is blocking? Otherwise we cannot reproduce your problem.