mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-22 16:49:06 +00:00
added largest island code
This commit is contained in:
parent
6ecd25c283
commit
14e68a76cb
3 changed files with 274 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
from .family_relationships import FamilyRelationshipsConfig, FamilyRelationshipsDataset
|
||||
from .largest_island import LargestIslandDataset
|
||||
from .quantum_lock import QuantumLockConfig, QuantumLockDataset
|
||||
|
||||
__all__ = [
|
||||
|
|
@ -6,4 +7,5 @@ __all__ = [
|
|||
"FamilyRelationshipsDataset",
|
||||
"QuantumLockConfig",
|
||||
"QuantumLockDataset",
|
||||
"LargestIslandDataset",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue