Spaces:
Running
Running
metadata
title: Rubik's Cube Solver
emoji: π§
colorFrom: blue
colorTo: green
sdk: docker
app_port: 7860
π§ Rubik's Cube Solver
Solve the Rubik's Cube using Reinforcement Learning! π
https://github.com/user-attachments/assets/a44214df-baa7-465f-88c1-8515dec39ead
ποΈββοΈ Train the Model
- Navigate to the
rlcubedirectory:cd rlcube - Install dependencies:
uv sync - Activate the virtual environment:
source .venv/bin/activate - Start training:
python -m rlcube.train.train
After training, your model will be saved in the models folder.
Please rename the trained file to model_final.pth so it can be used by the API. π―