reduce size of default shortest_path maze grid

This commit is contained in:
Andreas Koepf 2025-02-23 22:27:05 +01:00
parent c5f37d5e9f
commit 45e452bff6

View file

@ -43,10 +43,10 @@ Now, find the length of the shortest path from * to # in the following grid:
class ShortestPathConfig:
"""Configuration for Shortest Path dataset generation"""
min_rows: int = 10
max_rows: int = 30
min_cols: int = 10
max_cols: int = 30
min_rows: int = 5
max_rows: int = 8
min_cols: int = 5
max_cols: int = 8
p_blocked: float = 0.4
size: int = 500 # Virtual dataset size