reasoning-gym/reasoning_gym/logic
Zafir Stojanovski a969d8ef05
feat(curriculum): Knights and Knaves configs (#488)
* configs

* reduce complexity of curriculum

* update lower bound

* add failure threshold

* update last_k

* update thresholds for success and failure

* update curriculum file as well

* update run name for noncurriculum

* lint

* dtype model eval

* return binary scoring

* set eval repeats to 3

* fix tests
2025-07-31 10:18:05 +02:00
..
contrib Fix small bit of old code (#386) 2025-03-24 09:00:28 +00:00
__init__.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
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
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