KonstantinKlepikov / rl-graph-cube

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Python 39.4%Language:Makefile 35.1%Language:Shell 25.5%