mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-25 17:10:51 +00:00
simple geometry curriculum (#342)
This commit is contained in:
parent
1e2808889c
commit
c3554c65f0
3 changed files with 46 additions and 3 deletions
|
|
@ -1,9 +1,10 @@
|
|||
from .advanced_geometry import AdvancedGeometryConfig, AdvancedGeometryDataset
|
||||
from .simple_geometry import SimpleGeometryConfig, SimpleGeometryDataset
|
||||
from .simple_geometry import SimpleGeometryConfig, SimpleGeometryCurriculum, SimpleGeometryDataset
|
||||
|
||||
__all__ = [
|
||||
"SimpleGeometryConfig",
|
||||
"SimpleGeometryDataset",
|
||||
"SimpleGeometryCurriculum",
|
||||
"AdvancedGeometryConfig",
|
||||
"AdvancedGeometryDataset",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue