mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-26 17:13:17 +00:00
import string_insertion, minor whitespace fixes, gallery update
This commit is contained in:
parent
e24093c9f0
commit
ee2c03ea65
4 changed files with 648 additions and 141 deletions
|
|
@ -67,7 +67,7 @@ class GameOfLifeDataset(ProceduralDataset):
|
|||
)
|
||||
|
||||
rows = [json.dumps(board[0, i].tolist(), separators=(",", ":")) for i in range(board.shape[1])]
|
||||
board_str = "[" + ", \n ".join(rows) + "]"
|
||||
board_str = "[" + ",\n ".join(rows) + "]"
|
||||
|
||||
final_step = evolved[-1]
|
||||
final_step_list = final_step.tolist()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue