convert format of all2all and all_pairs to jsonl
Browse files
README.md
CHANGED
@@ -11,8 +11,8 @@ Each folder inside `data` contains the cleaned up files used during LLM inferenc
|
|
11 |
```bash
|
12 |
data/night/
|
13 |
├── night.actions.json # list of mentioned actions
|
14 |
-
├── night.all2all.
|
15 |
-
├── night.all_pairs.
|
16 |
├── night.edges.json # list of all edges
|
17 |
├── night.locations.json # list of all locations
|
18 |
└── night.walkthrough # enriched walkthrough exported from Jericho simulator
|
|
|
11 |
```bash
|
12 |
data/night/
|
13 |
├── night.actions.json # list of mentioned actions
|
14 |
+
├── night.all2all.jsonl # all simple paths between any 2 locations
|
15 |
+
├── night.all_pairs.jsonl # all connectivity between any 2 locations
|
16 |
├── night.edges.json # list of all edges
|
17 |
├── night.locations.json # list of all locations
|
18 |
└── night.walkthrough # enriched walkthrough exported from Jericho simulator
|