gsartoretti / PRIMAL

PRIMAL: Pathfinding via Reinforcement and Imitation Multi-Agent Learning -- Distributed RL/IL code for Multi-Agent Path Finding (MAPF)
MIT License
279 stars 77 forks source link

can not find the cpp_mstar #12

Open gelato-113 opened 10 months ago

gelato-113 commented 10 months ago

when I cd into the od_mstar3 folder, and use the terminal to run 'python3 setup.py build_ext --inplace', I can't find any new file, even the cpp_mstar file.

And the setup.py in od_mstar3 can not run until using terminal.

I want to know how to obtain the cpp_mstar file, there is no build file in od_mstar3

SGSag commented 8 months ago

when I cd into the od_mstar3 folder, and use the terminal to run 'python3 setup.py build_ext --inplace', I can't find any new file, even the cpp_mstar file.

And the setup.py in od_mstar3 can not run until using terminal.

I want to know how to obtain the cpp_mstar file, there is no build file in od_mstar3