od2961 commited on
Commit
0c3d4a1
·
verified ·
1 Parent(s): daf51ba

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +0 -41
README.md CHANGED
@@ -1,44 +1,3 @@
1
- ---
2
- configs:
3
- - config_name: default
4
- data_files:
5
- - split: train
6
- path: data/train-*
7
- - split: validation
8
- path: data/validation-*
9
- - split: test
10
- path: data/test-*
11
- dataset_info:
12
- features:
13
- - name: board
14
- dtype: string
15
- - name: size
16
- dtype: int32
17
- - name: moves
18
- dtype: int32
19
- - name: solution
20
- sequence: string
21
- - name: difficulty
22
- dtype: string
23
- - name: messages
24
- sequence:
25
- - name: role
26
- dtype: string
27
- - name: content
28
- dtype: string
29
- splits:
30
- - name: train
31
- num_bytes: 26892466
32
- num_examples: 35778
33
- - name: validation
34
- num_bytes: 3362309
35
- num_examples: 4473
36
- - name: test
37
- num_bytes: 3359938
38
- num_examples: 4470
39
- download_size: 2553802
40
- dataset_size: 33614713
41
- ---
42
  # Rush Hour 4×4, 5×5 & 6×6 — Balanced (solvable-only, fixed thresholds)
43
  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.
44
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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