mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-29 17:35:16 +00:00
move game_of_life from games to algorithmic
This commit is contained in:
parent
312291f2a7
commit
8960d66beb
4 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import pytest
|
||||
|
||||
from reasoning_gym.games.game_of_life import GameOfLifeConfig, GameOfLifeDataset
|
||||
from reasoning_gym.algorithmic.game_of_life import GameOfLifeConfig, GameOfLifeDataset
|
||||
|
||||
|
||||
def test_game_of_life():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue