mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-30 17:40:45 +00:00
add self-reference puzzles
This commit is contained in:
parent
2458d3a646
commit
bd8fc9beeb
5 changed files with 436 additions and 2 deletions
|
|
@ -1,8 +1,9 @@
|
|||
"""Tests for Ttsumego problem generation"""
|
||||
|
||||
import pytest
|
||||
from random import Random
|
||||
|
||||
import pytest
|
||||
|
||||
from reasoning_gym.games.tsumego import TsumegoConfig, TsumegoDataset
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue