You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I set both the -out and -seed parameters in this order, the -out filename doesn't matter. It will always be saved in the "mazes/" folder with the seed in its name.
You can understand where it goes wrong by looking at pymaze.py around lines 234-242, the seed parameter being specified after out, it overwrites the out_filename.
The workaround is just to swap the order of the parameters in my command line but, still.
Have a good day :)
The text was updated successfully, but these errors were encountered:
Hi,
When I set both the
-out
and-seed
parameters in this order, the-out
filename doesn't matter. It will always be saved in the "mazes/" folder with the seed in its name.You can understand where it goes wrong by looking at pymaze.py around lines 234-242, the seed parameter being specified after
out
, it overwrites theout_filename
.The workaround is just to swap the order of the parameters in my command line but, still.
Have a good day :)
The text was updated successfully, but these errors were encountered: