gsartoretti / PRIMAL

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

Requirements missing boost library #7

Open ZoeVignes opened 2 years ago

ZoeVignes commented 2 years ago

The boost library is missing from the requirement list. What about adding also the typical command (for Ubuntu users at least):

sudo apt-get install libboost-all-dev