mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
shortest path curriculum (#271)
This commit is contained in:
parent
5bac641650
commit
f426db90ec
3 changed files with 58 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ from .course_schedule import CourseScheduleConfig, CourseScheduleCurriculum, Cou
|
|||
from .family_relationships import FamilyRelationshipsConfig, FamilyRelationshipsDataset
|
||||
from .largest_island import LargestIslandConfig, LargestIslandCurriculum, LargestIslandDataset
|
||||
from .quantum_lock import QuantumLockConfig, QuantumLockDataset
|
||||
from .shortest_path import ShortestPathConfig, ShortestPathDataset
|
||||
from .shortest_path import ShortestPathConfig, ShortestPathCurriculum, ShortestPathDataset
|
||||
|
||||
__all__ = [
|
||||
"FamilyRelationshipsConfig",
|
||||
|
|
@ -17,4 +17,5 @@ __all__ = [
|
|||
"CourseScheduleCurriculum",
|
||||
"ShortestPathConfig",
|
||||
"ShortestPathDataset",
|
||||
"ShortestPathCurriculum",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue