mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-27 17:23:19 +00:00
rc gallery format
This commit is contained in:
parent
445b63bbf2
commit
a9bbdd292a
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ class RectangleCountConfig:
|
|||
|
||||
|
||||
class RectangleCountDataset(ProceduralDataset):
|
||||
"""Generates [RectangleCount Puzzles](https://en.wikipedia.org/wiki/RectangleCount_Puzzle) with configurable parameters"""
|
||||
"""Generates ASCII rectangle counting puzzles with configurable parameters"""
|
||||
|
||||
def __init__(self, config: RectangleCountConfig):
|
||||
super().__init__(config=config, seed=config.seed, size=config.size)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue