mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
seed test config
This commit is contained in:
parent
633a1aa1ba
commit
52d6b2efd2
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ def test_rubikscube_items():
|
|||
config = RubiksCubeConfig(
|
||||
cube_size=3,
|
||||
scramble_steps=4,
|
||||
seed=42,
|
||||
size=100,
|
||||
)
|
||||
dataset = RubiksCubeDataset(config)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue