reasoning-gym/reasoning_gym/logic
Oliver Stanley 7475a20700
include ranges rather than sampled values in difficulty metadata dicts (#387)
* update difficulty metadata for logic datasets

* update difficulty metadata for graph datasets

* update difficulty metadata for geometry datasets

* update difficulty metadata for games datasets

* update difficulty metadata for cognition datasets

* update difficulty metadata for arithmetic datasets

* update difficulty metadata for arc datasets

* update difficulty metadata for algorithmic datasets

* update difficulty metadata for algebra datasets

* use tuples

* update tests

* update tests
2025-03-20 10:27:03 +01:00
..
contrib use native types List->list, Dict->dict, Set->set, Tuple->tuple 2025-02-21 15:15:38 +01:00
__init__.py circuit logic curriculum (#368) 2025-03-14 16:17:00 +01:00
aiw.py Refactor Curriculum Attributes (#335) 2025-03-16 15:40:28 +01:00
circuit_logic.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
knights_knaves.py Minor question template & score_answer improvements (#261) 2025-03-04 21:55:09 +01:00
propositional_logic.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
self_reference.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
syllogisms.py use native types List->list, Dict->dict, Set->set, Tuple->tuple 2025-02-21 15:15:38 +01:00
zebra_puzzles.py Refactor Curriculum Attributes (#335) 2025-03-16 15:40:28 +01:00