mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-25 17:10:51 +00:00
add algorithmic verification hint in README, lint
This commit is contained in:
parent
22303dedb6
commit
0f5fc0fb93
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