Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
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
|
@@ -14,5 +17,4 @@ Each solve has two columns: 'Cube' and 'Actions',
|
|
14 |
|
15 |
- 'Actions': list of string to depict the full rotate actions to bring the Cube back.
|
16 |
- ['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']
|
17 |
-
- please check the magiccube repo to learn the detail meaning of each rotation move.
|
18 |
-
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
---
|
4 |
# Cube
|
5 |
This dataset contains 1.64 billion Rubik's Cube solves, totaling roughly 236.39 billion moves.
|
6 |
it is generated by Fugaku using https://github.com/trincaog/magiccube
|
|
|
17 |
|
18 |
- 'Actions': list of string to depict the full rotate actions to bring the Cube back.
|
19 |
- ['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']
|
20 |
+
- please check the magiccube repo to learn the detail meaning of each rotation move.
|
|