reasoning-gym/reasoning_gym/logic
Ritvik19 6eb252ae32 Add 13 new procedural datasets across 7 categories
New dataset categories: combinatorics, statistics, optimization, and
formal languages. Extended existing algebra, arithmetic, probability,
logic, and graphs packages with complex_advanced, linear_algebra, limits,
number_theory, conditional_probability, set_operations, and job_scheduling.

Each dataset includes config validation, deterministic seeding, custom
scoring, curriculum support, and comprehensive unit tests (92 new tests).
2026-04-18 16:42:54 +05:30
..
contrib Fix small bit of old code (#386) 2025-03-24 09:00:28 +00:00
__init__.py Add 13 new procedural datasets across 7 categories 2026-04-18 16:42:54 +05:30
aiw.py support python 3.10 (#450) 2025-06-04 10:34:01 +01:00
circuit_logic.py fix(envs): Add source dataset and index to metadata (#388) 2025-03-20 11:12:14 +00:00
knights_knaves.py feat(curriculum): Knights and Knaves configs (#488) 2025-07-31 10:18:05 +02:00
propositional_logic.py support python 3.10 (#450) 2025-06-04 10:34:01 +01:00
self_reference.py fix(envs): Add source dataset and index to metadata (#388) 2025-03-20 11:12:14 +00:00
set_operations.py Add 13 new procedural datasets across 7 categories 2026-04-18 16:42:54 +05:30
syllogisms.py support python 3.10 (#450) 2025-06-04 10:34:01 +01:00
zebra_puzzles.py fix(envs): Add source dataset and index to metadata (#388) 2025-03-20 11:12:14 +00:00