X-PLUG / MobileAgent

Mobile-Agent: The Powerful Mobile Device Operation Assistant Family
https://arxiv.org/abs/2406.01014
MIT License
2.67k stars 243 forks source link

Typo in MobileAgent #41

Open jingxuanchen916 opened 4 weeks ago

jingxuanchen916 commented 4 weeks ago

Hi, I am wondering whether it shall be text = re.search(r"\((.*?)\)", action).group(1) instead of response?

https://github.com/X-PLUG/MobileAgent/blob/e93345e16559a38f61c0bee0fb4ac0cc4d503f3c/Mobile-Agent/run.py#L179

junyangwang0410 commented 4 weeks ago

Hi, I am wondering whether it shall be text = re.search(r"\((.*?)\)", action).group(1) instead of response?

https://github.com/X-PLUG/MobileAgent/blob/e93345e16559a38f61c0bee0fb4ac0cc4d503f3c/Mobile-Agent/run.py#L179

Thanks for spotting this. This may be a confusion caused by the different naming between v2 and v1. We would appreciate it if you could submit a bug fix in Pull requests.