Commit graph

475 commits

Author SHA1 Message Date
Zafir Stojanovski
eee0b36983 course schedule 2025-02-04 23:50:24 +01:00
Andreas Koepf
cd3c95baf0 update notice of 3rd party code import 2025-02-04 13:47:57 +01:00
Andreas Koepf
f5e87856bf use PYTHONHASHSEED=1 for generate_gallery.py 2025-02-04 12:03:45 +01:00
Andreas Köpf
7506592775
Merge pull request #59 from open-thought/fix_zebra_order
Make zebra puzzle clue order deterministic
2025-02-04 11:48:52 +01:00
Andreas Koepf
9bc92952f8 minimize changes 2025-02-04 11:46:19 +01:00
Andreas Koepf
f2b4c3d078 use sorted() and OrderedDict to make zebra puzzle clue order deterministic 2025-02-04 11:24:04 +01:00
Andreas Köpf
0cbd376dc1
Merge pull request #57 from zafstojano/env/largest-island
Find Largest Island (BFS)
2025-02-04 00:20:06 +01:00
Andreas Koepf
f5128207a6 minor logic puzzle changes 2025-02-04 00:18:21 +01:00
Andreas Koepf
2b6315474a remove solver graph folder 2025-02-04 00:07:01 +01:00
Andreas Koepf
04cd81dd76 use explicit rng for zebra generation (not yet fully deterministic) 2025-02-04 00:00:54 +01:00
Zafir Stojanovski
b185ba0f3e pre-commit 2025-02-03 23:25:01 +01:00
Zafir Stojanovski
feeb85c7ae add clarifications for bounds 2025-02-03 23:21:58 +01:00
Andreas Koepf (aider)
d0760926d0 test: Add deterministic test for ZebraDataset generation 2025-02-03 22:59:23 +01:00
Andreas Koepf
c8fcb6ca02 black formatting 2025-02-03 22:57:24 +01:00
Andreas Köpf
5a7cbe7c24
Merge pull request #42 from Adefioye/koko/gsm-symbolic-task-1
Create python generator files for gsm symbolic data templates
2025-02-03 22:54:29 +01:00
Zafir Stojanovski
f7ebdd0622 update readmes 2025-02-03 22:51:35 +01:00
Zafir Stojanovski
083c8436db added largest island code 2025-02-03 22:46:06 +01:00
Andreas Koepf
2522d31a74 gallery update: word_ladder & zebra_puzzles 2025-02-03 17:56:16 +01:00
Andreas Köpf
052d76d2ca
Merge pull request #55 from Miserlou/rich/fflogic
Adds Zebra/Murdle/Einstein/Grid Style Puzzles
2025-02-03 17:52:22 +01:00
Rich Jones
4a19aa8f14 readme 2025-02-03 16:49:18 +01:00
Rich Jones
4d950e562a cleanup 2025-02-03 16:47:29 +01:00
Andreas Köpf
c6fbff7d8f
Merge pull request #52 from cavit99/main
Improve Word Ladder and add complete example suite
2025-02-03 15:16:29 +01:00
Rich Jones
7274f79c50 precommit hook linting 2025-02-03 14:40:58 +01:00
Rich Jones
0c9094e9f4 adds zebrapuzzles 2025-02-03 14:34:57 +01:00
Andreas Koepf
5d84b6bec5 update GALLERY.md 2025-02-03 12:42:11 +01:00
Andreas Köpf
57c605002a
Merge pull request #50 from joenorton/toh-score-answer
feat: toh scoring
2025-02-03 12:39:45 +01:00
Cavit Erginsoy
aff0fecef4 lint 2025-02-03 11:35:30 +00:00
Andreas Köpf
00961bc72a
Merge pull request #39 from joenorton/palindrome_generation
feat: add palindrome_generation
2025-02-03 10:10:29 +01:00
Cavit Erginsoy
9b1068ea39 Merge remote-tracking branch 'upstream/main' 2025-02-03 07:44:32 +00:00
Cavit Erginsoy
15f5c8158b Add word ladder dataset to GALLERY.md
- Documented word ladder dataset configuration and generation details
- Included three example tasks demonstrating word transformation scenarios
- Updated table of contents with new dataset entry
2025-02-03 07:25:11 +00:00
Adefioye
40b5c5583c
Merge branch 'main' into koko/gsm-symbolic-task-1 2025-02-03 01:23:26 -06:00
Cavit Erginsoy
4355d5a5fe Comprehensive test suite for word ladder dataset generation
- Added extensive test coverage for word ladder configuration validation
- Implemented tests for neighbor computation, path finding, and graph caching
- Included performance and edge case tests
- Verified solution optimality and path generation logic
- Added tests for word set loading and pair generation
2025-02-03 07:22:03 +00:00
Cavit Erginsoy
d5065955a8 Refactor word ladder generation with improved validation and graph-based path finding
- Enhanced configuration validation with size and length constraints
- Implemented graph-based neighbor computation and caching
- Simplified path finding algorithm with more robust length checking
- Added more flexible word set loading with configurable length ranges
- Improved error handling for dataset generation
2025-02-03 07:21:43 +00:00
abdulhakeem
f2b5e88390 Refactor gsm symbolic dataset 2025-02-03 01:21:21 -06:00
Cavit Erginsoy
7b61fc5043 Completed: full example suite 2025-02-03 07:21:12 +00:00
Cavit Erginsoy
08f300911f add .DS_Store 2025-02-03 07:20:17 +00:00
Cavit Erginsoy
ade33e1a22 filtered out lesser known words to aid model learning ease 2025-02-03 07:19:30 +00:00
Cavit Erginsoy
c0a8a9e46f update test to match 2025-02-03 03:27:49 +00:00
Joe Norton
731d36f43f add palindrome score_answer
add palindrome score_answer & test
2025-02-02 18:04:47 -08: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
3aeec71523 add attribution for arc-1d and unit tests 2025-02-02 23:45:25 +01:00
Andreas Koepf (aider)
a9549057e9 test: Add scoring tests for Arc1D dataset answer evaluation 2025-02-02 23:31:20 +01:00
Andreas Koepf
b7532f66ca test: Remove test_arc_1d.py file from tests directory 2025-02-02 23:30:15 +01:00
Andreas Koepf (aider)
978a0879f7 feat: Add mirrored and inverse task variations to ARC_1D_TASKS 2025-02-02 23:21:46 +01:00
Andreas Koepf
9a1270dd95 add arc_1d dataset 2025-02-02 23:03:56 +01:00
Andreas Koepf (aider)
a060348a9c fix: Resolve undefined task function references in arc_1d.py 2025-02-02 22:49:28 +01:00
Andreas Koepf (aider)
b599d6e1a2 feat: Add Arc1D dataset with comprehensive task generation and configuration 2025-02-02 22:49:00 +01:00
Andreas Koepf (aider)
905ef7b89d feat: Add missing task transformation imports to test_arc_1d.py 2025-02-02 22:42:43 +01:00
Andreas Koepf (aider)
84e4f1c5bc feat: Add task augmentation functions mirror, inverse, and identity to arc_1d.py 2025-02-02 22:42:21 +01:00