nbv_sim/scripts/run.sh

5 lines
263 B
Bash
Raw Normal View History

2021-10-13 15:44:45 +02:00
python3 scripts/run.py initial-view --runs $1 --logdir $2 --seed 1
python3 scripts/run.py top-view --runs $1 --logdir $2 --seed 1
python3 scripts/run.py top-trajectory --runs $1 --logdir $2 --seed 1
python3 scripts/run.py nbv-grasp --runs $1 --logdir $2 --seed 1