JBAujogue commited on
Commit
ea09e61
·
1 Parent(s): 5e5c08a

edit readme

Browse files
Files changed (1) hide show
  1. README.md +15 -4
README.md CHANGED
@@ -32,10 +32,21 @@ print(cube)
32
 
33
  ## Roadmap
34
 
35
- - Fully tensorized Rubik Cube model (states, actions) running on cuda.
36
- - Base solvers following rule-based policies.
37
- - Visualization interface.
38
- - Movement explorer: Explore result of an input sequences of moves, find sequences of moves satisfying input constrains.
 
 
 
 
 
 
 
 
 
 
 
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