mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-23 16:55:05 +00:00
feat(env): Group Anagrams Curriculum (#288)
* group anagrams curriculum
This commit is contained in:
parent
07eb434d61
commit
e8601a63b4
4 changed files with 96 additions and 23 deletions
|
|
@ -181,7 +181,7 @@ def test_shortest_path_answer():
|
|||
assert dataset.score_answer(None, entry) == 0.0
|
||||
|
||||
|
||||
def test_chain_sum_curriculum():
|
||||
def test_shortest_path_curriculum():
|
||||
curriculum = ShortestPathCurriculum()
|
||||
|
||||
base_value = {"size": 150, "seed": 1}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue