mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
dont use that cubestring
This commit is contained in:
parent
0d67fc102b
commit
ebcd6d5e43
2 changed files with 1 additions and 3 deletions
|
|
@ -62,8 +62,7 @@ class RubiksCubeDataset(ProceduralDataset):
|
|||
"metadata": {
|
||||
"cube_size": self.config.cube_size,
|
||||
"scramble_steps": self.config.scramble_steps,
|
||||
"scramble_moves": scramble_moves,
|
||||
"cube_string": str(cube),
|
||||
"scramble_moves": ' '.join([str(move) for move in scramble_moves]),
|
||||
"example_correct_answer": actions_string,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue