CMU-TBD / SocNavBench

A Grounded Simulation Testing Framework for Evaluating Social Navigation: https://arxiv.org/abs/2103.00047
MIT License
34 stars 6 forks source link

Put versions in `get_packages.sh` #17

Closed ericaweng closed 2 years ago

ericaweng commented 2 years ago

I think it would be good to put package versions on the packages installed with pip in get_packages.sh . The latest version of imageio==2.16.0 is not compatible with the version of numpy=1.19.5 installed by the conda environment. imageio==2.15.0 works.