Rename nbv policy
This commit is contained in:
parent
d351416b6d
commit
5f9c52bc19
@ -1,4 +1,4 @@
|
|||||||
python3 scripts/run.py initial-view --runs $1 --logdir $2 --seed 1
|
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-view --runs $1 --logdir $2 --seed 1
|
||||||
python3 scripts/run.py top-trajectory --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
|
python3 scripts/run.py nbv --runs $1 --logdir $2 --seed 1
|
||||||
|
@ -6,4 +6,4 @@ register("initial-view", InitialView)
|
|||||||
register("top-view", TopView)
|
register("top-view", TopView)
|
||||||
register("top-trajectory", TopTrajectory)
|
register("top-trajectory", TopTrajectory)
|
||||||
register("fixed-trajectory", FixedTrajectory)
|
register("fixed-trajectory", FixedTrajectory)
|
||||||
register("nbv-grasp", NextBestView)
|
register("nbv", NextBestView)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user