Commit graph

19 commits

Author SHA1 Message Date
Andreas Koepf
25540b6634 lint 2025-01-30 22:55:04 +01:00
Rich Jones
189f5bf7a1 game of life via cellpylib 2025-01-30 20:08:44 +01:00
Andreas Koepf
6af2231d84 formatting 2025-01-25 18:51:28 +01:00
Andreas Koepf (aider)
5899b5f913 refactor: Extract candidate expression generation into separate method 2025-01-25 01:54:32 +01:00
Andreas Koepf (aider)
23c5c3e0db refactor: Add retry loop with max attempts for countdown expression generation 2025-01-25 01:52:43 +01:00
Andreas Koepf (aider)
b63302b482 fix: Improve division handling in countdown game generation 2025-01-25 01:39:55 +01:00
Andreas Koepf (aider)
c9a35b66bc fix: Improve Countdown game expression generation and validation 2025-01-25 01:36:49 +01:00
Andreas Koepf
e8e455ca72 rename countdown_game to just countdown 2025-01-25 01:33:22 +01:00
Andreas Koepf (aider)
a5f0d5d6e5 feat: Add CountdownGameDataset to reasoning_gym games module 2025-01-25 01:20:24 +01:00
Andreas Koepf
519e411fa5 add reasoning_gym.create_dataset({name}, ...) global factory function 2025-01-25 00:58:34 +01:00
Andreas Koepf
0d2d8ba6a0 pass config to ProceduralDataset base 2025-01-25 00:23:05 +01:00
Andreas Koepf
fec13b8c16 pre-commit 2025-01-24 23:55:43 +01:00
Andreas Koepf
e686340419 place maze grid in markdown code block 2025-01-24 23:54:32 +01:00
Andreas Koepf
4d35bcaab0 add question hint for maze dataset 2025-01-24 23:47:52 +01:00
panispani
4032b2de23 Add Maze dataset and config 2025-01-24 21:56:40 +00:00
Andreas Koepf
aaabc05ace formatting 2025-01-24 10:34:07 +01:00
Andreas Koepf (aider)
3c3a42f07f fix: Improve mini sudoku board generation and empty cell handling 2025-01-23 23:16:59 +01:00
Andreas Koepf (aider)
a503089587 feat: Add mini sudoku puzzle generator to games package 2025-01-23 23:14:51 +01:00
Andreas Koepf (aider)
87d1db2a1a feat: Add Sudoku puzzle generator with configurable difficulty 2025-01-23 22:55:09 +01:00