Commit graph

9 commits

Author SHA1 Message Date
Zafir Stojanovski
dced3bfc45
fix(curriculum): Make boundaries in curriculum more sensible (#407)
* init

* fix tests

* unify codeio

* filtered for libraries not present in reasoning-gym

* fix more bounds

* puzzle24

* knight swap curriculum

* fix number sorting

* fix attributes

* add validation of config in creation of dataset

* dry run for instantiating and validating the datasets

* remove unused imports

* fix curriculum tests to reference newly updated attribute names
2025-04-04 20:24:14 +02:00
Andreas Köpf
d6f399b8e4
Add eval configs, small fixes to eval script & rush-hour score_answer 2025-03-16 09:18:05 +01:00
Oliver Stanley
a71994ad03
add rush hour curriculum (#362)
* add rush hour curriculum

* add to __init__.py
2025-03-14 16:11:23 +01:00
Rich Jones
fe0f9ae114
Fix Rush Hour (#336)
* think it fixes rush hour

* explain walls
2025-03-13 20:42:40 +01:00
Andreas Koepf
a5d784c6ef fix handling of walls, add unit test 2025-02-14 23:29:17 +01:00
Andreas Koepf (aider)
316aebfadc feat: Add score_answer method to RushHourDataset with input validation 2025-02-14 17:33:01 +01:00
Andreas Koepf (aider)
ca5e23e195 test: Add comprehensive unit tests for RushHourDataset 2025-02-14 17:29:43 +01:00
Andreas Koepf
f0ad47a29a test: Add partial move sequence test for Rush Hour board 2025-02-14 17:27:19 +01:00
Andreas Koepf
27a945dd07 add unit test for RushHour Board::perform_moves() 2025-02-14 16:59:19 +01:00