InternBootcamp/examples/pipelines/puzzle_configs/maze_train.json
2025-05-23 15:27:15 +08:00

18 lines
No EOL
252 B
JSON
Executable file

[
{
"size": [6, 6],
"difficulty": 3
},
{
"size": [10, 10],
"difficulty": 3
},
{
"size": [15, 15],
"difficulty": 3
},
{
"size": [20, 20],
"difficulty": 3
}
]