mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
rm typo
This commit is contained in:
parent
1b95cd3206
commit
a6c90f40a1
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ Vertices: {puzzle["vertices"]}
|
||||||
Edges: {edges}
|
Edges: {edges}
|
||||||
Possible colors: {puzzle["color_options"]}
|
Possible colors: {puzzle["color_options"]}
|
||||||
|
|
||||||
Return your solution as a JSON map of vertices to colors. (For example: {{"0": 1, "1": 2, "2": 3}}. Remember )
|
Return your solution as a JSON map of vertices to colors. (For example: {{"0": 1, "1": 2, "2": 3}}.)
|
||||||
"""
|
"""
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue