Oliver Stanley
|
a71994ad03
|
add rush hour curriculum (#362)
* add rush hour curriculum
* add to __init__.py
|
2025-03-14 16:11:23 +01:00 |
|
Oliver Stanley
|
8f8bd9d756
|
add sudoku curriculum (#360)
* sudoku curriculum
* add test
* add to __init__.py
|
2025-03-14 16:09:49 +01:00 |
|
joesharratt1229
|
fa7d8e66b3
|
added boxnet generator and curr (#364)
|
2025-03-14 08:48:57 +01:00 |
|
Zafir Stojanovski
|
c81036004f
|
maze curriculum (#343)
|
2025-03-13 21:01:48 +01:00 |
|
joesharratt1229
|
3c39cbda40
|
added sokoban dataset (#325)
|
2025-03-11 00:21:03 +01:00 |
|
joesharratt1229
|
e9944149bd
|
added tsumego curric (#323)
|
2025-03-11 00:19:55 +01:00 |
|
joesharratt1229
|
e01910254d
|
added futoshiki and tower hanou (#316)
* added futoshiki and tower hanou
* corrected failed unit tests
|
2025-03-11 00:12:32 +01:00 |
|
joesharratt1229
|
30f5d823da
|
Curriculum/emoji mystery (#315)
* added emoji curriculum
* updated metadata
* added curriculum to register
|
2025-03-11 00:11:27 +01:00 |
|
Zafir Stojanovski
|
e4b13bf51f
|
mini sudoku curriculum (#311)
|
2025-03-10 00:29:53 +01:00 |
|
joesharratt1229
|
f3ee9a91a2
|
Added puzzle24 closes #208 (#268)
* added puzzle24
|
2025-03-05 22:36:37 +01:00 |
|
Zafir Stojanovski
|
d0a42116fb
|
feat(env): Mahjong Puzzle Curriculum (#263)
* mahjong curriculum
* typo
* update levels
|
2025-03-05 22:28:02 +01:00 |
|
Zafir Stojanovski
|
8ecc723607
|
feat(env): NQueens Curriculum (#262)
* curriculum & tests
|
2025-03-05 15:05:17 +01:00 |
|
Zafir Stojanovski
|
9c581f1be1
|
Mahjong Puzzle (#241)
* mahjong
|
2025-03-01 16:27:26 +01:00 |
|
Andreas Koepf
|
51808210aa
|
add markdown tripple backtick code block for emoji_mystry hint
|
2025-02-21 21:06:07 +01:00 |
|
Andreas Köpf
|
c56045b9a7
|
Merge branch 'main' into feat/emoji-mystery
|
2025-02-21 20:58:39 +01:00 |
|
joesharratt1229
|
5e64d1c24c
|
added emoji dataset
|
2025-02-21 17:57:41 +00:00 |
|
Andreas Koepf
|
f1bd5ef493
|
import FutoshikiDataset & update GALLERY
|
2025-02-15 21:26:15 +01:00 |
|
Andreas Koepf
|
05056ffb50
|
add RushHour to games/__init__.py
|
2025-02-14 17:35:14 +01:00 |
|
Andreas Koepf
|
8960d66beb
|
move game_of_life from games to algorithmic
|
2025-02-14 07:26:47 +01:00 |
|
Jean Kaddour
|
71e0fb5418
|
feat: add knight_swap
|
2025-02-08 15:38:45 +00: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
|
c74b600085
|
n queens
|
2025-02-02 16:47:21 +01:00 |
|
Joe Norton
|
b61bb23620
|
linter
|
2025-01-31 00:05:33 -08: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 |
|
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
|
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
|
a07df085cf
|
pre-commit
|
2025-01-24 23:55:43 +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)
|
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 |
|