Spaces:
Sleeping
Sleeping
edit readme
Browse files
README.md
CHANGED
@@ -32,10 +32,21 @@ print(cube)
|
|
32 |
|
33 |
## Roadmap
|
34 |
|
35 |
-
|
36 |
-
|
37 |
-
-
|
38 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
|
40 |
## Related projects
|
41 |
|
|
|
32 |
|
33 |
## Roadmap
|
34 |
|
35 |
+
#### Fully tensorized Rubik Cube model
|
36 |
+
|
37 |
+
- ☑️ Tensorized states.
|
38 |
+
- ☑️ Tensorized actions.
|
39 |
+
- ⬜ Tensor operations moved to cuda.
|
40 |
+
|
41 |
+
#### Movement explorer
|
42 |
+
|
43 |
+
- ⬜ Explore result of an input sequences of moves.
|
44 |
+
- ⬜ Find sequences of moves satisfying input constrains.
|
45 |
+
|
46 |
+
#### Base solvers following rule-based policies
|
47 |
+
|
48 |
+
#### Visualization interface
|
49 |
+
|
50 |
|
51 |
## Related projects
|
52 |
|