Model Card Bench-NPIN
This hub contains the pretrained models for Bench-NPIN: Benchmarking Non-prehensile Interactive Navigation.
Checkout our project website for more details.
Model Description
Each of the four folders contains the pretrained baselines for the corresponding non-prehensile interactive navigation task.
Uses
Installing BenchNPIN
- Clone the project
git clone https://github.com/IvanIZ/BenchNPIN.git
- Clone the submodules (spfa and GLNS)
cd BenchNPIN
git submodule update --init --recursive
- Install dependencies.
pip install -r requirements.txt
- Install Gym environment
pip install -e .
- Install shortest path module
cd deps/spfa
pip install -e .
Run Pretrained Models
Download a pretrained model and place it at the root of the BenchNPIN repository (e.g. ship-ice task)
Edit the model path in the
scripts/ship_ice_baseline.py
fileRun baseline evaluation
python scripts/ship_ice_baselines.py