Rename nbv policy
This commit is contained in:
@@ -1,4 +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
|
||||
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-trajectory", TopTrajectory)
|
||||
register("fixed-trajectory", FixedTrajectory)
|
||||
register("nbv-grasp", NextBestView)
|
||||
register("nbv", NextBestView)
|
||||
|
Reference in New Issue
Block a user