mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-25 17:10:51 +00:00
Merge 70af0ad699 into 437e0b49c4
This commit is contained in:
commit
4de896375f
11 changed files with 1383 additions and 2 deletions
|
|
@ -84,7 +84,7 @@ class CountPrimesCurriculum(BaseCurriculum):
|
|||
self._define_attributes(
|
||||
RangeAttributeDefinition(
|
||||
name="n",
|
||||
levels=[10, 1000, 10_000, 50_000, 100_000],
|
||||
levels=[100, 500, 1000, 5000],
|
||||
description="Up to which number to consider the primes",
|
||||
lower_field_name="min_n",
|
||||
upper_field_name="max_n",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue