mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-30 17:40:45 +00:00
(evals): Medium configs (#415)
* updated medium configs * fix problematic curriculum values / small issues causing exceptions to be raised * optimus alpha config * all configs so far * fix tests
This commit is contained in:
parent
cd1a9ea58b
commit
290bfc4fdd
25 changed files with 7050 additions and 63 deletions
|
|
@ -83,7 +83,7 @@ def test_jugs_curriculum():
|
|||
curriculum.increment_attr_level("difficulty")
|
||||
upper_bound_cfg: JugsCurriculum = curriculum.generate_configuration(base_value)
|
||||
assert upper_bound_cfg.num_jugs == 7
|
||||
assert upper_bound_cfg.difficulty == 199
|
||||
assert upper_bound_cfg.difficulty == 20
|
||||
|
||||
# Test lower bound boundary condition
|
||||
for _ in range(10):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue