mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2025-10-09 13:40:09 +03:00
22 lines
342 B
JSON
22 lines
342 B
JSON
[
|
|
{
|
|
"name": "letter_counting",
|
|
"min_words": 5,
|
|
"max_words": 15,
|
|
"size": 10,
|
|
"seed": 42
|
|
},
|
|
{
|
|
"name": "propositional_logic",
|
|
"size": 10,
|
|
"seed": 42
|
|
},
|
|
{
|
|
"name": "leg_counting",
|
|
"min_animals": 3,
|
|
"max_animals": 8,
|
|
"size": 10,
|
|
"seed": 42
|
|
}
|
|
]
|