restrcutured maze prompt template

This commit is contained in:
joesharratt1229 2025-02-16 18:26:24 +00:00
parent ef621fff30
commit 0efb4e0192

View file

@ -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 {