mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
(evals): Medium configs (#415)
* updated medium configs * fix problematic curriculum values / small issues causing exceptions to be raised * optimus alpha config * all configs so far * fix tests
This commit is contained in:
parent
cd1a9ea58b
commit
290bfc4fdd
25 changed files with 7050 additions and 63 deletions
|
|
@ -100,6 +100,7 @@ class RubiksCubeDataset(ProceduralDataset):
|
|||
actions_string = " ".join([str(move) for move in actions])
|
||||
else:
|
||||
actions = None
|
||||
actions_string = ""
|
||||
|
||||
return {
|
||||
"question": rng.choice(self._prompt_templates).format(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue