Open eli-b opened 3 years ago
Seems like you are using a different version of networkx
, which is related to your other issue #1.
I'll try to upload a list of requirements in the future.
Meanwhile, what version of networkx
are you using? I used 2.2.
I agree issue #1 is probably the root cause. To answer your question, I used networkx
version 2.5.1.
networkx
version 2.2 is unusable with Python 3.9 (because fractions.gcd()
had been removed).
It would be great if you could update the code to use a newer version of networkx.
The room-64-64-16.map file was recently updated, necessitating regeneration of the scenarios. I ran
create_problems_for_map(r'D:\mapf\maps\room-64-64-16.map', 2, 300)
and ran into the following error: