mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-23 16:55:05 +00:00
seed test config
This commit is contained in:
parent
9daaccc208
commit
b2b2311329
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