Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -25,4 +25,13 @@ tags:
|
|
25 |
- llm agents
|
26 |
- imitation learning
|
27 |
- behavioral cloning
|
28 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
- llm agents
|
26 |
- imitation learning
|
27 |
- behavioral cloning
|
28 |
+
---
|
29 |
+
# LangHack
|
30 |
+
|
31 |
+
LangHack is a dataset of [diff history](https://diffhistory.github.io/) demonstration data for the rogue-like video game [NetHack](https://github.com/facebookresearch/nle) generated using the symbolic [AutoAscend bot](https://github.com/maciej-sypetkowski/autoascend), which boasts state-of-the-art performance in the game (as of 07/22/2024).
|
32 |
+
|
33 |
+
This dataset was created by sub-sampling 10,000 full NetHack games played by AutoAscend into contiguous "chunks" of 64 timesteps, and converting the agent's game state observations in natural language text using the [NetHack Language Wrapper](https://github.com/ngoodger/nle-language-wrapper). Sub-sampling was performed uniformly at random over all recorded game data.
|
34 |
+
|
35 |
+
LangHack prompts correspond to a full game state observation at one timestep of AutoAscend gameplay, while completions correspond to a interleaved set of the subsequent bot actions and their resultant text deltas in the world state.
|
36 |
+
|
37 |
+
A detailed report of NetHack agent performance achieved by finetuning a tiny LLM ([GPT2-127M](https://huggingface.co/openai-community/gpt2)) on LangHack is provided [here](https://arxiv.org/abs/2312.07540).
|