reasoning-gym/reasoning_gym/induction/acre/const.py
Adefioye c8c3930797
Add ACRE(Abstract Causal REasoning Beyond Covariation) python generators (#199)
* Add acre python generators
* acre: improved prompt & formatting of examples, support arbitrary sizes

---------

Co-authored-by: Andreas Koepf <andreas.koepf@provisio.com>
2025-03-10 00:09:54 +01:00

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