THUDM / AutoWebGLM

An LLM-based Web Navigating Agent (KDD'24)
Apache License 2.0
579 stars 46 forks source link

Typo in regex pattern in action parsing - fails to parse goto actions #6

Open michalspiegel opened 4 months ago

michalspiegel commented 4 months ago

Hi, awesome work, I really like the work you did. I just noticed that jump_to/goto actions do not work and I discovered that there is a small typo in the actions.py on line 1714 where instead of (\d+) is (d+)