mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
* Add acre python generators * acre: improved prompt & formatting of examples, support arbitrary sizes --------- Co-authored-by: Andreas Koepf <andreas.koepf@provisio.com>
15 lines
259 B
Python
15 lines
259 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
|
|
ONOFFOFF_MIN_POTENTIAL = 2
|
|
ONOFFOFF_MAX_POTENTIAL = 3
|
|
ONOFFOFF_MIN_NON = 3
|
|
ONOFFOFF_MAX_NON = 5
|
|
|
|
ONONOFF_MIN_POTENTIAL = 2
|
|
ONONOFF_MAX_POTENTIAL = 4
|
|
ONONOFF_MIN_NON = 3
|
|
ONONOFF_MAX_NON = 4
|
|
|
|
ATTR_CONFIG_SIZE = 24
|
|
ALL_CONFIG_SIZE = 48
|