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

Questions about loading and saving jsons in new version of RDR2. #33

Closed ZhaojunCP closed 1 month ago

ZhaojunCP commented 1 month ago

Thank you for your work! Why doesn't the latest version of RDR2 include operations to load and save files like memory.json and skill_lib.json?

DVampire commented 1 month ago

Previously, the process of saving checkpoints involved too many and too complex files. Now, we have achieved saving all necessary information through memory storage. Due to time constraints, the current code is an incomplete version. We will integrate the remaining code and conduct subsequent tests as soon as possible. Thank you for your patience.

ZhaojunCP commented 1 month ago

Thanks.