mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-05-01 17:45:24 +00:00
Merge pull request #57 from zafstojano/env/largest-island
Find Largest Island (BFS)
This commit is contained in:
commit
0cbd376dc1
5 changed files with 367 additions and 0 deletions
|
|
@ -121,6 +121,7 @@ See the [Dataset Gallery](GALLERY.md) for a complete list of available datasets
|
|||
|
||||
- `FamilyRelationshipsDataset`: Generate family relationship reasoning tasks with family trees
|
||||
- `QuantumLockDataset`: Generates puzzles which involve stateful arithmetic and a correct sequence of operations
|
||||
- `LargestIslandDataset`: Generate a grid with islands and find the largest one
|
||||
|
||||
### <small>Game Tasks</small>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue