File size: 1,022 Bytes
ef30568 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | ---
license: mit
language:
- en
tags:
- reinforcement-learning
- agents
- embodied-ai
- instruction-following
- webshop
- alfworld
---
# SkillRL Reproduction Data
This public dataset bundles the local data needed to reproduce the SkillRL
training and environment setup.
## Contents
- `SkillRL-SFT-Data/`: supervised fine-tuning instruction/output pairs for
ALFWorld, WebShop, and Search.
- `alfworld/`: extracted ALFWorld task definitions, logic files, and detector
checkpoint.
- `webshop/data/`: full and 1,000-product WebShop JSON datasets.
- `webshop/search_engine/`: generated Pyserini/Lucene resources and indexes.
The current WebShop search resources contain 100 documents in the `100`
variant and 1,000 documents in the default, `1k`, and `100k` variants, matching
the upstream setup script's default 1,000-product input.
## Source project
See [aiming-lab/SkillRL](https://github.com/aiming-lab/SkillRL) for training and
evaluation code and the original licenses and citations of the bundled
benchmarks.
|