move game_of_life from games to algorithmic

This commit is contained in:
Andreas Koepf 2025-02-14 07:26:47 +01:00
parent 312291f2a7
commit 8960d66beb
4 changed files with 4 additions and 4 deletions

View file

@ -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():