mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
fixed relative imports
This commit is contained in:
parent
184d5b4270
commit
f10236a64c
2 changed files with 3 additions and 4 deletions
|
|
@ -1,11 +1,10 @@
|
|||
import random
|
||||
from typing import Any, List, Tuple
|
||||
|
||||
import matplotlib.pyplot as plt
|
||||
from dsl import *
|
||||
from matplotlib.colors import ListedColormap, Normalize
|
||||
|
||||
global rng
|
||||
rng = []
|
||||
from .dsl import *
|
||||
|
||||
|
||||
def unifint(rng: random.Random, diff_lb: float, diff_ub: float, bounds: Tuple[int, int]) -> int:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue