reasoning-gym/reasoning_gym/games
SII-Whereby 7d68a6cc70
Fix(reasoning_gym/games/countdown): Resolve SymPy parsing conflict for 10+ input numbers (#514)
* Refactor expression generation and substitution logic

Updated symbol naming and added safe replacement for expressions.

* Add expr_str to return values in countdown.py

Modified return statement to include the modified expression string.

* Implement test for min_numbers exceeding 10

Add test for CountdownDataset with more than 10 numbers

* Remove trailing-whitespace

* Improve readability of CountdownDataset initialization

Refactor CountdownDataset initialization for readability.
2025-12-15 11:05:38 +00:00
..
contrib added sokoban dataset (#325) 2025-03-11 00:21:03 +01:00
__init__.py add survo env (#461) 2025-06-08 11:56:33 +01:00
boxnet.py fix boxnet scoring function (#420) 2025-04-14 20:44:24 +01:00
countdown.py Fix(reasoning_gym/games/countdown): Resolve SymPy parsing conflict for 10+ input numbers (#514) 2025-12-15 11:05:38 +00:00
emoji_mystery.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
futoshiki.py make task entries json serializable (#443) 2025-06-02 08:57:15 +02:00
kakurasu.py add kakurasu env (#460) 2025-06-08 09:20:53 +01:00
knight_swap.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
mahjong.py fix(envs): Add source dataset and index to metadata (#388) 2025-03-20 11:12:14 +00:00
maze.py (evals): Medium configs (#415) 2025-04-14 08:25:31 +02:00
mini_sudoku.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
n_queens.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
puzzle24.py make task entries json serializable (#443) 2025-06-02 08:57:15 +02:00
rush_hour.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
sokoban.py Feat/intragen experiments (#414) 2025-04-16 08:04:52 +02:00
sudoku.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
survo.py add survo env (#461) 2025-06-08 11:56:33 +01:00
tower_of_hanoi.py fix boxnet scoring function (#420) 2025-04-14 20:44:24 +01:00
tsumego.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00