Commit graph

62 commits

Author SHA1 Message Date
Andreas Koepf
ee2c03ea65 import string_insertion, minor whitespace fixes, gallery update 2025-02-14 07:55:38 +01:00
Andreas Koepf
6c5ee5b915 update GALLERY.md & bump version 2025-02-11 23:43:56 +01:00
Andreas Koepf
eb25ab9656 update gallery, lower default config values for PowerFunctionDataset 2025-02-10 22:42:04 +01:00
Andreas Koepf
c59db00196 reduce default zero probability for binary matrix 2025-02-09 20:05:56 +01:00
Andreas Koepf
04bffd8f59 update GALLERY.md after merging knight_swap 2025-02-09 00:35:56 +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 (aider)
ec8036c099 feat: Add configurable rotation and mirror augmentation variants 2025-02-09 00:16:41 +01:00
Andreas Koepf
2ad0965fdc move arc_1d into from cognition into arc folder 2025-02-08 19:37:26 +01:00
Andreas Koepf
aaa89b0b3f update gallery spiral_matrix 2025-02-08 19:15:26 +01:00
Andreas Köpf
8512a024fd Merge pull request #85 from zafstojano/env/spiral-matrix
Spiral Matrix
2025-02-08 19:14:02 +01:00
Andreas Koepf
8160665990 remove unnecessary newline from arc prompt 2025-02-08 19:12:41 +01:00
Andreas Koepf
052c983cd5 re-arc cleanup 2025-02-08 19:07:28 +01:00
Zafir Stojanovski
6815a892e2 Merge branch 'main' of https://github.com/open-thought/reasoning-gym into env/spiral-matrix 2025-02-08 18:52:45 +01:00
Andreas Köpf
e69c3f5e0d Merge branch 'main' into env/ransom-note 2025-02-08 17:34:31 +01:00
Jean Kaddour
5be7f51cd6 Update GALLERY.md to include Knight Swap 2025-02-08 15:49:10 +00:00
Andreas Koepf
1cf8981299 add CONTRIBUTING.md, simplify README.md 2025-02-08 15:59:44 +01:00
Zafir Stojanovski
a787709781 remove GALLERY.md stuff 2025-02-08 14:50:54 +01:00
Zafir Stojanovski
064b14fc24 remove GALLERY.md stuff 2025-02-08 14:50:06 +01:00
Zafir Stojanovski
9e6af4a871 Merge branch 'main' of https://github.com/open-thought/reasoning-gym into env/ransom-note 2025-02-08 13:19:37 +01:00
Zafir Stojanovski
f10f2417b7 Merge branch 'main' of https://github.com/open-thought/reasoning-gym into env/spiral-matrix 2025-02-08 13:15:02 +01:00
Jean Kaddour
bdcc00a26c Update GALLERY.md 2025-02-08 08:26:25 +00:00
Jean Kaddour
4e52a919a8 make formatting consistent 2025-02-07 23:07:29 +00:00
Jean Kaddour
faaede6e8d refactor: add more docstrings and examples to tsumego 2025-02-07 23:02:57 +00:00
Andreas Koepf
2a363c8610 bump version to 0.1.14 2025-02-07 18:28:06 +01:00
Andreas Koepf
f79d4ab5e8 add complex_arithmetic 2025-02-07 17:53:30 +01:00
Andreas Koepf
b448f553a4 Add GO hints, legend, disallow numeric answer, store expected string answer 2025-02-07 15:20:00 +01:00
Zafir Stojanovski
8e968e87fb ransom note 2025-02-07 14:47:00 +01:00
Zafir Stojanovski
ff938f1f26 spiral matrix 2025-02-07 12:46:36 +01: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
Andreas Köpf
b23d25c92a Merge pull request #65 from zafstojano/env/group-anagrams
Group Anagrams together
2025-02-06 13:03:27 +01:00
Andreas Koepf
1df765e9e9 Revert "update GALLERY.md (complex_arithmetic)"
This reverts commit ff67fc8a51.
2025-02-06 08:14:17 +01:00
Andreas Koepf
ff67fc8a51 update GALLERY.md (complex_arithmetic) 2025-02-06 08:00:40 +01:00
Zafir Stojanovski
7f611c2e0e group anagrams env 2025-02-06 00:11:07 +01:00
Andreas Koepf
bb618d4b87 update dataset gallery 2025-02-05 21:17:37 +01:00
Zafir Stojanovski
0de4d5ca4c course schedule 2025-02-04 23:50:24 +01:00
Andreas Koepf
00b693570b use PYTHONHASHSEED=1 for generate_gallery.py 2025-02-04 12:03:45 +01:00
Andreas Köpf
4a78b028f0 Merge pull request #57 from zafstojano/env/largest-island
Find Largest Island (BFS)
2025-02-04 00:20:06 +01:00
Andreas Koepf
7e5c427aea minor logic puzzle changes 2025-02-04 00:18:21 +01:00
Andreas Koepf
94f877d17a use explicit rng for zebra generation (not yet fully deterministic) 2025-02-04 00:00:54 +01:00
Andreas Koepf
156b09951e black formatting 2025-02-03 22:57:24 +01:00
Zafir Stojanovski
adaf204743 update readmes 2025-02-03 22:51:35 +01:00
Andreas Koepf
5285af81d4 gallery update: word_ladder & zebra_puzzles 2025-02-03 17:56:16 +01:00
Andreas Koepf
49264f6afd update GALLERY.md 2025-02-03 12:42:11 +01:00
Andreas Koepf
f8c7807892 add arc_1d dataset 2025-02-02 23:03:56 +01: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
Andreas Koepf
d1c198344a run scripts/generate_gallery.py 2025-02-02 21:56:17 +01:00
Andreas Köpf
4c577f4051 Merge pull request #47 from zafstojano/feat/n-queens
feat(env): N Queens
2025-02-02 21:54:02 +01:00
Andreas Koepf
bf9f170b69 update gallery SyllogismDataset 2025-02-02 17:28:01 +01:00
Zafir Stojanovski
1ca472dbd7 n queens 2025-02-02 16:47:21 +01:00
Andreas Koepf
94eeff3255 post merge formatting 2025-02-02 15:24:39 +01:00