mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-23 16:55:05 +00:00
add algorithmic verification hint in README, lint
This commit is contained in:
parent
38d64649f5
commit
a04db556e6
3 changed files with 21 additions and 19 deletions
|
|
@ -1,7 +1,7 @@
|
|||
from dataclasses import dataclass
|
||||
import re
|
||||
from random import Random
|
||||
from collections import deque
|
||||
from dataclasses import dataclass
|
||||
from random import Random
|
||||
from typing import Any, Optional
|
||||
|
||||
from ..factory import ProceduralDataset, register_dataset
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue