BAAI-Agents / Cradle

The Cradle framework is a first attempt at General Computer Control (GCC). Cradle supports agents to ace any computer task by enabling strong reasoning abilities, self-improvment, and skill curation, in a standardized general environment with minimal requirements.
https://baai-agents.github.io/Cradle/
MIT License
1.56k stars 141 forks source link

An error occurred while running the Dealer's Life 2 example #29

Closed yakami129 closed 1 month ago

yakami129 commented 2 months ago
DVampire commented 1 month ago

Sorry for the late reply, because we didn't upload the json file of dealers' skill before, but we have already done the processing in the code to automatically regenerate the json file. Here is what you need to do:

  1. please modify the ./cradle/config/config.py set self.skill_from_default = False in line 163
  2. make a dir in ./res/dealers named skills mkdir ./res/dealers/skills

If you encounter any issues, please feel free to raise an issue for us. Thanks

tellarin commented 1 month ago

We will have a fix merged into the code in the next couple days too.