Commit graph

57 commits

Author SHA1 Message Date
joesharratt1229
80ac138455
added family relatinship curriculum (#359) 2025-03-14 16:08:49 +01:00
joesharratt1229
91b3347d53
added quantum lock curriculum (#324) 2025-03-11 00:20:24 +01:00
Zafir Stojanovski
b915565c0d
add difficulty where possible (#274) 2025-03-07 19:01:26 +01:00
Andreas Köpf
c69bc5d4e6
Basic curriculum (#198)
* feat: Add optional curriculum support to dataset registration and creation
* docs: Add docstrings to create_curriculum() and register_dataset()
* feat: Add curriculum configuration classes for CurriculumExperiment
* feat: Add weight parameter to CurriculumAttributeConfig and use in DatasetSpec
* refactor: Simplify CurriculumAttributeConfig with "*" attribute level support
* test: Add unit tests for CurriculumExperiment class
* feat: Add from_yaml() method to CurriculumExperimentConfig with unit test
2025-03-07 11:22:12 +01:00
Zafir Stojanovski
f426db90ec
shortest path curriculum (#271) 2025-03-05 22:46:10 +01:00
Zafir Stojanovski
5bac641650
largest island curriculum (#270) 2025-03-05 22:45:35 +01:00
Zafir Stojanovski
8ccc4d7b0c
feat(env): Course Schedule Curriculum (#266)
* course schedule curriculum

* update levels

* update comments

* lint
2025-03-05 22:42:46 +01:00
Andreas Köpf
5d7fbac0ad
Minor question template & score_answer improvements (#261)
* math prompt improvements
* ignore brackets in complex_arithmetic results
* improve additional instruction in prompt of polynomial_equations
* more strict tests for score_answer in polynomial_equations
* simplify special reward handling
* fix test_intermediate_integration
* fix sokoban dataset
* add common dataset score_answer consistency test
2025-03-04 21:55:09 +01:00
joesharratt1229
061282e373
implemented family_relationships score ans (#260) 2025-03-04 21:37:57 +01:00
Rich Jones
0ba6119850
Game of Life partial scoring and rule-clarification (#258)
* partial scoring and rule clarification
* better ql scoring
* word seq reverse typos
2025-03-03 22:22:39 +01:00
Zafir Stojanovski
01e1c8f9af
fix: Unify Prompts (#254)
* remove cot
* fix prompt template
* fix pool matrix
* spiral matrix fixed
2025-03-03 21:55:53 +01:00
Andreas Koepf
45e452bff6 reduce size of default shortest_path maze grid 2025-02-23 22:27:17 +01:00
Zafir Stojanovski
c5f37d5e9f predict actual path 2025-02-23 18:24:23 +01:00
Zafir Stojanovski
97b3097984 shortest path 2025-02-23 11:25:00 +01:00
Andreas Koepf
3e7ff3b084 use native types List->list, Dict->dict, Set->set, Tuple->tuple 2025-02-21 15:15:38 +01:00
Oliver
1d0cad46f2 Formatting/scoring improvements for BF & family 2025-02-17 19:08:15 +00:00
Zafir Stojanovski
b5a820a8d9 remove unmodified dunder methods 2025-02-06 22:56:11 +01:00
Zafir Stojanovski
3121d3768a typo 2025-02-05 12:08:18 +01:00
Zafir Stojanovski
eee0b36983 course schedule 2025-02-04 23:50:24 +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
Zafir Stojanovski
083c8436db added largest island code 2025-02-03 22:46:06 +01:00
Andreas Koepf
01cc239746 add quantum lock answer format hint 2025-02-02 22:35:43 +01:00
Andreas Koepf
f396d3df60 post merge lint 2025-02-02 10:04:18 +01:00
Andreas Koepf (aider)
4e9fc4baad refactor: Use field default_factory TimeIntervalsConfig, AdvancedGeometryConfig 2025-02-02 09:55:51 +01:00
Andreas Koepf
ebb88e6c6a lint 2025-01-30 22:55:04 +01:00
Andreas Köpf
6e51caef9e
Merge branch 'main' into miserlou/bfi 2025-01-30 22:45:01 +01:00
Andreas Koepf
5a88cf2529 add simple dataset gallery generation script 2025-01-30 22:30:26 +01:00
Rich Jones
9d4f896329 init definitions 2025-01-30 17:15:48 +01:00
Andreas Koepf
a04db556e6 add algorithmic verification hint in README, lint 2025-01-30 10:14:54 +01:00
Andreas Koepf (aider)
38d64649f5 fix: Add validate() method to QuantumLockConfig 2025-01-30 01:22:46 +01:00
Andreas Koepf
970724fc49 refactor: Improve QuantumLock dataset with type hints, random seed, and code structure 2025-01-30 01:22:43 +01:00
Rich Jones
d230b5da97 Add QL puzz 2025-01-29 23:33:39 +01:00
Rich Jones
9f9359b3e4 initial puzzle 2025-01-29 23:25:59 +01:00
Andreas Koepf (aider)
458057ba18 feat: Add mother-in-law and father-in-law relationship detection 2025-01-27 21:24:35 +01:00
Andreas Koepf
c8219be6ae add uncle, aunt & niece and nephew family relationships 2025-01-27 21:19:48 +01:00
Andreas Koepf (aider)
277e65a7e0 feat: Randomly assign children to multiple couples in family generation 2025-01-27 20:54:58 +01:00
Andreas Koepf
a00bab6e21 refactor: Rename paternal_aunt variable to aunt for consistency 2025-01-27 20:54:56 +01:00
Andreas Koepf (aider)
187d671d18 feat: Add paternal aunt and her husband to family generation 2025-01-27 20:50:22 +01:00
Andreas Koepf (aider)
ca392c5d80 feat: Add paternal uncle and aunt to family generation process 2025-01-27 20:48:28 +01:00
Andreas Koepf (aider)
97c388d0b3 feat: Add separate maternal and paternal grandparents to family relationships 2025-01-27 20:41:13 +01:00
Andreas Koepf (aider)
c642c2b9a4 feat: Add aunt, uncle, niece, and nephew relationships to family graph 2025-01-27 20:28:18 +01:00
Andreas Koepf
cae7f0f98b min python 3.11 to support StrEnum 2025-01-26 22:17:43 +01:00
Andreas Koepf
ecbb155184 fix unit tests, lower python dependency to 3.9 2025-01-26 16:55:17 +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
49ff0742b8 cleanup 2025-01-24 17:39:37 +01:00
Andreas Koepf (aider)
45da09afe8 refactor: Use StrEnum and lowercase values for Gender and Relationship enums 2025-01-24 17:25:35 +01:00
Andreas Koepf
3dc80be7d2 formatting, cleanup 2025-01-24 17:12:42 +01:00
Andreas Koepf (aider)
b767e58e48 feat: Add 10 modern female names to default name list 2025-01-24 17:11:09 +01:00