mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-29 17:35:16 +00:00
restrcutured maze prompt template
This commit is contained in:
parent
ef621fff30
commit
0efb4e0192
1 changed files with 2 additions and 1 deletions
|
|
@ -95,7 +95,8 @@ class MazeDataset(ProceduralDataset):
|
||||||
+ "\n```"
|
+ "\n```"
|
||||||
+ "\nLegend: "
|
+ "\nLegend: "
|
||||||
+ f"'{self.wall_char}' = Wall, '{self.path_char}' = Passage\n\n"
|
+ f"'{self.wall_char}' = Wall, '{self.path_char}' = Passage\n\n"
|
||||||
+ "What is the minimum number of steps to reach the goal?"
|
+ "What is the minimum number of steps to reach the goal?\n"
|
||||||
|
+ "Give only the number of steps as your final answer, no other text or formatting."
|
||||||
)
|
)
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue