rl-graph-cube

Rubik's cube graph solver. RL based.

Development

  1. Create VSCode project with code .

  2. Install poery dependencies and add environment for python linting. Use poetry config virtualenvs.in-project true for creation env folder inside project. Then poetry install --with dev.

  3. Inside container use:

    • pytest -v -s -x for all tests
    • use python -m IPython to check code

Important thinks

Deep cube

Gym

Other

TO-DO