mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
inital stab at rubikscube
This commit is contained in:
parent
f7313d409c
commit
0d67fc102b
3 changed files with 146 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ authors = [
|
|||
description = "A library of procedural dataset generators for training reasoning models"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = ["sympy>=1.13.1"]
|
||||
dependencies = ["sympy>=1.13.1", "magiccube==0.3.0"]
|
||||
classifiers = [
|
||||
"Programming Language :: Python :: 3",
|
||||
"License :: OSI Approved :: Apache Software License",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue