mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
course schedule
This commit is contained in:
parent
cd3c95baf0
commit
eee0b36983
5 changed files with 335 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
from .course_schedule import CourseScheduleConfig, CourseScheduleDataset
|
||||
from .family_relationships import FamilyRelationshipsConfig, FamilyRelationshipsDataset
|
||||
from .largest_island import LargestIslandDataset
|
||||
from .quantum_lock import QuantumLockConfig, QuantumLockDataset
|
||||
|
|
@ -8,4 +9,6 @@ __all__ = [
|
|||
"QuantumLockConfig",
|
||||
"QuantumLockDataset",
|
||||
"LargestIslandDataset",
|
||||
"CourseScheduleDataset",
|
||||
"CourseScheduleConfig",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue