paper-with-me

홈 › Papers

Node Classification and Search on the Rubik's Cube Graph with GNNs

2025-01-30 · Alessandro Barro

This study focuses on the application of deep geometric models to solve the 3x3x3 Rubik's Cube. We begin by discussing the cube's graph representation and defining distance as the model's optimization objective. The distance approximation task is reformulated as a node classification problem, effectively addressed using Graph Neural Networks (GNNs). After training the model on a random subgraph, the predicted classes are used to construct a heuristic for $A^*$ search. We conclude with experiments comparing our heuristic to that of the DeepCubeA model.

📄 PDF Abstract BibTeX arXiv:2501.18580

Code (0)

등록된 구현이 없습니다.

Tasks

Node ClassificationRubik's Cube

Similar Papers 제목 키워드 기반

Solving a Rubik's Cube Using its Local Graph Structure

2024-08-15 · Shunyu Yao, Mitchy Lee

The Rubix Cube is a 3-dimensional single-player combination puzzle attracting attention in the reinforcement learning community. A Rubix Cube has six faces and twelve possible actions, leading to a small and unconstraine…

Rubik's Cube

A Machine Learning Approach That Beats Large Rubik's Cubes

2025-02-18 · Alexander Chervov, Kirill Khoruzhii, Nikita Bukhal, Jalal Naghiyev 외

The paper proposes a novel machine learning-based approach to the pathfinding problem on extremely large graphs. This method leverages diffusion distance estimation via a neural network and uses beam search for pathfindi…

Rubik's Cube

Graph Neural Networks for Image Classification and Reinforcement Learning using Graph representations

2022-03-07 · Naman Goyal, David Steiner

In this paper, we will evaluate the performance of graph neural networks in two distinct domains: computer vision and reinforcement learning. In the computer vision section, we seek to learn whether a novel non-redundant…

image-classificationImage ClassificationInductive Biasreinforcement-learning+3

Self-Supervision is All You Need for Solving Rubik's Cube

2021-06-06 · Kyo Takano

Existing combinatorial search methods are often complex and require some level of expertise. This work introduces a simple and efficient deep learning method for solving combinatorial problems with a predefined goal, rep…

AllCombinatorial OptimizationRubik's CubeSelf-Supervised Learning

Solving Rubik's Cube Without Tricky Sampling

2024-11-29 · Yicheng Lin, Siyu Liang

The Rubiks Cube, with its vast state space and sparse reward structure, presents a significant challenge for reinforcement learning (RL) due to the difficulty of reaching rewarded states. Previous research addressed this…

Policy Gradient MethodsReinforcement Learning (RL)Rubik's Cube