Andreas Koepf
|
80719c7201
|
move game_of_life from games to algorithmic
|
2025-02-14 07:26:47 +01:00 |
|
Andreas Koepf
|
0e8bf42ddd
|
use json formatting for initial state of game-of-life board
|
2025-02-13 19:06:20 +01:00 |
|
Rich Jones
|
55b75602ed
|
json gol
|
2025-02-13 13:25:38 +01:00 |
|
Andreas Köpf
|
17ea7dd975
|
Merge pull request #89 from JeanKaddour/feat-swap-knights-puzzles
Feat swap knights puzzles
|
2025-02-09 00:33:48 +01:00 |
|
Andreas Koepf
|
4e49806d22
|
add ArcAgiDataset class, fix score_entry() metadata params
|
2025-02-08 23:18:18 +01:00 |
|
Jean Kaddour
|
3fec09c9ca
|
chore: run isort
|
2025-02-08 15:53:29 +00:00 |
|
Jean Kaddour
|
ff6d8b08cf
|
feat: add knight_swap
|
2025-02-08 15:38:45 +00:00 |
|
Andreas Koepf
|
1cf8981299
|
add CONTRIBUTING.md, simplify README.md
|
2025-02-08 15:59:44 +01:00 |
|
Jean Kaddour
|
faaede6e8d
|
refactor: add more docstrings and examples to tsumego
|
2025-02-07 23:02:57 +00:00 |
|
Andreas Koepf
|
6883a5b8c6
|
adapt answer format to numbering in board output display
|
2025-02-07 15:54:01 +01:00 |
|
Andreas Koepf
|
18a9f3343e
|
expect full entry for score_answer
|
2025-02-07 15:26:39 +01:00 |
|
Andreas Koepf
|
b448f553a4
|
Add GO hints, legend, disallow numeric answer, store expected string answer
|
2025-02-07 15:20:00 +01:00 |
|
Jean Kaddour
|
741118eb52
|
feat: add tsumego
|
2025-02-07 11:22:33 +00:00 |
|
Andreas Köpf
|
1b49713116
|
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
|
2dd53241e5
|
remove unmodified dunder methods
|
2025-02-06 22:56:11 +01:00 |
|
Joe Norton
|
0d217ead76
|
add dependency
|
2025-02-02 16:46:07 -08:00 |
|
Joe Norton
|
b5b1ea1e31
|
add toh score_answer
|
2025-02-02 16:37:20 -08:00 |
|
Andreas Koepf
|
db65e8451b
|
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
|
26f72f481c
|
cap N at 12
|
2025-02-02 16:52:36 +01:00 |
|
Zafir Stojanovski
|
1ca472dbd7
|
n queens
|
2025-02-02 16:47:21 +01:00 |
|
Andreas Köpf
|
e40581a955
|
Merge pull request #33 from joenorton/tower_of_hanoi
adds Tower of Hanoi
|
2025-01-31 11:22:06 +01:00 |
|
Joe Norton
|
1544d4eb73
|
add example text
|
2025-01-31 01:14:45 -08:00 |
|
Joe Norton
|
31fd2c20d3
|
linter
|
2025-01-31 00:05:33 -08:00 |
|
joesharratt1229
|
ca3a841bf6
|
added linting checks
|
2025-01-31 07:19:55 +00:00 |
|
Joe Norton
|
b3cd02f853
|
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
|
3a9eedaa87
|
added countdown score answer impl
|
2025-01-31 06:42:25 +00:00 |
|
Andreas Koepf (aider)
|
a3378bd95f
|
fix: Escape markdown code blocks with quadruple backticks in gallery generation
|
2025-01-31 00:29:03 +01:00 |
|
Andreas Koepf
|
9b33522b41
|
use sorted() for repeatable generation outputs (e.g. GALLERY.md)
|
2025-01-30 23:33:43 +01:00 |
|
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 |
|