Update dataset
Browse files- .gitattributes +1 -0
- README.md +6 -5
- test.jsonl +0 -0
- train.jsonl +3 -0
- validation.jsonl +0 -0
.gitattributes
CHANGED
|
@@ -57,3 +57,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
train.jsonl filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -1,12 +1,13 @@
|
|
| 1 |
-
# Rush Hour 4×4, 5×5 & 6×6 — Balanced (solvable-only,
|
| 2 |
-
Enumerates boards (4×4/5×5)
|
| 3 |
|
| 4 |
## Policies
|
| 5 |
-
- sizes: 5, 6
|
| 6 |
- solvable_only: True
|
| 7 |
- exclude_already_solved: True
|
| 8 |
-
-
|
| 9 |
-
-
|
|
|
|
| 10 |
|
| 11 |
## Schema
|
| 12 |
- board (str) | size (int) | moves (int) | solution (list[str]) | difficulty (easy/medium/hard) | messages (chat)
|
|
|
|
| 1 |
+
# Rush Hour 4×4, 5×5 & 6×6 — Balanced (solvable-only, fixed thresholds)
|
| 2 |
+
Enumerates boards (4×4/5×5) and/or samples for selected sizes (e.g., 6×6), BFS-solves to optimal sequences, and stratifies by difficulty.
|
| 3 |
|
| 4 |
## Policies
|
| 5 |
+
- sizes: 4, 5, 6
|
| 6 |
- solvable_only: True
|
| 7 |
- exclude_already_solved: True
|
| 8 |
+
- difficulty_scheme: fixed
|
| 9 |
+
- fixed_thresholds: 3,5 # easy < t1, medium < t2, hard ≥ t2
|
| 10 |
+
- balance_per_size: True
|
| 11 |
|
| 12 |
## Schema
|
| 13 |
- board (str) | size (int) | moves (int) | solution (list[str]) | difficulty (easy/medium/hard) | messages (chat)
|
test.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
train.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:08892f4a342379ef40aa95aefd693793e48cc26fa04e642eafb12d7f82e6181a
|
| 3 |
+
size 43767154
|
validation.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|