Rubik-Tensor / README.md
JBAujogue's picture
edit pre-commits
aff0925
|
raw
history blame
549 Bytes

Rubik-Tensor

Setup

This project uses uv as environment & dependency manager, and python 3.12 as core interpreter. Install the project with

uv venv
uv sync
(Optional) pre-commit install

Basic usage

python -m rubik hello "World"

Roadmap

  • Fully tensorized Rubik Cube model (states, actions) running on cuda.
  • Base solvers following rule-based policies.
  • Visualization interface.
  • Movement explorer: Explore result of an input sequences of moves, find sequences of moves satisfying input constrains.