Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Cube
|
2 |
+
This dataset contains 1.64 billion Rubik's Cube solves, totaling roughly 236.39 billion moves.
|
3 |
+
it is generated by Fugaku using https://github.com/trincaog/magiccube
|
4 |
+
|
5 |
+
Each solve has two columns: 'Cube' and 'Actions',
|
6 |
+
- 'Cube': initial scrambled states of a 3-3-3 cube in string, such as:
|
7 |
+
|
8 |
+
WOWWYOBWOOGWRBYGGOGBBRRYOGRWORBBYYORYBWRYBOGBGYGWWGRRY
|
9 |
+
- the visual state of this example is
|
10 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/644b983f0fbe4830f192c4f5/uW0bWckCejpaw8gdZOFwM.png)
|
11 |
+
|
12 |
+
- 'Actions': list of string to depict the full rotate actions to bring the Cube back.
|
13 |
+
- ['U', 'U', 'B', 'B', 'D', 'F', "D'", 'U', 'F', 'F', "D'", 'F', 'D', "U'", 'R', "U'", "R'", "F'", 'U', 'U', 'F', 'B', "U'", "B'", 'U', 'B', "U'", "B'", "B'", 'U', 'B', 'F', 'U', 'U', "F'", "U'", "B'", 'U', 'B', 'U', 'L', "U'", "L'", "L'", 'U', 'L', 'U', 'F', "U'", "F'", 'R', "U'", "R'", "U'", "F'", 'U', 'F', "U'", 'B', "U'", "B'", "U'", "R'", 'U', 'R', "U'", "B'", 'U', 'B', 'U', 'L', "U'", "L'", 'U', "B'", 'U', 'B', 'U', 'L', "U'", "L'", 'F', 'R', 'U', "R'", "U'", "F'", 'U', 'U', 'R', "U'", "L'", 'U', "R'", "U'", 'L', 'U', 'F', "U'", "B'", 'U', "F'", "U'", 'B', 'U', 'U', "R'", "D'", 'R', 'D', "R'", "D'", 'R', 'D', 'U', "R'", "D'", 'R', 'D', "R'", "D'", 'R', 'D', "R'", "D'", 'R', 'D', "R'", "D'", 'R', 'D', 'U']
|
14 |
+
- please check the magiccube repo to learn the detail meaning of each rotation move.
|
15 |
+
|