reasoning-gym/reasoning_gym/logic
Oliver Stanley 224532f12a
first inter-domain generalisation experiments (#412)
* tweak len reward

* first inter-generalisation experiment config

* update inter algorithmic config

* default to empty config

* fix typo

* change config to match experiment script

* long prompt fixes

* algorithmic training config tweaks

* imports

* update algorithmic training cfgs

* first logic composite config

* fix dset name

* tweaks

* fix syllogisms dataset

* rm temp print

* initial algebra config

* algebra cfg tweaks

* add gc

* add initial games cfg

* rename games cfg

* fix dset name

* fix sokoban metadata

* remove boxnet

* games cfg tweak
2025-04-14 21:06:40 +01:00
..
contrib Fix small bit of old code (#386) 2025-03-24 09:00:28 +00:00
__init__.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
aiw.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
circuit_logic.py fix(envs): Add source dataset and index to metadata (#388) 2025-03-20 11:12:14 +00:00
knights_knaves.py add knights knaves curriculum (#401) 2025-04-01 12:20:58 +02:00
propositional_logic.py fix(envs): Add source dataset and index to metadata (#388) 2025-03-20 11:12:14 +00:00
self_reference.py fix(envs): Add source dataset and index to metadata (#388) 2025-03-20 11:12:14 +00:00
syllogisms.py first inter-domain generalisation experiments (#412) 2025-04-14 21:06:40 +01:00
zebra_puzzles.py fix(envs): Add source dataset and index to metadata (#388) 2025-03-20 11:12:14 +00:00