Add evaluation script

This commit is contained in:
Michel Breyer 2021-10-13 15:44:45 +02:00
parent 1532d66b6e
commit 787dbb0e68

4
scripts/run.sh Executable file
View File

@ -0,0 +1,4 @@
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