kyo-takano/efficientcube
State-of-the-Art method for solving the Rubik's Cube
This project offers a deep learning method to find efficient solutions for complex puzzles like the Rubik's Cube, the 15 Puzzle, and 7x7 Lights Out. You input a scrambled puzzle state, and it outputs the sequence of moves needed to solve it, often in fewer steps than previous methods. This is for puzzle enthusiasts, researchers studying combinatorial problems, or anyone interested in competitive puzzle-solving.
No commits in the last 6 months.
Use this if you want to find near-optimal, efficient solutions for popular combinatorial puzzles like the Rubik's Cube with a focus on solution quality and computational cost.
Not ideal if you're looking for a simple, out-of-the-box mobile app to solve a physical Rubik's Cube, as this requires some programming knowledge to use.
Stars
46
Forks
3
Language
Jupyter Notebook
License
CC-BY-4.0
Category
Last pushed
Mar 10, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/kyo-takano/efficientcube"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
YashIndane/webcube
Rubik's cube assistant on Flask webapp
mahdavipanah/pynpuzzle
Solve, test and benchmark algorithms for N-Puzzle problem with Python
huyvohcmc/8-puzzle
Java program to solve the 8 puzzle problem using branch and bound algorithm.
kyo-takano/alphacube
A powerful & flexible Rubik's Cube solver
NiloofarShahbaz/8-puzzle-search-implementation
this a python BFS , A* and RBFS implementation of 8 puzzle