feat(env): Group Anagrams Curriculum (#288)

* group anagrams curriculum
This commit is contained in:
Zafir Stojanovski 2025-03-08 01:49:12 +01:00 committed by GitHub
parent 07eb434d61
commit e8601a63b4
4 changed files with 96 additions and 23 deletions

View file

@ -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}