Commit graph

38 commits

Author SHA1 Message Date
Andreas Koepf
4eff39dde5 adapt answer format to numbering in board output display 2025-02-07 15:54:01 +01:00
Andreas Koepf
3b19bc8469 expect full entry for score_answer 2025-02-07 15:26:39 +01:00
Andreas Koepf
81cb7aa42b Add GO hints, legend, disallow numeric answer, store expected string answer 2025-02-07 15:20:00 +01:00
Jean Kaddour
f625b9a68f feat: add tsumego 2025-02-07 11:22:33 +00:00
Andreas Köpf
426fa22fcc
Sokoban without pygame (#77)
* add minified version of https://github.com/xbandrade/sokoban-solver-generator

---------

Co-authored-by: Rich Jones <miserlou@gmail.com>
2025-02-07 11:57:53 +01:00
Zafir Stojanovski
b5a820a8d9 remove unmodified dunder methods 2025-02-06 22:56:11 +01:00
Joe Norton
9841f64ccd add dependency 2025-02-02 16:46:07 -08:00
Joe Norton
8222823c28 add toh score_answer 2025-02-02 16:37:20 -08:00
Andreas Koepf
057b9f2034 auto-load simple/intermediate integration tasks, stable order for n_queens (set was not stable) 2025-02-02 22:18:54 +01:00
Zafir Stojanovski
1912c571f9 cap N at 12 2025-02-02 16:52:36 +01:00
Zafir Stojanovski
c74b600085 n queens 2025-02-02 16:47:21 +01:00
Andreas Köpf
61293fe4a5
Merge pull request #33 from joenorton/tower_of_hanoi
adds Tower of Hanoi
2025-01-31 11:22:06 +01:00
Joe Norton
19c491aaf8 add example text 2025-01-31 01:14:45 -08:00
Joe Norton
b61bb23620 linter 2025-01-31 00:05:33 -08:00
joesharratt1229
37375f08a9 added linting checks 2025-01-31 07:19:55 +00:00
Joe Norton
4bf99d3e0b adds Tower of Hanoi
creates game file & test file, modifies games init to add toh
2025-01-30 23:16:06 -08:00
EC2 Default User
131e0d8f19 added countdown score answer impl 2025-01-31 06:42:25 +00:00
Andreas Koepf (aider)
b0e70008ea fix: Escape markdown code blocks with quadruple backticks in gallery generation 2025-01-31 00:29:03 +01:00
Andreas Koepf
a577f7cdf6 use sorted() for repeatable generation outputs (e.g. GALLERY.md) 2025-01-30 23:33:43 +01:00
Andreas Koepf
ebb88e6c6a lint 2025-01-30 22:55:04 +01:00
Rich Jones
fc81bbec06 game of life via cellpylib 2025-01-30 20:08:44 +01:00
Andreas Koepf
31a5b5cb76 formatting 2025-01-25 18:51:28 +01:00
Andreas Koepf (aider)
3fc0c672a0 refactor: Extract candidate expression generation into separate method 2025-01-25 01:54:32 +01:00
Andreas Koepf (aider)
63d42e1af8 refactor: Add retry loop with max attempts for countdown expression generation 2025-01-25 01:52:43 +01:00
Andreas Koepf (aider)
e0a2f18a19 fix: Improve division handling in countdown game generation 2025-01-25 01:39:55 +01:00
Andreas Koepf (aider)
9a9c2b0460 fix: Improve Countdown game expression generation and validation 2025-01-25 01:36:49 +01:00
Andreas Koepf
1116f981c4 rename countdown_game to just countdown 2025-01-25 01:33:22 +01:00
Andreas Koepf (aider)
61b637bce3 feat: Add CountdownGameDataset to reasoning_gym games module 2025-01-25 01:20:24 +01:00
Andreas Koepf
0dcff77b37 add reasoning_gym.create_dataset({name}, ...) global factory function 2025-01-25 00:58:34 +01:00
Andreas Koepf
e9549f2a63 pass config to ProceduralDataset base 2025-01-25 00:23:05 +01:00
Andreas Koepf
a07df085cf pre-commit 2025-01-24 23:55:43 +01:00
Andreas Koepf
a68a116528 place maze grid in markdown code block 2025-01-24 23:54:32 +01:00
Andreas Koepf
c4b37fd1af add question hint for maze dataset 2025-01-24 23:47:52 +01:00
panispani
adeda2870d Add Maze dataset and config 2025-01-24 21:56:40 +00:00
Andreas Koepf
20069b2a7d formatting 2025-01-24 10:34:07 +01:00
Andreas Koepf (aider)
4c6bcb763f fix: Improve mini sudoku board generation and empty cell handling 2025-01-23 23:16:59 +01:00
Andreas Koepf (aider)
877057421d feat: Add mini sudoku puzzle generator to games package 2025-01-23 23:14:51 +01:00
Andreas Koepf (aider)
c4b0923157 feat: Add Sudoku puzzle generator with configurable difficulty 2025-01-23 22:55:09 +01:00