Weihao Tan
Weihao Tan
Hi, thanks for reaching out. It seems that your cuda version is not compatible with your torch version. Did you strictly install them according to our readme? The recommended cuda...
Thanks for reaching out. We already mentioned the applicable OS in the README for each game and software. Unfortunately, the project mainly focuses on Windows, since most games are not...
Sorry. I never met this warning and am not sure where it comes from. Maybe you could try to re-install the env to see whether the warning still exists.
Sorry for the confusion. As shown in the software README, the software part experiments are only supported and tested on Windows. MacOS has different resolutions, layouts and logits for switching...
The main bottleneck is the time to wait for GPT-4o's response. It seems that you need to wait for a long time to get GPT-4o's response. Maybe you could run...
Can you check the actions outputted? Are they correct and executable?
You can upload the video to any platform you prefer and share the link with us. But I do not think a video is enough for us to debug. Could...
Could you explain more about your issue? This video looks good to me. The agent executes several actions successfully in the 20-minute-long video.
For the time issue, it is quite common. Due to the delay in the GPT-4o API's response, we need to wait for about 15-60 seconds for each action. For the...
Sorry for the late response. Except for the function mouse_move_horizontal_angle(), we also provide a set of other functions for mouse movement such as mouse_move(x,y ) and mosue_move_normalized(x,y). mouse_move_horizontal_angle() is only...