Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.12 KB

README.md

File metadata and controls

40 lines (33 loc) · 1.12 KB

Learned Skill Libraries

Ours

Community Contributions

How to Contribute

After you run the learning process, you will see a checkpoint directory like:

.
├── action
│   └── chest_memory.json
├── curriculum
│   ├── completed_tasks.json
│   ├── failed_tasks.json
│   ├── qa_cache.json
│   └── vectordb
├── events
└── skill
    ├── code
    │   ├── catchThreeFishWithCheck.js
    │   ├── collectBamboo.js
    │   ├── ...
    ├── description
    │   ├── catchThreeFishWithCheck.txt
    │   ├── collectBamboo.txt
    │   └── ...
    ├── skills.json
    └── vectordb

Only YOUR_CKPT_DIR/skill is a learned skill library, which you can share with others. Create a pull request and add your skill library link to this page.