reasoning-gym/reasoning_gym/games
Oliver Stanley c0e98f93b4
make task entries json serializable (#443)
* make sympy-based task entries json serializable

* remove datetime objs from time_intervals metadata

* make adv geometry json serializable

* make futoshiki metadata json serializable

* fixes

* futoshiki tweaks

* fix adv geometry

* deal with fractions in str representations

* fix

* restore start_time, end_time as str
2025-06-02 08:57:15 +02:00
..
contrib added sokoban dataset (#325) 2025-03-11 00:21:03 +01:00
__init__.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
boxnet.py fix boxnet scoring function (#420) 2025-04-14 20:44:24 +01:00
countdown.py (evals): Medium configs (#415) 2025-04-14 08:25:31 +02: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
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
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