Commit graph

14 commits

Author SHA1 Message Date
Andreas Koepf
7f30e711e5 reactivate default imports for PropositionalLogicDataset 2025-02-21 15:41:04 +01:00
Andreas Koepf
147088051d exclude PropositionalLogicDataset from auto-import (needs to be improved) 2025-02-20 12:08:48 +01:00
Andreas Koepf (aider)
63bd662acf feat: Add scoring method & unit tests for circuit logic dataset 2025-02-16 22:48:51 +01:00
Dragan Jovanović
719369bce6 fix for isort 2025-02-11 00:20:46 +01:00
Dragan Jovanović
60d0785a91 initial draft for circuit_logic dataset generator 2025-02-11 00:09:00 +01:00
Rich Jones
bd8fc9beeb add self-reference puzzles 2025-02-07 15:09:42 +01:00
Andreas Köpf
3f6b2fc807
Add Coaching & ScoreBoard class (result tracking) (#72)
* feat: Add Coach and ScoreBoard classes for performance tracking and difficulty adjustment
* feat: Add GroupedScores class to wrap aggregated scores
* refactor: Create ScoreStats class with tuple-based score statistics
* feat: Add unit test for Coach with CompositeDataset and multiple datasets
* fix: Add difficulty metadata to leg counting dataset
* feat: Add clear() method to ScoreBoard to reset all stored data
* feat: Add __len__ method to ScoreBoard to return number of scores
* feat: Add update_dataset_config method to CompositeDataset
* cleanup __init__ & imports
2025-02-06 23:15:28 +01:00
Rich Jones
7274f79c50 precommit hook linting 2025-02-03 14:40:58 +01:00
Rich Jones
0c9094e9f4 adds zebrapuzzles 2025-02-03 14:34:57 +01:00
Andreas Koepf
f396d3df60 post merge lint 2025-02-02 10:04:18 +01:00
Andreas Koepf
0dcff77b37 add reasoning_gym.create_dataset({name}, ...) global factory function 2025-01-25 00:58:34 +01:00
Andreas Koepf
6533cbc961 simplify simple_equation generation 2025-01-24 19:41:51 +01:00
Andreas Koepf (aider)
fdb10666ea feat: Add syllogism tasks dataset to reasoning_gym/logic module 2025-01-24 18:27:30 +01:00
Andreas Koepf (aider)
fa68760784 feat: Add propositional logic dataset generator with comprehensive logical reasoning tasks 2025-01-23 14:38:56 +01:00