Results 30 comments of Weihao Tan

Hi. Thanks for reaching out. We provide an overall perspective on how to adapt the framework to a new game: https://github.com/BAAI-Agents/Cradle/discussions/55 . And we are still trying to re-organize the...

You can also take a look at the File Structure in the readme, which tells you the files you can modify to customize your agent. And this post provides an...

Thanks for reaching out. As we described in the paper, these skills are used in open-ended mission in Chapter II. And we only use the minimal set of them rather...

As mentioned in the previous reply, the open-ended task skips skill-generation process. So we provide the necessary skills to pretend that the agent has generated all the skills needed in...

Thanks for reaching out. It seems that the software window was not activated so even though the action was executed but it did not have any effect. Please make sure...

Hi. Thanks for reaching out. As mentioned in our paper, all the experiments are done with GPT-4o for its cheap and fast request. So we only compare the performance among...

Thanks for reaching out. Due to the large amounts of software, we cannot provide specific implementations for all the software. We encourage users to develop Cradle to the software they...

Thanks for reaching out. This issue has been fixed by https://github.com/BAAI-Agents/Cradle/pull/91. You can pull the code and test again to see whether the issue still exists.

This warning usually means the code does not capture your game window, which may affect the screenshots capture and keyboard and mouse control. You need to check whether the screenshots...

It seems that you are using a 2K monitor with a resolution of 2560X1600. Please lower the resolution to 1080P of your monitor in the Windows setting. Only changing the...