Zafir Stojanovski
|
6b0ea7a14c
|
lint
|
2025-02-18 14:24:07 +01:00 |
|
Zafir Stojanovski
|
fd5c47d634
|
update generation of input string
|
2025-02-18 14:23:05 +01:00 |
|
Zafir Stojanovski
|
ed606631bb
|
Merge branch 'main' of https://github.com/open-thought/reasoning-gym into env/palindrome-partitioning
|
2025-02-18 14:08:00 +01:00 |
|
Oliver
|
49081e44bc
|
Constrain reward
|
2025-02-17 19:20:45 +00:00 |
|
Oliver
|
0de0044d52
|
Formatting/scoring improvements for BF & family
|
2025-02-17 19:08:15 +00:00 |
|
Oliver
|
b40c44059d
|
Cleanup question & add scoring for mini sudoku
|
2025-02-17 18:37:07 +00:00 |
|
Andreas Köpf
|
54d52ef6ae
|
Merge pull request #147 from Adefioye/koko/question-template-tinkering
Tweaking some question templates
|
2025-02-17 18:22:49 +01:00 |
|
Andreas Köpf
|
680665992f
|
Merge pull request #150 from zafstojano/fix/rectangle-count
fix(env): Rectangle Count
|
2025-02-17 18:22:35 +01:00 |
|
Andreas Köpf
|
97a444040b
|
Merge pull request #149 from zafstojano/fix/base-conversion
fix(env): Base Conversion
|
2025-02-17 18:21:39 +01:00 |
|
Andreas Koepf
|
aa794253fe
|
minor formatting changes
|
2025-02-17 18:20:18 +01:00 |
|
Andreas Köpf
|
5654f300b9
|
Merge pull request #106 from tohskai/multivariate-polynomial-multiplication
Better support for multivariate polynomials in PolynomialMultiplicationDataset
|
2025-02-17 18:08:36 +01:00 |
|
abdulhakeem
|
d3323b1a77
|
Remove python code reference in count_primes prompt
|
2025-02-17 10:29:14 -06:00 |
|
tohskai
|
28fcf4d481
|
Refactor PolynomialMultiplicationDataset and fix issues with score_answer
|
2025-02-17 17:04:48 +01:00 |
|
Zafir Stojanovski
|
1c75f7cfd2
|
fix prompt
|
2025-02-17 16:12:50 +01:00 |
|
Zafir Stojanovski
|
38e8e371b6
|
fix prompt
|
2025-02-17 14:21:10 +01:00 |
|
Zafir Stojanovski
|
c9895f1023
|
fix prompt and scoring function
|
2025-02-17 13:17:29 +01:00 |
|
abdulhakeem
|
5b1e42f878
|
Tweaked some question templates
|
2025-02-17 02:58:42 -06:00 |
|
Andreas Koepf
|
99b49f868f
|
fix question templates
|
2025-02-16 23:04:24 +01:00 |
|
Andreas Köpf
|
79758a31de
|
Merge pull request #105 from open-thought/circuit_logic
initial draft for circuit_logic dataset generator
|
2025-02-16 22:54:43 +01:00 |
|
Andreas Koepf
|
5348d9ed69
|
fix comment: legend no longer part of metadata
|
2025-02-16 22:53:18 +01:00 |
|
Andreas Koepf (aider)
|
0051c266d4
|
feat: Add scoring method & unit tests for circuit logic dataset
|
2025-02-16 22:48:51 +01:00 |
|
Andreas Köpf
|
2f3f2c7ccc
|
Merge pull request #146 from zafstojano/fix/word-sorting
fix(env): Word Sorting
|
2025-02-16 21:55:52 +01:00 |
|
Andreas Köpf
|
6997c71a8b
|
Merge pull request #145 from joesharratt1229/fix/games
Fix/games
|
2025-02-16 21:54:10 +01:00 |
|
Zafir Stojanovski
|
a27704b44e
|
fix template
|
2025-02-16 19:51:24 +01:00 |
|
joesharratt1229
|
2c032a2500
|
restrcutured maze prompt template
|
2025-02-16 18:26:24 +00:00 |
|
joesharratt1229
|
94e07ddbf2
|
updated tower of hanoi question template
|
2025-02-16 17:54:33 +00:00 |
|
joesharratt1229
|
ca07c8584e
|
updated countdown question template
|
2025-02-16 17:53:54 +00:00 |
|
joesharratt1229
|
cf6c15d0ee
|
Merge pull request #144 from joesharratt1229/fix/arithmetic
Added fixes for arithmetic environments
|
2025-02-16 16:34:09 +00:00 |
|
joesharratt1229
|
230fffe0a4
|
formatted answer as str
|
2025-02-16 15:56:58 +00:00 |
|
Andreas Köpf
|
33f888dce7
|
Merge pull request #140 from theblackcat102/cryptarithm
New task : Verbal arithmetic
|
2025-02-16 16:41:44 +01:00 |
|
Andreas Köpf
|
7f42ec7b19
|
Merge pull request #143 from zafstojano/fix/string-synthesis
fix(env): String Synthesis
|
2025-02-16 16:39:30 +01:00 |
|
Andreas Koepf
|
b78408200c
|
cryptarithm change defaults: size=500, include_example=True
|
2025-02-16 16:38:43 +01:00 |
|
Andreas Koepf
|
446913fee6
|
import CryptarithmDataset in algorithmic/__init__.py
|
2025-02-16 16:32:17 +01:00 |
|
Andreas Koepf
|
839c830c2a
|
formatting
|
2025-02-16 16:30:28 +01:00 |
|
joesharratt1229
|
fff40f4f36
|
adjusted gsm symbolic question template
|
2025-02-16 15:28:44 +00:00 |
|
Andreas Koepf
|
6fae41a6e1
|
ensure reward is float
|
2025-02-16 16:27:12 +01:00 |
|
Andreas Köpf
|
66ddb41bbd
|
Merge pull request #141 from joesharratt1229/feat/score-answer-impl
Added score answer implementations `spell_backward` and `sentence reordering`
|
2025-02-16 16:24:48 +01:00 |
|
joesharratt1229
|
72886c0668
|
changed products question template
|
2025-02-16 15:18:41 +00:00 |
|
Andreas Koepf
|
6bf2dfa36c
|
formatting
|
2025-02-16 16:18:39 +01:00 |
|
joesharratt1229
|
e00fc81ba8
|
added reasoning gtm gcd
|
2025-02-16 15:10:29 +00:00 |
|
joesharratt1229
|
3f731029dd
|
added fraction simplifications score answer impl
|
2025-02-16 15:08:24 +00:00 |
|
Zafir Stojanovski
|
a1e2e2324c
|
strip answer and solution
|
2025-02-16 15:39:10 +01:00 |
|
Zafir Stojanovski
|
1a3e4372ef
|
update prompt and score answer
|
2025-02-16 15:18:45 +01:00 |
|
joesharratt1229
|
1a33fba608
|
fixed chain sum
|
2025-02-16 14:09:16 +00:00 |
|
Andreas Koepf
|
5803a2962e
|
more tolerant parsing of futoshiki answers
|
2025-02-16 14:23:40 +01:00 |
|
joesharratt1229
|
35fe482c4d
|
updated spell backward impl
|
2025-02-16 13:10:26 +00:00 |
|
joesharratt1229
|
1c930a5e23
|
added custom score answer func
|
2025-02-16 13:10:03 +00:00 |
|
theblackcat102
|
9fe04f7c16
|
[feat] add include example params
|
2025-02-16 20:45:19 +08:00 |
|
joesharratt1229
|
cc7d422d78
|
merged remoted
Merge remote-tracking branch 'origin/main' into feat/score-answer-impl
|
2025-02-16 12:03:25 +00:00 |
|
joesharratt1229
|
569517664f
|
corrected failing airthmetic test
|
2025-02-16 12:01:54 +00:00 |
|