Commit graph

17 commits

Author SHA1 Message Date
Andreas Köpf
a607db79f7 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
Zafir Stojanovski
7bec310591 delete words_alpha.txt 2025-02-06 10:12:25 +01:00
Zafir Stojanovski
74471ac85c generate all english anagrams 2025-02-05 16:25:23 +01:00
Cavit Erginsoy
6c564b3dd9 lint 2025-02-03 11:35:30 +00:00
Cavit Erginsoy
1e27021e11 Merge remote-tracking branch 'upstream/main' 2025-02-03 07:44:32 +00:00
Cavit Erginsoy
bb8313db6a filtered out lesser known words to aid model learning ease 2025-02-03 07:19:30 +00:00
Cavit Erginsoy
68847000d0 improved word quality, removed extremly rares 2025-02-02 19:24:53 +00:00
Andreas Koepf
bf62f631dd lint 2025-01-30 23:14:32 +01:00
Cavit Erginsoy
d57a7947a4 INIT 2025-01-30 21:32:46 +00:00
Andreas Koepf
87bf5d6f9a rename static.py -> wordle_words.py 2025-01-30 01:06:52 +01:00
Andreas Koepf
9450768aad lint, seed & size for figlet 2025-01-30 00:58:34 +01:00
Rich Jones
d6bab78fa1 figlet fonts 2025-01-29 20:38:38 +01:00
Andreas Koepf
aaabc05ace formatting 2025-01-24 10:34:07 +01:00
Andreas Koepf (aider)
355c718791 refactor: Replace deprecated open_text() with files() API 2025-01-23 19:19:14 +01:00
Andreas Koepf
17acf95414 add plaintext of book In the year 2889 by Michel & Jules Verne (project Gutenberg eBook #19362) 2025-01-23 19:01:44 +01:00
Andreas Koepf (aider)
0418ce22ad feat: Add data file loading utilities to reasoning_gym.data 2025-01-23 18:58:58 +01:00
Andreas Koepf (aider)
00430d9d6a feat: Add data file packaging configuration and __init__.py for reasoning_gym.data 2025-01-23 18:57:34 +01:00